OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVideoHash
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/filters/
pipeline_integration_test_base.h
86
std::string
GetVideoHash
();
pipeline_integration_test_base.cc
302
std::string PipelineIntegrationTestBase::
GetVideoHash
() {
pipeline_integration_test.cc
473
EXPECT_EQ("f0be120a90a811506777c99a2cdf7cc1",
GetVideoHash
());
482
EXPECT_EQ(std::string(kNullVideoHash),
GetVideoHash
());
[
all
...]
/external/chromium_org/media/ffmpeg/
ffmpeg_regression_tests.cc
370
EXPECT_EQ(GetParam().video_md5,
GetVideoHash
());
383
EXPECT_EQ(GetParam().video_md5,
GetVideoHash
());
Completed in 714 milliseconds