Home
last modified time | relevance | path

Searched defs:output_frames_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/
H A Dvideo_decoder_e2e_test.cpp37 const std::string& data, const std::string& 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()
384 bool GetOption(int argc, char** argv, std::string* test_video_data, std::string* output_frames_path, in GetOption()
431 std::string output_frames_path; in RunDecoderTests() local