FFmpeg
|
Data Fields | |
int | audio_stream_index |
int | video_stream_index |
int | current_frame_pts |
int | current_frame_offs |
TiertexSeqFrameBuffer | frame_buffers [SEQ_NUM_FRAME_BUFFERS] |
int | frame_buffers_count |
unsigned int | current_audio_data_size |
unsigned int | current_audio_data_offs |
unsigned int | current_pal_data_size |
unsigned int | current_pal_data_offs |
unsigned int | current_video_data_size |
unsigned char * | current_video_data_ptr |
int | audio_buffer_full |
Definition at line 46 of file tiertexseq.c.
int SeqDemuxContext::audio_stream_index |
Definition at line 47 of file tiertexseq.c.
Referenced by seq_read_header(), and seq_read_packet().
int SeqDemuxContext::video_stream_index |
Definition at line 48 of file tiertexseq.c.
Referenced by seq_read_header(), and seq_read_packet().
int SeqDemuxContext::current_frame_pts |
Definition at line 49 of file tiertexseq.c.
Referenced by seq_read_header(), and seq_read_packet().
int SeqDemuxContext::current_frame_offs |
Definition at line 50 of file tiertexseq.c.
Referenced by seq_fill_buffer(), seq_parse_frame_data(), seq_read_header(), and seq_read_packet().
TiertexSeqFrameBuffer SeqDemuxContext::frame_buffers[SEQ_NUM_FRAME_BUFFERS] |
Definition at line 51 of file tiertexseq.c.
Referenced by seq_fill_buffer(), seq_init_frame_buffers(), seq_parse_frame_data(), and seq_read_close().
int SeqDemuxContext::frame_buffers_count |
Definition at line 52 of file tiertexseq.c.
Referenced by seq_init_frame_buffers().
unsigned int SeqDemuxContext::current_audio_data_size |
Definition at line 53 of file tiertexseq.c.
Referenced by seq_parse_frame_data(), and seq_read_packet().
unsigned int SeqDemuxContext::current_audio_data_offs |
Definition at line 54 of file tiertexseq.c.
Referenced by seq_parse_frame_data(), and seq_read_packet().
unsigned int SeqDemuxContext::current_pal_data_size |
Definition at line 55 of file tiertexseq.c.
Referenced by seq_parse_frame_data(), and seq_read_packet().
unsigned int SeqDemuxContext::current_pal_data_offs |
Definition at line 56 of file tiertexseq.c.
Referenced by seq_parse_frame_data(), and seq_read_packet().
unsigned int SeqDemuxContext::current_video_data_size |
Definition at line 57 of file tiertexseq.c.
Referenced by seq_parse_frame_data(), and seq_read_packet().
unsigned char* SeqDemuxContext::current_video_data_ptr |
Definition at line 58 of file tiertexseq.c.
Referenced by seq_parse_frame_data(), and seq_read_packet().
int SeqDemuxContext::audio_buffer_full |
Definition at line 59 of file tiertexseq.c.
Referenced by seq_read_header(), and seq_read_packet().