Searched refs:test_file_name (Results 1 - 6 of 6) sorted by relevance

/external/avb/test/
H A Davbtool_signing_helper_test.py51 test_file_name = os.environ['SIGNING_HELPER_TEST']
52 if os.path.isfile(test_file_name) and not os.access(test_file_name, os.W_OK):
53 sys.stderr.write("no permission to write into {} file\n".format(test_file_name))
65 with open(test_file_name, "w") as f:
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dwpd_tree_unittest.cc123 std::string test_file_name = test::ResourcePath( local
128 test_file->OpenFile(test_file_name.c_str(),
134 ASSERT_TRUE(file_opened) << "File could not be opened.\n" << test_file_name;
/external/webrtc/webrtc/tools/psnr_ssim_analyzer/
H A Dpsnr_ssim_analyzer.cc24 void CompareFiles(const char* reference_file_name, const char* test_file_name, argument
47 read_result &= webrtc::test::ExtractFrameFromYuvFile(test_file_name, width,
/external/libmicrohttpd/src/testcurl/
H A Dtest_options.c34 const char *test_file_name = "https_test_file"; variable
/external/webrtc/webrtc/tools/frame_analyzer/
H A Dvideo_quality_analysis.h56 void RunAnalysis(const char* reference_file_name, const char* test_file_name,
H A Dvideo_quality_analysis.cc225 void RunAnalysis(const char* reference_file_name, const char* test_file_name, argument
260 ExtractFrameFromYuvFile(test_file_name, width, height, extracted_test_frame,

Completed in 169 milliseconds