Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dty.c53 uint8_t subrec_type; member
131 rec_hdr->subrec_type = record_header[2] & 0x0f; in parse_chunk_headers()
201 switch (hdrs[i].subrec_type << 8 | hdrs[i].rec_type) { in analyze_chunk()
249 if ((hdrs[i].subrec_type << 8 | hdrs[i].rec_type) == 0x3c0 && hdrs[i].rec_size > 15) { in analyze_chunk()
390 const int subrec_type = rec_hdr->subrec_type; in demux_video() local
395 if (subrec_type != 0x02 && subrec_type != 0x0c && in demux_video()
396 subrec_type != 0x08 && rec_size > 4) { in demux_video()
404 if (subrec_type ! in demux_video()
514 const int subrec_type = rec_hdr->subrec_type; demux_audio() local
[all...]

Completed in 2 milliseconds