Home
last modified time | relevance | path

Searched refs:currentCreatorBuffer_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/include/
H A Dimage_creator_context.h31 OHOS::sptr<OHOS::SurfaceBuffer> currentCreatorBuffer_; variable
91 return currentCreatorBuffer_; in GetCurrentCreatorBuffer()
95 currentCreatorBuffer_ = currentCreatorBuffer; in SetCurrentBuffer()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator.cpp261 iraContext_->currentCreatorBuffer_ = buffer; in DequeueImage()
270 return iraContext_->currentCreatorBuffer_; in DequeueImage()