Home
last modified time | relevance | path

Searched refs:HashCodecName (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/ffmpeg/
H A Dffmpeg_common.h143 MEDIA_EXPORT int32_t HashCodecName(const char* codec_name);
H A Dffmpeg_common_unittest.cc248 const int32_t hash = HashCodecName(desc->name); in TEST_F()
258 const int32_t hash = HashCodecName(kUnknownCodec); in TEST_F()
H A Dffmpeg_common.cc849 int32_t HashCodecName(const char* codec_name) { in HashCodecName() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/ffmpeg/
H A Dffmpeg_common.h143 MEDIA_EXPORT int32_t HashCodecName(const char* codec_name);
H A Dffmpeg_common_unittest.cc248 const int32_t hash = HashCodecName(desc->name); in TEST_F()
258 const int32_t hash = HashCodecName(kUnknownCodec); in TEST_F()
H A Dffmpeg_common.cc845 int32_t HashCodecName(const char* codec_name) { in HashCodecName() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Dffmpeg_demuxer.cc1308 const int32_t codec_hash = HashCodecName(GetCodecName(codec_id)); in OnFindStreamInfoDone()
1317 const int32_t codec_hash = HashCodecName(GetCodecName(codec_id)); in OnFindStreamInfoDone()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Dffmpeg_demuxer.cc1297 const int32_t codec_hash = HashCodecName(GetCodecName(codec_id)); in OnFindStreamInfoDone()
1306 const int32_t codec_hash = HashCodecName(GetCodecName(codec_id)); in OnFindStreamInfoDone()