Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_codec_decoder_adapter_impl.cpp71 int32_t ArkMediaCodecDecoderAdapterImpl::StopDecoder() in StopDecoder() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterImpl
73 return (int32_t)real_->StopDecoder(); in StopDecoder()
H A Dark_media_codec_decoder_adapter_impl.h43 int32_t StopDecoder() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_codec_decoder_adapter_wrapper.cpp88 OHOS::NWeb::DecoderAdapterCode ArkMediaCodecDecoderAdapterWrapper::StopDecoder() in StopDecoder() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterWrapper
90 int32_t result = ctocpp_->StopDecoder(); in StopDecoder()
H A Dark_media_codec_decoder_adapter_wrapper.h45 OHOS::NWeb::DecoderAdapterCode StopDecoder() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_media_codec_decoder_adapter.h87 virtual int32_t StopDecoder() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_codec_decoder_adapter.h87 virtual DecoderAdapterCode StopDecoder() = 0;
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/
H A Dmedia_codec_decoder_adapter_impl.h74 DecoderAdapterCode StopDecoder() override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_decoder_adapter_impl_test.cpp186 EXPECT_EQ(mediaCodecDecoderAdapterImpl_->StopDecoder(), DecoderAdapterCode::DECODER_ERROR);
220 EXPECT_EQ(mediaCodecDecoderAdapterImpl_->StopDecoder(), DecoderAdapterCode::DECODER_ERROR);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h58 int32_t StopDecoder();
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/
H A Dmediacodecdecoderadapterimpl_fuzzer.cpp95 code = mediaCodecDecoderAdapterImpl.StopDecoder(); in MediaCodecDecoderAdapterImplFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp152 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, imageDecoder_->StopDecoder());
163 EXPECT_EQ(ERR_DH_SCREEN_CODEC_FLUSH_FAILED, imageDecoder_->StopDecoder());
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/
H A Dimage_sink_processor.cpp96 int32_t ret = imageDecoder_->StopDecoder(); in StopImageProcessor()
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_decoder_adapter_impl.cpp179 DecoderAdapterCode MediaCodecDecoderAdapterImpl::StopDecoder() in StopDecoder() function in MediaCodecDecoderAdapterImpl
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp273 int32_t ImageSinkDecoder::StopDecoder() in StopDecoder() function in OHOS::DistributedHardware::ImageSinkDecoder