Home
last modified time | relevance | path

Searched defs:OnInputBufferAvailable (Results 1 – 25 of 79) sorted by relevance

1234

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_decoder_callback.cpp46 void ImageDecoderCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMe… in OnInputBufferAvailable() function in OHOS::DistributedHardware::ImageDecoderCallback
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_encoder_callback.cpp46 void ImageEncoderCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMe… in OnInputBufferAvailable() function in OHOS::DistributedHardware::ImageEncoderCallback
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_video_callback.cpp30 void DecodeVideoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMem… in OnInputBufferAvailable() function in OHOS::DistributedHardware::DecodeVideoCallback
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_video_callback.cpp29 void EncodeVideoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMem… in OnInputBufferAvailable() function in OHOS::DistributedHardware::EncodeVideoCallback
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Ddecoder_surface_filter_unit_test.cpp68 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override {} in OnInputBufferAvailable() function in OHOS::Media::Pipeline::FilterMediaCodecCallback
112 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() function in OHOS::Media::Pipeline::VideoDecoderAdapterMock
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_decoder_adapter.cpp55 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override in OnInputBufferAvailable() function in OHOS::Media::SurfaceDecoderAdapterCallback
309 void SurfaceDecoderAdapter::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() function in OHOS::Media::SurfaceDecoderAdapter
H A Dvideo_decoder_adapter.cpp72 void VideoDecoderCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() function in OHOS::Media::VideoDecoderCallback
290 void VideoDecoderAdapter::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() function in OHOS::Media::VideoDecoderAdapter
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A Dvideodec_inner_mock.cpp42 void VideoDecCallbackExtMock::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buff… in OnInputBufferAvailable() function in OHOS::MediaAVCodec::VideoDecCallbackExtMock
78 void VideoDecCallbackMock::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> b… in OnInputBufferAvailable() function in OHOS::MediaAVCodec::VideoDecCallbackMock
H A Dvideoenc_inner_mock.cpp42 void VideoEncCallbackExtMock::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buff… in OnInputBufferAvailable() function in OHOS::MediaAVCodec::VideoEncCallbackExtMock
78 void VideoEncCallbackMock::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> b… in OnInputBufferAvailable() function in OHOS::MediaAVCodec::VideoEncCallbackMock
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_listener_proxy.cpp155 void CodecListenerProxy::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() function in OHOS::MediaAVCodec::CodecListenerProxy
264 void CodecListenerCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() function in OHOS::MediaAVCodec::CodecListenerCallback
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dsample_callback.cpp68 void SampleCallback::OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer,… in OnInputBufferAvailable() function in OHOS::CameraStandard::SampleCallback
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H A Dcodec_callback.cpp54 void CodecCallback::OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, vo… in OnInputBufferAvailable() function in OHOS::MediaAVCodec::Sample::CodecCallback
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmpeg_manager.cpp58 void MpegManager::VideoCodecCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuff… in OnInputBufferAvailable() function in OHOS::CameraStandard::DeferredProcessing::MpegManager::VideoCodecCallback
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_encoder_inner_demo.cpp235 void AEnDemoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) in OnInputBufferAvailable() function in AEnDemoCallback
H A Davcodec_audio_decoder_inner_demo.cpp268 void ADecDemoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffe… in OnInputBufferAvailable() function in ADecDemoCallback
H A Davcodec_audio_opus_encoder_demo.cpp60 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *user… in OnInputBufferAvailable() function
H A Davcodec_audio_aac_encoder_demo.cpp60 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *user… in OnInputBufferAvailable() function
H A Davcodec_audio_avbuffer_amrnb_encoder_demo.cpp63 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *us… in OnInputBufferAvailable() function
H A Davcodec_audio_avbuffer_amrwb_encoder_demo.cpp63 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *us… in OnInputBufferAvailable() function
H A Davcodec_audio_avbuffer_flac_encoder_demo.cpp69 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *user… in OnInputBufferAvailable() function
H A Davcodec_audio_avbuffer_g711mu_encoder_demo.cpp63 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *us… in OnInputBufferAvailable() function
H A Davcodec_audio_g711mu_encoder_demo.cpp60 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *user… in OnInputBufferAvailable() function
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_encoder_adapter_impl.cpp312 void EncoderCallbackImpl::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> bu… in OnInputBufferAvailable() function in OHOS::NWeb::EncoderCallbackImpl
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Ddecoder_demo.cpp320 void VDecDemoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMemory… in OnInputBufferAvailable() function in VDecDemoCallback
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.cpp540 void CodecClient::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) in OnInputBufferAvailable() function in OHOS::MediaAVCodec::CodecClient
553 void CodecClient::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() function in OHOS::MediaAVCodec::CodecClient

1234