Home
last modified time | relevance | path

Searched refs:OnSetOutputBuffer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_decoder.h36 int32_t OnSetOutputBuffer(sptr<SurfaceBuffer> output) override;
H A Dimage_codec.h153 virtual int32_t OnSetOutputBuffer(sptr<SurfaceBuffer> output) = 0;
328 void OnSetOutputBuffer(const MsgInfo &info);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp249 OnSetOutputBuffer(info); in OnMsgReceived()
296 void ImageCodec::InitializedState::OnSetOutputBuffer(const MsgInfo &info) in OnSetOutputBuffer() function in OHOS::ImagePlugin::ImageCodec::InitializedState
300 ReplyErrorCode(info.id, codec_->OnSetOutputBuffer(output)); in OnSetOutputBuffer()
H A Dimage_decoder.cpp261 int32_t ImageDecoder::OnSetOutputBuffer(sptr<SurfaceBuffer> output) in OnSetOutputBuffer() function in OHOS::ImagePlugin::ImageDecoder