Home
last modified time | relevance | path

Searched refs:AVSTREAM_PARSE_FULL_RAW (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavformat/
Drawdec.c63 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in ff_raw_audio_read_header()
86 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in ff_raw_video_read_header()
Daadec.c186 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in aa_read_header()
195 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in aa_read_header()
203 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in aa_read_header()
Dacm.c57 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in acm_read_header()
Dipudec.c65 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in ipu_read_header()
Dloasdec.c78 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in loas_read_header()
Dxvag.c90 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in xvag_read_header()
Dmsf.c85 case 7: st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in msf_read_header()
Ddtshddec.c68 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in dtshd_read_header()
Dtakdec.c68 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in tak_read_header()
Dwavdec.c189 (*st)->need_parsing = AVSTREAM_PARSE_FULL_RAW; in wav_parse_fmt_tag()
210 (*st)->need_parsing = AVSTREAM_PARSE_FULL_RAW; in wav_parse_xma2_tag()
963 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in w64_read_header()
Dty.c311 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in ty_read_header()
321 ast->need_parsing = AVSTREAM_PARSE_FULL_RAW; in ty_read_header()
Daacdec.c262 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in adts_aac_read_header()
Dflacdec.c59 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in flac_read_header()
Domadec.c523 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in oma_read_header()
Davformat.h798AVSTREAM_PARSE_FULL_RAW, /**< full parsing and repack with timestamp and position generation by … enumerator
Dmp3dec.c377 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in mp3_read_header()
Drmdec.c244 st->need_parsing = AVSTREAM_PARSE_FULL_RAW; in rm_read_audio_stream_info()
Dutils.c1501 if (st->need_parsing == AVSTREAM_PARSE_FULL_RAW) in parse_packet()
1631 else if (st->need_parsing == AVSTREAM_PARSE_FULL_RAW) in read_frame_internal()
3706 } else if (st->need_parsing == AVSTREAM_PARSE_FULL_RAW) {