Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/ffmpeg/
H A Dffmpeg_common.h41 constexpr int64_t kNoFFmpegTimestamp = static_cast<int64_t>(AV_NOPTS_VALUE); variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/ffmpeg/
H A Dffmpeg_common.h41 constexpr int64_t kNoFFmpegTimestamp = static_cast<int64_t>(AV_NOPTS_VALUE); variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Dffmpeg_demuxer.cc96 if (stream->start_time != kNoFFmpegTimestamp) in ExtractStartTime()
101 if (stream->first_dts != kNoFFmpegTimestamp && in ExtractStartTime()
894 if (timestamp == kNoFFmpegTimestamp) in ConvertStreamTimestamp()
1464 if (format_context->duration != kNoFFmpegTimestamp) { in OnFindStreamInfoDone()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Dffmpeg_demuxer.cc95 if (stream->start_time != kNoFFmpegTimestamp) in ExtractStartTime()
100 if (stream->first_dts != kNoFFmpegTimestamp && in ExtractStartTime()
887 if (timestamp == kNoFFmpegTimestamp) in ConvertStreamTimestamp()
1453 if (format_context->duration != kNoFFmpegTimestamp) { in OnFindStreamInfoDone()