Home
last modified time | relevance | path

Searched refs:AddOutputFormatChangedCb (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_decoder.h46 void AddOutputFormatChangedCb(const OutputFormatChangedCb& cb);
Dvideo_decoder_e2e_test.cpp272 decoder_->AddOutputFormatChangedCb(std::bind(&C2VideoDecoderE2ETest::VerifyOutputFormat, in SetUp()
341 decoder_->AddOutputFormatChangedCb(std::bind(&VideoFrameValidator::UpdateOutputFormat, in TEST_F()
Dmediacodec_decoder.cpp179 void MediaCodecDecoder::AddOutputFormatChangedCb(const OutputFormatChangedCb& cb) { in AddOutputFormatChangedCb() function in android::MediaCodecDecoder