Home
last modified time | relevance | path

Searched refs:decoderCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/
H A Dscreen_callback_test.cpp119 …std::shared_ptr<ImageDecoderCallback> decoderCallback = std::make_shared<ImageDecoderCallback>(dec… variable
123 decoderCallback->OnError(errorType, errorCode);
131 decoderCallback->OnOutputBufferAvailable(index, info, flag, buffer);
132 decoderCallback->OnInputBufferAvailable(index, buffer);
134 decoderCallback->OnOutputFormatChanged(format);
201 …std::shared_ptr<ImageDecoderCallback> decoderCallback = std::make_shared<ImageDecoderCallback>(nul… variable
204 decoderCallback->OnError(errorType, errorCode);
209 decoderCallback->OnOutputBufferAvailable(index, info, flag, buffer);
210 decoderCallback->OnInputBufferAvailable(index, buffer);
212 decoderCallback->OnOutputFormatChanged(format);
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/
H A Dmediacodecdecoderadapterimpl_fuzzer.cpp106 …std::shared_ptr<NWeb::DecoderCallbackImpl> decoderCallback = std::make_shared<NWeb::DecoderCallbac… in MediaCodecDecoderAdapterImplFuzzTest() local
108 decoderCallback->OnError(OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_INTERNAL, 0); in MediaCodecDecoderAdapterImplFuzzTest()
109 decoderCallback->OnOutputFormatChanged(OHOS::MediaAVCodec::Format()); in MediaCodecDecoderAdapterImplFuzzTest()
110 decoderCallback->OnInputBufferAvailable(0, nullptr); in MediaCodecDecoderAdapterImplFuzzTest()
111 decoderCallback->OnOutputBufferAvailable(0, OHOS::MediaAVCodec::AVCodecBufferInfo(), in MediaCodecDecoderAdapterImplFuzzTest()