/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
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
|
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
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
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
|
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
|
/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
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | media_codec_decoder_adapter_impl_test.cpp | 53 void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) override {} in OnNeedInputData() function in OHOS::NWeb::DecoderCallbackAdapterMock
|
H A D | media_codec_encoder_adapter_impl_test.cpp | 46 void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) override {} in OnNeedInputData() function in OHOS::NWeb::EncoderCallbackAdapterMock
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
H A D | vdec_sample.cpp | 97 void VDecCallbackTest::OnNeedInputData(uint32_t index, std::shared_ptr<AVMemoryMock> data) in OnNeedInputData() function in OHOS::MediaAVCodec::VDecCallbackTest 146 void VDecCallbackTestExt::OnNeedInputData(uint32_t index, std::shared_ptr<AVBufferMock> data) in OnNeedInputData() function in OHOS::MediaAVCodec::VDecCallbackTestExt
|
H A D | venc_sample.cpp | 91 void VEncCallbackTest::OnNeedInputData(uint32_t index, std::shared_ptr<AVMemoryMock> data) in OnNeedInputData() function in OHOS::MediaAVCodec::VEncCallbackTest 139 void VEncCallbackTestExt::OnNeedInputData(uint32_t index, std::shared_ptr<AVBufferMock> data) in OnNeedInputData() function in OHOS::MediaAVCodec::VEncCallbackTestExt
|
/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
|
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
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
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
|