FFmpeg
|
int VividasDemuxContext::n_sb_blocks |
Definition at line 55 of file vividas.c.
Referenced by track_index(), viv_read_header(), viv_read_packet(), and viv_read_seek().
VIV_SB_block* VividasDemuxContext::sb_blocks |
Definition at line 56 of file vividas.c.
Referenced by load_sb_block(), track_index(), viv_read_close(), viv_read_header(), viv_read_packet(), and viv_read_seek().
int VividasDemuxContext::num_audio |
Definition at line 57 of file vividas.c.
Referenced by track_header(), viv_read_packet(), and viv_read_seek().
uint32_t VividasDemuxContext::sb_key |
Definition at line 59 of file vividas.c.
Referenced by load_sb_block(), and viv_read_header().
int64_t VividasDemuxContext::sb_offset |
Definition at line 60 of file vividas.c.
Referenced by viv_read_header(), viv_read_packet(), and viv_read_seek().
int VividasDemuxContext::current_sb |
Definition at line 62 of file vividas.c.
Referenced by load_sb_block(), viv_read_header(), viv_read_packet(), and viv_read_seek().
int VividasDemuxContext::current_sb_entry |
Definition at line 62 of file vividas.c.
Referenced by load_sb_block(), viv_read_packet(), and viv_read_seek().
uint8_t* VividasDemuxContext::sb_buf |
Definition at line 63 of file vividas.c.
Referenced by load_sb_block(), and viv_read_close().
AVIOContext* VividasDemuxContext::sb_pb |
Definition at line 64 of file vividas.c.
Referenced by load_sb_block(), viv_read_close(), and viv_read_packet().
int VividasDemuxContext::n_sb_entries |
Definition at line 65 of file vividas.c.
Referenced by load_sb_block(), and viv_read_packet().
VIV_SB_entry* VividasDemuxContext::sb_entries |
Definition at line 66 of file vividas.c.
Referenced by load_sb_block(), track_index(), viv_read_close(), and viv_read_packet().
int VividasDemuxContext::n_audio_subpackets |
Definition at line 68 of file vividas.c.
Referenced by viv_read_packet(), and viv_read_seek().
int VividasDemuxContext::current_audio_subpacket |
Definition at line 69 of file vividas.c.
Referenced by viv_read_packet(), and viv_read_seek().
int64_t VividasDemuxContext::audio_sample |
Definition at line 71 of file vividas.c.
Referenced by viv_read_packet(), and viv_read_seek().
VIV_AudioSubpacket VividasDemuxContext::audio_subpackets[MAX_AUDIO_SUBPACKETS] |
Definition at line 73 of file vividas.c.
Referenced by viv_read_packet().