Home
last modified time | relevance | path

Searched refs:AVSTREAM_PARSE_FULL_ONCE (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Davformat.h797AVSTREAM_PARSE_FULL_ONCE, /**< full parsing and repack of the first frame only, only implemented … enumerator
Dasfdec_f.c563 st->need_parsing = AVSTREAM_PARSE_FULL_ONCE; in asf_read_stream_properties()
565 st->need_parsing = AVSTREAM_PARSE_FULL_ONCE; in asf_read_stream_properties()
Dutils.c1629 else if (st->need_parsing == AVSTREAM_PARSE_FULL_ONCE) in read_frame_internal()
/third_party/ffmpeg/libavdevice/
Dv4l2.c964 st->need_parsing = AVSTREAM_PARSE_FULL_ONCE; in v4l2_read_header()