Searched refs:OnSetOutputBuffer (Results 1 – 4 of 4) sorted by relevance
36 int32_t OnSetOutputBuffer(sptr<SurfaceBuffer> output) override;
153 virtual int32_t OnSetOutputBuffer(sptr<SurfaceBuffer> output) = 0;328 void OnSetOutputBuffer(const MsgInfo &info);
249 OnSetOutputBuffer(info); in OnMsgReceived()296 void ImageCodec::InitializedState::OnSetOutputBuffer(const MsgInfo &info) in OnSetOutputBuffer() function in OHOS::ImagePlugin::ImageCodec::InitializedState300 ReplyErrorCode(info.id, codec_->OnSetOutputBuffer(output)); in OnSetOutputBuffer()
261 int32_t ImageDecoder::OnSetOutputBuffer(sptr<SurfaceBuffer> output) in OnSetOutputBuffer() function in OHOS::ImagePlugin::ImageDecoder