Home
last modified time | relevance | path

Searched refs:SendBufferLocked (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H A Daudio_ffmpeg_encoder_plugin.h83 Status SendBufferLocked(const std::shared_ptr<Buffer>& inputBuffer);
H A Daudio_ffmpeg_encoder_plugin.cpp332 ret = SendBufferLocked(inputBuffer); in QueueInputBuffer()
412 Status AudioFfmpegEncoderPlugin::SendBufferLocked(const std::shared_ptr<Buffer>& inputBuffer) in SendBufferLocked() function in OHOS::Media::Plugin::Ffmpeg::AudioFfmpegEncoderPlugin
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
H A Daudio_ffmpeg_decoder_plugin.h94 Status SendBufferLocked(const std::shared_ptr<Buffer>& inputBuffer);
H A Daudio_ffmpeg_decoder_plugin.cpp448 ret = SendBufferLocked(inputBuffer); in QueueInputBuffer()
489 Status AudioFfmpegDecoderPlugin::SendBufferLocked(const std::shared_ptr<Buffer>& inputBuffer) in SendBufferLocked() function in OHOS::Media::Plugin::Ffmpeg::AudioFfmpegDecoderPlugin
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.h95 Status SendBufferLocked(const std::shared_ptr<Buffer> &inputBuffer);
H A Dvideo_ffmpeg_encoder_plugin.cpp389 ret = SendBufferLocked(inputBuffer); in QueueInputBuffer()
438 Status VideoFfmpegEncoderPlugin::SendBufferLocked(const std::shared_ptr<Buffer>& inputBuffer) in SendBufferLocked() function in OHOS::Media::Plugin::Ffmpeg::VideoFfmpegEncoderPlugin
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.h97 Status SendBufferLocked(const std::shared_ptr<Buffer>& inputBuffer);
H A Dvideo_ffmpeg_decoder_plugin.cpp443 ret = SendBufferLocked(inputBuffer); in QueueInputBuffer()
450 Status VideoFfmpegDecoderPlugin::SendBufferLocked(const std::shared_ptr<Buffer>& inputBuffer) in SendBufferLocked() function in OHOS::Media::Plugin::VideoFfmpegDecoderPlugin