FFmpeg
|
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 |
uint32_t | palette [256] |
int | has_palette |
int | changed |
unsigned int | audio_bits |
unsigned int | audio_channels |
unsigned int | audio_sample_rate |
enum AVCodecID | 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 |
uint64_t IPMVEContext::frame_pts_inc |
Definition at line 85 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned int IPMVEContext::video_bpp |
Definition at line 87 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
unsigned int IPMVEContext::video_width |
Definition at line 88 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned int IPMVEContext::video_height |
Definition at line 89 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
int64_t IPMVEContext::video_pts |
Definition at line 90 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
uint32_t IPMVEContext::palette[256] |
Definition at line 91 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
int IPMVEContext::has_palette |
Definition at line 92 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
int IPMVEContext::changed |
Definition at line 93 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned int IPMVEContext::audio_bits |
Definition at line 95 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned int IPMVEContext::audio_channels |
Definition at line 96 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned int IPMVEContext::audio_sample_rate |
Definition at line 97 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
enum AVCodecID IPMVEContext::audio_type |
Definition at line 98 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
unsigned int IPMVEContext::audio_frame_count |
Definition at line 99 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
int IPMVEContext::video_stream_index |
Definition at line 101 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
int IPMVEContext::audio_stream_index |
Definition at line 102 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
int64_t IPMVEContext::audio_chunk_offset |
Definition at line 104 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
int IPMVEContext::audio_chunk_size |
Definition at line 105 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
int64_t IPMVEContext::video_chunk_offset |
Definition at line 106 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
int IPMVEContext::video_chunk_size |
Definition at line 107 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
int64_t IPMVEContext::decode_map_chunk_offset |
Definition at line 108 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
int IPMVEContext::decode_map_chunk_size |
Definition at line 109 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
int64_t IPMVEContext::next_chunk_offset |
Definition at line 111 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().