Home
last modified time | relevance | path

Searched refs:VideoFrameValidator (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.cpp138 class VideoFrameValidator { class
140 VideoFrameValidator() = default;
141 ~VideoFrameValidator() { output_file_.close(); } in ~VideoFrameValidator()
326 VideoFrameValidator video_frame_validator; in TEST_F()
331 decoder_->AddOutputBufferReadyCb(std::bind(&VideoFrameValidator::VerifyMD5, in TEST_F()
336 decoder_->AddOutputBufferReadyCb(std::bind(&VideoFrameValidator::OutputToFile, in TEST_F()
341 decoder_->AddOutputFormatChangedCb(std::bind(&VideoFrameValidator::UpdateOutputFormat, in TEST_F()