/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_media_codec_decoder_adapter_impl.cpp | 66 int32_t ArkMediaCodecDecoderAdapterImpl::StartDecoder() in StartDecoder() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterImpl 68 return (int32_t)real_->StartDecoder(); in StartDecoder()
|
H A D | ark_media_codec_decoder_adapter_impl.h | 41 int32_t StartDecoder() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_media_codec_decoder_adapter_wrapper.cpp | 82 OHOS::NWeb::DecoderAdapterCode ArkMediaCodecDecoderAdapterWrapper::StartDecoder() in StartDecoder() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterWrapper 84 int32_t result = ctocpp_->StartDecoder(); in StartDecoder()
|
H A D | ark_media_codec_decoder_adapter_wrapper.h | 43 OHOS::NWeb::DecoderAdapterCode StartDecoder() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_media_codec_decoder_adapter.h | 84 virtual int32_t StartDecoder() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | media_codec_decoder_adapter.h | 85 virtual DecoderAdapterCode StartDecoder() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/ |
H A D | media_codec_decoder_adapter_impl.h | 72 DecoderAdapterCode StartDecoder() override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | media_codec_decoder_adapter_impl_test.cpp | 185 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 D | image_sink_decoder.h | 57 int32_t StartDecoder();
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/ |
H A D | mediacodecdecoderadapterimpl_fuzzer.cpp | 94 code = mediaCodecDecoderAdapterImpl.StartDecoder(); in MediaCodecDecoderAdapterImplFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/ |
H A D | image_sink_decoder_test.cpp | 128 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 D | image_sink_processor.cpp | 75 int32_t ret = imageDecoder_->StartDecoder(); in StartImageProcessor()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/ |
H A D | videodec_api11_sample.h | 100 int32_t StartDecoder();
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/ |
H A D | videodec_api11_sample.h | 106 int32_t StartDecoder();
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | media_codec_decoder_adapter_impl.cpp | 166 DecoderAdapterCode MediaCodecDecoderAdapterImpl::StartDecoder() in StartDecoder() function in MediaCodecDecoderAdapterImpl
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_api11_sample.cpp | 485 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 D | videodec_api11_sample.cpp | 473 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 D | image_sink_decoder.cpp | 249 int32_t ImageSinkDecoder::StartDecoder() in StartDecoder() function in OHOS::DistributedHardware::ImageSinkDecoder
|