Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dvideo_decoder_e2e_test.cpp94 std::string GoldenMD5FilePath() const { return input_file_path_ + ".frames.md5"; } in GoldenMD5FilePath() function in android::C2VideoDecoderTestEnvironment
328 ASSERT_TRUE(video_frame_validator.SetGoldenMD5File(g_env->GoldenMD5FilePath())) in TEST_F()
329 << "Failed to open MD5 file: " << g_env->GoldenMD5FilePath(); in TEST_F()