Home
last modified time | relevance | path

Searched refs:FillFrameBuffer (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.h97 Status FillFrameBuffer(const std::shared_ptr<Buffer> &packetBuffer);
H A Dvideo_ffmpeg_encoder_plugin.cpp464 Status VideoFfmpegEncoderPlugin::FillFrameBuffer(const std::shared_ptr<Buffer>& packetBuffer) in FillFrameBuffer() function in OHOS::Media::Plugin::Ffmpeg::VideoFfmpegEncoderPlugin
501 status = FillFrameBuffer(packetBuffer); in ReceiveBufferLocked()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.h111 Status FillFrameBuffer(const std::shared_ptr<Buffer>& frameBuffer);
H A Dvideo_ffmpeg_decoder_plugin.cpp705 Status VideoFfmpegDecoderPlugin::FillFrameBuffer(const std::shared_ptr<Buffer>& frameBuffer) in FillFrameBuffer() function in OHOS::Media::Plugin::VideoFfmpegDecoderPlugin
740 MEDIA_LOG_DD("FillFrameBuffer success"); in FillFrameBuffer()
753 status = FillFrameBuffer(frameBuffer); in ReceiveBufferLocked()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h138 int32_t FillFrameBuffer(const std::shared_ptr<HBuffer> &frameBuffer);
H A Dhevc_decoder.cpp1024 status = FillFrameBuffer(frameBuffer); in DecodeFrameOnce()
1036 int32_t HevcDecoder::FillFrameBuffer(const std::shared_ptr<HBuffer> &frameBuffer) in FillFrameBuffer() function in OHOS::MediaAVCodec::Codec::HevcDecoder
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h123 int32_t FillFrameBuffer(const std::shared_ptr<FBuffer> &frameBuffer);
H A Dfcodec.cpp977 int32_t FCodec::FillFrameBuffer(const std::shared_ptr<FBuffer> &frameBuffer) in FillFrameBuffer() function in OHOS::MediaAVCodec::Codec::FCodec
1097 status = FillFrameBuffer(frameBuffer); in ReceiveFrame()

Completed in 9 milliseconds