Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_decoder_adapter_impl_test.cpp278 …std::shared_ptr<DecoderCallbackImpl> decoderCallbackImpl = std::make_shared<DecoderCallbackImpl>(c… variable
279 EXPECT_NE(decoderCallbackImpl, nullptr);
282 decoderCallbackImpl->cb_ = callback;
283decoderCallbackImpl->OnError(OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_EXTEND_START, 1);
285 decoderCallbackImpl->OnOutputFormatChanged(fomat);
286 decoderCallbackImpl->OnInputBufferAvailable(1, nullptr);
288 decoderCallbackImpl->OnInputBufferAvailable(1, memory);
290decoderCallbackImpl->OnOutputBufferAvailable(1, info, AVCodecBufferFlag::AVCODEC_BUFFER_FLAG_EOS, …