Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_codec_decoder_adapter_impl.cpp66 int32_t ArkMediaCodecDecoderAdapterImpl::StartDecoder() in StartDecoder() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterImpl
68 return (int32_t)real_->StartDecoder(); in StartDecoder()
H A Dark_media_codec_decoder_adapter_impl.h41 int32_t StartDecoder() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_codec_decoder_adapter_wrapper.cpp82 OHOS::NWeb::DecoderAdapterCode ArkMediaCodecDecoderAdapterWrapper::StartDecoder() in StartDecoder() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterWrapper
84 int32_t result = ctocpp_->StartDecoder(); in StartDecoder()
H A Dark_media_codec_decoder_adapter_wrapper.h43 OHOS::NWeb::DecoderAdapterCode StartDecoder() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_media_codec_decoder_adapter.h84 virtual int32_t StartDecoder() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_codec_decoder_adapter.h85 virtual DecoderAdapterCode StartDecoder() = 0;
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/
H A Dmedia_codec_decoder_adapter_impl.h72 DecoderAdapterCode StartDecoder() override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_decoder_adapter_impl_test.cpp185 EXPECT_EQ(mediaCodecDecoderAdapterImpl_->StartDecoder(), DecoderAdapterCode::DECODER_ERROR);
219 EXPECT_EQ(mediaCodecDecoderAdapterImpl_->StartDecoder(), DecoderAdapterCode::DECODER_ERROR);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h57 int32_t StartDecoder();
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/
H A Dmediacodecdecoderadapterimpl_fuzzer.cpp94 code = mediaCodecDecoderAdapterImpl.StartDecoder(); in MediaCodecDecoderAdapterImplFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp128 EXPECT_EQ(ERR_DH_SCREEN_CODEC_START_FAILED, imageDecoder_->StartDecoder());
140 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, imageDecoder_->StartDecoder());
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/
H A Dimage_sink_processor.cpp75 int32_t ret = imageDecoder_->StartDecoder(); in StartImageProcessor()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/
H A Dvideodec_api11_sample.h100 int32_t StartDecoder();
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_api11_sample.h106 int32_t StartDecoder();
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_decoder_adapter_impl.cpp166 DecoderAdapterCode MediaCodecDecoderAdapterImpl::StartDecoder() in StartDecoder() function in MediaCodecDecoderAdapterImpl
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp485 int32_t VDecAPI11Sample::StartDecoder() in StartDecoder() function in VDecAPI11Sample
546 StartDecoder(); in StartVideoDecoder()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp473 int32_t VDecAPI11Sample::StartDecoder() in StartDecoder() function in VDecAPI11Sample
535 StartDecoder(); in StartVideoDecoder()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp249 int32_t ImageSinkDecoder::StartDecoder() in StartDecoder() function in OHOS::DistributedHardware::ImageSinkDecoder