Data Fields | |
unsigned char * | buf |
int | buf_size |
uint64_t | frame_pts_inc |
unsigned int | video_bpp |
unsigned int | video_width |
unsigned int | video_height |
int64_t | video_pts |
unsigned int | audio_bits |
unsigned int | audio_channels |
unsigned int | audio_sample_rate |
enum CodecID | audio_type |
unsigned int | audio_frame_count |
int | video_stream_index |
int | audio_stream_index |
int64_t | audio_chunk_offset |
int | audio_chunk_size |
int64_t | video_chunk_offset |
int | video_chunk_size |
int64_t | decode_map_chunk_offset |
int | decode_map_chunk_size |
int64_t | next_chunk_offset |
AVPaletteControl | palette_control |
Definition at line 89 of file ipmovie.c.
unsigned int IPMVEContext::audio_bits |
Definition at line 101 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned int IPMVEContext::audio_channels |
Definition at line 102 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
int64_t IPMVEContext::audio_chunk_offset |
Definition at line 110 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
Definition at line 111 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned int IPMVEContext::audio_frame_count |
Definition at line 105 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
unsigned int IPMVEContext::audio_sample_rate |
Definition at line 103 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
Definition at line 108 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
Definition at line 104 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned char* IPMVEContext::buf |
Definition at line 114 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
Definition at line 115 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
uint64_t IPMVEContext::frame_pts_inc |
Definition at line 94 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
int64_t IPMVEContext::next_chunk_offset |
Definition at line 117 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
Definition at line 119 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
unsigned int IPMVEContext::video_bpp |
Definition at line 96 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
int64_t IPMVEContext::video_chunk_offset |
Definition at line 112 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
Definition at line 113 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned int IPMVEContext::video_height |
Definition at line 98 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
int64_t IPMVEContext::video_pts |
Definition at line 99 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
Definition at line 107 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
unsigned int IPMVEContext::video_width |
Definition at line 97 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().