/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_media_codec_decoder_adapter_impl.cpp | 71 int32_t ArkMediaCodecDecoderAdapterImpl::StopDecoder() in StopDecoder() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterImpl 73 return (int32_t)real_->StopDecoder(); in StopDecoder()
|
H A D | ark_media_codec_decoder_adapter_impl.h | 43 int32_t StopDecoder() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_media_codec_decoder_adapter_wrapper.cpp | 88 OHOS::NWeb::DecoderAdapterCode ArkMediaCodecDecoderAdapterWrapper::StopDecoder() in StopDecoder() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterWrapper 90 int32_t result = ctocpp_->StopDecoder(); in StopDecoder()
|
H A D | ark_media_codec_decoder_adapter_wrapper.h | 45 OHOS::NWeb::DecoderAdapterCode StopDecoder() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_media_codec_decoder_adapter.h | 87 virtual int32_t StopDecoder() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | media_codec_decoder_adapter.h | 87 virtual DecoderAdapterCode StopDecoder() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/ |
H A D | media_codec_decoder_adapter_impl.h | 74 DecoderAdapterCode StopDecoder() override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | media_codec_decoder_adapter_impl_test.cpp | 186 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 D | image_sink_decoder.h | 58 int32_t StopDecoder();
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/ |
H A D | mediacodecdecoderadapterimpl_fuzzer.cpp | 95 code = mediaCodecDecoderAdapterImpl.StopDecoder(); in MediaCodecDecoderAdapterImplFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/ |
H A D | image_sink_decoder_test.cpp | 152 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 D | image_sink_processor.cpp | 96 int32_t ret = imageDecoder_->StopDecoder(); in StopImageProcessor()
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | media_codec_decoder_adapter_impl.cpp | 179 DecoderAdapterCode MediaCodecDecoderAdapterImpl::StopDecoder() in StopDecoder() function in MediaCodecDecoderAdapterImpl
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/ |
H A D | image_sink_decoder.cpp | 273 int32_t ImageSinkDecoder::StopDecoder() in StopDecoder() function in OHOS::DistributedHardware::ImageSinkDecoder
|