Home
last modified time | relevance | path

Searched refs:pes_length (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dty.c82 int pes_length; /* Length of Audio PES header */ member
223 ty->pes_length = SERIES1_PES_LENGTH; in analyze_chunk()
227 ty->pes_length = SERIES2_PES_LENGTH; in analyze_chunk()
234 ty->pes_length = AC3_PES_LENGTH; in analyze_chunk()
478 if (offset < 0 || offset + ty->pes_length > rec_len) { in check_sync_pes()
506 memmove(pkt->data + offset, pkt->data + offset + ty->pes_length, rec_len - ty->pes_length); in check_sync_pes()
507 pkt->size -= ty->pes_length; in check_sync_pes()
526 need = ty->pes_length - ty->pes_buf_cnt; in demux_audio()

Completed in 2 milliseconds