FFmpeg
|
Data Fields | |
AVClass * | av_class |
int | extra_buffers |
int | extra_decoder_buffers |
MMAL_COMPONENT_T * | decoder |
MMAL_QUEUE_T * | queue_decoded_frames |
MMAL_POOL_T * | pool_in |
FFPoolRef * | pool_out |
FFBufferEntry * | waiting_buffers |
FFBufferEntry * | waiting_buffers_tail |
int64_t | packets_sent |
volatile int | packets_buffered |
int64_t | frames_output |
int | eos_received |
int | eos_sent |
int | extradata_sent |
int MMALDecodeContext::extra_buffers |
Definition at line 68 of file mmaldec.c.
Referenced by ffmal_update_format().
int MMALDecodeContext::extra_decoder_buffers |
Definition at line 69 of file mmaldec.c.
Referenced by ffmmal_init_decoder().
MMAL_COMPONENT_T* MMALDecodeContext::decoder |
Definition at line 71 of file mmaldec.c.
Referenced by ffmal_update_format(), ffmmal_add_packet(), ffmmal_close_decoder(), ffmmal_fill_input_port(), ffmmal_fill_output_port(), ffmmal_flush(), ffmmal_init_decoder(), ffmmal_read_frame(), and ffmmal_stop_decoder().
MMAL_QUEUE_T* MMALDecodeContext::queue_decoded_frames |
Definition at line 72 of file mmaldec.c.
Referenced by ffmmal_close_decoder(), ffmmal_init_decoder(), ffmmal_read_frame(), and ffmmal_stop_decoder().
MMAL_POOL_T* MMALDecodeContext::pool_in |
Definition at line 73 of file mmaldec.c.
Referenced by ffmmal_close_decoder(), ffmmal_fill_input_port(), and ffmmal_init_decoder().
FFPoolRef* MMALDecodeContext::pool_out |
Definition at line 74 of file mmaldec.c.
Referenced by ffmal_copy_frame(), ffmal_update_format(), ffmmal_close_decoder(), and ffmmal_fill_output_port().
FFBufferEntry* MMALDecodeContext::waiting_buffers |
Definition at line 82 of file mmaldec.c.
Referenced by ffmmal_add_packet(), ffmmal_fill_input_port(), and ffmmal_stop_decoder().
FFBufferEntry * MMALDecodeContext::waiting_buffers_tail |
Definition at line 82 of file mmaldec.c.
Referenced by ffmmal_add_packet(), ffmmal_fill_input_port(), and ffmmal_stop_decoder().
int64_t MMALDecodeContext::packets_sent |
Definition at line 84 of file mmaldec.c.
Referenced by ffmmal_add_packet(), ffmmal_read_frame(), and ffmmal_stop_decoder().
volatile int MMALDecodeContext::packets_buffered |
Definition at line 85 of file mmaldec.c.
Referenced by ffmmal_add_packet(), ffmmal_fill_input_port(), ffmmal_read_frame(), and ffmmal_stop_decoder().
int64_t MMALDecodeContext::frames_output |
Definition at line 86 of file mmaldec.c.
Referenced by ffmmal_read_frame(), and ffmmal_stop_decoder().
int MMALDecodeContext::eos_received |
Definition at line 87 of file mmaldec.c.
Referenced by ffmmal_add_packet(), ffmmal_read_frame(), and ffmmal_stop_decoder().
int MMALDecodeContext::eos_sent |
Definition at line 88 of file mmaldec.c.
Referenced by ffmmal_add_packet(), ffmmal_read_frame(), and ffmmal_stop_decoder().
int MMALDecodeContext::extradata_sent |
Definition at line 89 of file mmaldec.c.
Referenced by ffmmal_decode(), and ffmmal_stop_decoder().