FFmpeg
|
Data Fields | |
AVBufferRef * | ref |
void * | data |
size_t | length |
int64_t | pts |
int64_t | dts |
int | flags |
struct FFBufferEntry * | next |
AVBufferRef* FFBufferEntry::ref |
Definition at line 46 of file mmaldec.c.
Referenced by ffmmal_add_packet(), ffmmal_fill_input_port(), ffmmal_stop_decoder(), and input_callback().
void* FFBufferEntry::data |
Definition at line 47 of file mmaldec.c.
Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().
size_t FFBufferEntry::length |
Definition at line 48 of file mmaldec.c.
Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().
int64_t FFBufferEntry::pts |
Definition at line 49 of file mmaldec.c.
Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().
int64_t FFBufferEntry::dts |
Definition at line 49 of file mmaldec.c.
Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().
int FFBufferEntry::flags |
Definition at line 50 of file mmaldec.c.
Referenced by ffmmal_add_packet(), ffmmal_fill_input_port(), ffmmal_stop_decoder(), and input_callback().
struct FFBufferEntry* FFBufferEntry::next |
Definition at line 51 of file mmaldec.c.
Referenced by ffmmal_add_packet(), ffmmal_fill_input_port(), and ffmmal_stop_decoder().