Searched refs:output_frames_path (Results 1 – 2 of 2) sorted by relevance
/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | video_decoder_e2e_test.cpp | 37 const std::string& data, const std::string& output_frames_path, in C2VideoDecoderTestEnvironment() argument 43 output_frames_path_(output_frames_path), in C2VideoDecoderTestEnvironment() 96 std::string output_frames_path() const { return output_frames_path_; } in output_frames_path() function in android::C2VideoDecoderTestEnvironment 152 bool SetOutputFile(const std::string& output_frames_path) { in SetOutputFile() argument 153 if (output_frames_path.empty()) return false; in SetOutputFile() 155 output_file_.open(output_frames_path, std::ofstream::binary); in SetOutputFile() 157 printf("[ERR] Failed to open file: %s\n", output_frames_path.c_str()); in SetOutputFile() 160 printf("[LOG] Decode output to file: %s\n", output_frames_path.c_str()); in SetOutputFile() 335 if (video_frame_validator.SetOutputFile(g_env->output_frames_path())) { in TEST_F() 375 bool GetOption(int argc, char** argv, std::string* test_video_data, std::string* output_frames_path, in GetOption() argument [all …]
|
/external/v4l2_codec2/tests/c2_e2e_test/ |
D | README.md | 60 output_frames_path=path : path at which to save decoded frame data
|