/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_decoder_callback_adapter_wrapper.cpp | 39 void ArkDecoderCallbackAdapterWrapper::OnNeedInputData(uint32_t index, std::shared_ptr<NWeb::OhosBu… in OnNeedInputData() function in OHOS::ArkWeb::ArkDecoderCallbackAdapterWrapper 42 return ctocpp_->OnNeedInputData(index, nullptr); in OnNeedInputData() 45 ctocpp_->OnNeedInputData(index, new ArkOhosBufferAdapterImpl(buffer)); in OnNeedInputData()
|
H A D | ark_codec_callback_adapter_wrapper.cpp | 43 void ArkCodecCallbackAdapterWapper::OnNeedInputData(uint32_t index, std::shared_ptr<NWeb::OhosBuffe… in OnNeedInputData() function in OHOS::ArkWeb::ArkCodecCallbackAdapterWapper 46 return ctocpp_->OnNeedInputData(index, nullptr); in OnNeedInputData() 49 ctocpp_->OnNeedInputData(index, new ArkOhosBufferAdapterImpl(buffer)); in OnNeedInputData()
|
H A D | ark_decoder_callback_adapter_wrapper.h | 33 void OnNeedInputData(uint32_t index, std::shared_ptr<NWeb::OhosBufferAdapter> buffer) override;
|
H A D | ark_codec_callback_adapter_wrapper.h | 32 void OnNeedInputData(uint32_t index, std::shared_ptr<NWeb::OhosBufferAdapter> buffer) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_decoder_callback_adapter_impl.cpp | 39 void ArkDecoderCallbackAdapterImpl::OnNeedInputData(uint32_t index, ArkWebRefPtr<ArkOhosBufferAdapt… in OnNeedInputData() function in OHOS::ArkWeb::ArkDecoderCallbackAdapterImpl 42 return real_->OnNeedInputData(index, nullptr); in OnNeedInputData() 44 real_->OnNeedInputData(index, std::make_shared<ArkOhosBufferAdapterWrapper>(buffer)); in OnNeedInputData()
|
H A D | ark_encoder_callback_adapter_impl.cpp | 44 void ArkEncoderCallbackAdapterImpl::OnNeedInputData(uint32_t index, ArkWebRefPtr<ArkOhosBufferAdapt… in OnNeedInputData() function in OHOS::ArkWeb::ArkEncoderCallbackAdapterImpl 47 return real_->OnNeedInputData(index, nullptr); in OnNeedInputData() 50 real_->OnNeedInputData(index, std::make_shared<ArkOhosBufferAdapterWrapper>(buffer)); in OnNeedInputData()
|
H A D | ark_decoder_callback_adapter_impl.h | 33 void OnNeedInputData(uint32_t index, ArkWebRefPtr<ArkOhosBufferAdapter> buffer) override;
|
H A D | ark_encoder_callback_adapter_impl.h | 33 void OnNeedInputData(uint32_t index, ArkWebRefPtr<ArkOhosBufferAdapter> buffer) override;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.cpp | 47 void VideoDecCapiMock::OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *… in OnNeedInputData() function in OHOS::MediaAVCodec::VideoDecCapiMock 53 mockCb->OnNeedInputData(index, memMock); in OnNeedInputData() 93 mockCb->OnNeedInputData(index, bufMock); in OnNeedInputDataExt() 155 callback.onNeedInputData = VideoDecCapiMock::OnNeedInputData; in SetCallback()
|
H A D | videoenc_capi_mock.cpp | 50 void VideoEncCapiMock::OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *… in OnNeedInputData() function in OHOS::MediaAVCodec::VideoEncCapiMock 56 mockCb->OnNeedInputData(index, memMock); in OnNeedInputData() 96 mockCb->OnNeedInputData(index, bufMock); in OnNeedInputDataExt() 184 callback.onNeedInputData = VideoEncCapiMock::OnNeedInputData; in SetCallback()
|
H A D | videodec_capi_mock.h | 57 … static void OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData);
|
H A D | videoenc_capi_mock.h | 57 … static void OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
H A D | vdec_sample.h | 31 void OnNeedInputData(uint32_t index, std::shared_ptr<AVMemoryMock> data) override; 44 void OnNeedInputData(uint32_t index, std::shared_ptr<AVBufferMock> data) override;
|
H A D | venc_sample.h | 64 void OnNeedInputData(uint32_t index, std::shared_ptr<AVMemoryMock> data) override; 77 void OnNeedInputData(uint32_t index, std::shared_ptr<AVBufferMock> data) override;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/ |
H A D | vcodec_mock.h | 43 virtual void OnNeedInputData(uint32_t index, std::shared_ptr<AVMemoryMock> data) = 0; 52 virtual void OnNeedInputData(uint32_t index, std::shared_ptr<AVBufferMock> data) = 0;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/ |
H A D | videodec_inner_mock.cpp | 47 mockCb_->OnNeedInputData(index, bufMock); in OnInputBufferAvailable() 83 mockCb_->OnNeedInputData(index, memMock); in OnInputBufferAvailable()
|
H A D | videoenc_inner_mock.cpp | 47 mockCb_->OnNeedInputData(index, bufMock); in OnInputBufferAvailable() 83 mockCb_->OnNeedInputData(index, memMock); in OnInputBufferAvailable()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_media_codec_decoder_adapter.h | 56 virtual void OnNeedInputData(uint32_t index, ArkWebRefPtr<ArkOhosBufferAdapter> buffer) = 0;
|
H A D | ark_media_codec_adapter.h | 96 virtual void OnNeedInputData(uint32_t index, ArkWebRefPtr<ArkOhosBufferAdapter> buffer) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | media_codec_decoder_adapter.h | 62 virtual void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) = 0;
|
H A D | media_codec_adapter.h | 118 virtual void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) = 0;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_capi.h | 55 … static void OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData);
|
H A D | tester_capi.cpp | 36 void TesterCapiOld::OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *use… in OnNeedInputData() function in OHOS::MediaAVCodec::TesterCapiOld 104 &TesterCapiOld::OnNeedInputData, in SetCallback()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecencoderadapterimpl_fuzzer/ |
H A D | mediacodecencoderadapterimpl_fuzzer.cpp | 35 void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) override {} in OnNeedInputData() function in OHOS::EncoderCallbackAdapterMock
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/ |
H A D | mediacodecdecoderadapterimpl_fuzzer.cpp | 37 void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) override {} in OnNeedInputData() function in OHOS::DecoderCallbackAdapterMock
|