Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Davformat.h1099 #define AVSTREAM_EVENT_FLAG_NEW_PACKETS (1 << 1) macro
H A Ddemux.c1276 st->event_flags |= AVSTREAM_EVENT_FLAG_NEW_PACKETS; in read_frame_internal()
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c2506 + 100000000 * !!(ist->st->event_flags & AVSTREAM_EVENT_FLAG_NEW_PACKETS) in open_output_file()
2543 + 100000000 * !!(ist->st->event_flags & AVSTREAM_EVENT_FLAG_NEW_PACKETS) in open_output_file()

Completed in 14 milliseconds