Searched defs:output_frames_path (Results 1 – 1 of 1) sorted by relevance
37 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::C2VideoDecoderTestEnvironment152 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