|
FFmpeg
|
Data Fields | |
| unsigned | cur_chunk |
| unsigned | cur_chunk_pos |
| int64_t | cur_pos |
| TiVo_type | tivo_type |
| TiVo_series | tivo_series |
| TiVo_audio | audio_type |
| int | pes_length |
| int | pts_offset |
| uint8_t | pes_buffer [20] |
| int | pes_buf_cnt |
| size_t | ac3_pkt_size |
| uint64_t | last_ty_pts |
| int64_t | first_audio_pts |
| int64_t | last_audio_pts |
| int64_t | last_video_pts |
| TyRecHdr * | rec_hdrs |
| int | cur_rec |
| int | num_recs |
| int | first_chunk |
| uint8_t | chunk [CHUNK_SIZE] |
| unsigned TYDemuxContext::cur_chunk |
Definition at line 78 of file ty.c.
Referenced by get_chunk().
| unsigned TYDemuxContext::cur_chunk_pos |
Definition at line 79 of file ty.c.
Referenced by demux_audio(), demux_video(), get_chunk(), and ty_read_packet().
| TiVo_type TYDemuxContext::tivo_type |
Definition at line 81 of file ty.c.
Referenced by analyze_chunk(), and ty_read_header().
| TiVo_series TYDemuxContext::tivo_series |
Definition at line 82 of file ty.c.
Referenced by analyze_chunk(), demux_audio(), and ty_read_header().
| TiVo_audio TYDemuxContext::audio_type |
Definition at line 83 of file ty.c.
Referenced by analyze_chunk(), demux_audio(), and ty_read_header().
| int TYDemuxContext::pes_length |
Definition at line 84 of file ty.c.
Referenced by analyze_chunk(), check_sync_pes(), and demux_audio().
| int TYDemuxContext::pts_offset |
Definition at line 85 of file ty.c.
Referenced by analyze_chunk(), check_sync_pes(), and demux_audio().
| uint8_t TYDemuxContext::pes_buffer[20] |
Definition at line 86 of file ty.c.
Referenced by check_sync_pes(), and demux_audio().
| int TYDemuxContext::pes_buf_cnt |
Definition at line 87 of file ty.c.
Referenced by check_sync_pes(), and demux_audio().
| size_t TYDemuxContext::ac3_pkt_size |
Definition at line 88 of file ty.c.
Referenced by demux_audio().
| uint64_t TYDemuxContext::last_ty_pts |
Definition at line 89 of file ty.c.
Referenced by demux_video().
| int64_t TYDemuxContext::first_audio_pts |
Definition at line 91 of file ty.c.
Referenced by check_sync_pes(), demux_audio(), and ty_read_header().
| int64_t TYDemuxContext::last_audio_pts |
Definition at line 92 of file ty.c.
Referenced by check_sync_pes(), demux_audio(), and ty_read_header().
| int64_t TYDemuxContext::last_video_pts |
Definition at line 93 of file ty.c.
Referenced by demux_video(), and ty_read_header().
| TyRecHdr* TYDemuxContext::rec_hdrs |
Definition at line 95 of file ty.c.
Referenced by get_chunk(), ty_read_close(), and ty_read_packet().
| int TYDemuxContext::cur_rec |
Definition at line 96 of file ty.c.
Referenced by get_chunk(), and ty_read_packet().
| int TYDemuxContext::num_recs |
Definition at line 97 of file ty.c.
Referenced by get_chunk(), and ty_read_packet().
| int TYDemuxContext::first_chunk |
Definition at line 98 of file ty.c.
Referenced by get_chunk(), ty_read_header(), and ty_read_packet().
| uint8_t TYDemuxContext::chunk[CHUNK_SIZE] |
Definition at line 100 of file ty.c.
Referenced by demux_audio(), demux_video(), get_chunk(), and ty_read_header().
1.8.17