Libav
|
Protected Attributes | |
AVClass * | class |
int | list_devices |
int | list_formats |
char * | pixel_format |
char * | video_size |
char * | framerate |
int | video_stream_index |
int | width |
int | height |
AVRational | internal_framerate |
int64_t | first_pts |
int | frames_captured |
pthread_mutex_t | frame_lock |
pthread_cond_t | frame_wait_cond |
CFTypeRef | session |
CFTypeRef | video_output |
CFTypeRef | video_delegate |
CVImageBufferRef | current_frame |
Definition at line 90 of file avfoundation_dec.m.
|
protected |
Definition at line 91 of file avfoundation_dec.m.
|
protected |
Definition at line 93 of file avfoundation_dec.m.
Referenced by avfoundation_list_capture_devices(), and avfoundation_read_header().
|
protected |
Definition at line 94 of file avfoundation_dec.m.
Referenced by avfoundation_read_header().
|
protected |
Definition at line 95 of file avfoundation_dec.m.
Referenced by avfoundation_read_header(), get_video_config(), and setup_stream().
|
protected |
Definition at line 96 of file avfoundation_dec.m.
Referenced by avfoundation_read_header().
|
protected |
Definition at line 97 of file avfoundation_dec.m.
Referenced by avfoundation_read_header().
|
protected |
Definition at line 99 of file avfoundation_dec.m.
Referenced by avfoundation_read_packet(), and get_video_config().
|
protected |
Definition at line 100 of file avfoundation_dec.m.
Referenced by avfoundation_read_header(), and configure_video_device().
|
protected |
Definition at line 100 of file avfoundation_dec.m.
Referenced by avfoundation_read_header(), and configure_video_device().
|
protected |
Definition at line 101 of file avfoundation_dec.m.
Referenced by avfoundation_read_header(), and configure_video_device().
|
protected |
Definition at line 103 of file avfoundation_dec.m.
Referenced by avfoundation_read_header(), and avfoundation_read_packet().
|
protected |
Definition at line 104 of file avfoundation_dec.m.
Referenced by VideoCapture::captureOutput:didOutputSampleBuffer:fromConnection:, and get_video_config().
|
protected |
Definition at line 105 of file avfoundation_dec.m.
Referenced by avfoundation_read_packet(), destroy_context(), lock_frames(), setup_streams(), and unlock_frames().
|
protected |
Definition at line 106 of file avfoundation_dec.m.
Referenced by avfoundation_read_packet(), VideoCapture::captureOutput:didOutputSampleBuffer:fromConnection:, destroy_context(), and setup_streams().
|
protected |
Definition at line 109 of file avfoundation_dec.m.
Referenced by destroy_context(), setup_stream(), and setup_streams().
|
protected |
Definition at line 110 of file avfoundation_dec.m.
Referenced by setup_stream().
|
protected |
Definition at line 111 of file avfoundation_dec.m.
Referenced by setup_stream().
|
protected |
Definition at line 112 of file avfoundation_dec.m.
Referenced by avfoundation_read_packet(), VideoCapture::captureOutput:didOutputSampleBuffer:fromConnection:, destroy_context(), and get_video_config().