Searched refs:MovingPhotoSurfaceWrapper (Results 1 – 6 of 6) sorted by relevance
29 sptr<MovingPhotoSurfaceWrapper> MovingPhotoSurfaceWrapper::CreateMovingPhotoSurfaceWrapper( in CreateMovingPhotoSurfaceWrapper()34 …sptr<MovingPhotoSurfaceWrapper> movingPhotoSurfaceWrapper = new (std::nothrow) MovingPhotoSurfaceW… in CreateMovingPhotoSurfaceWrapper()45 MovingPhotoSurfaceWrapper::~MovingPhotoSurfaceWrapper() in ~MovingPhotoSurfaceWrapper()50 sptr<OHOS::IBufferProducer> MovingPhotoSurfaceWrapper::GetProducer() const in GetProducer()57 bool MovingPhotoSurfaceWrapper::Init(int32_t width, int32_t height) in Init()78 void MovingPhotoSurfaceWrapper::OnBufferArrival() in OnBufferArrival()111 MovingPhotoSurfaceWrapper::BufferConsumerListener::BufferConsumerListener( in BufferConsumerListener()112 sptr<MovingPhotoSurfaceWrapper> surfaceWrapper) in BufferConsumerListener()116 void MovingPhotoSurfaceWrapper::BufferConsumerListener::OnBufferAvailable() in OnBufferAvailable()124 void MovingPhotoSurfaceWrapper::RecycleBuffer(sptr<SurfaceBuffer> buffer) in RecycleBuffer()
29 class MovingPhotoSurfaceWrapper : public RefBase {36 …static sptr<MovingPhotoSurfaceWrapper> CreateMovingPhotoSurfaceWrapper(int32_t width, int32_t heig…57 explicit BufferConsumerListener(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper);61 wptr<MovingPhotoSurfaceWrapper> movingPhotoSurfaceWrapper_ = nullptr;64 explicit MovingPhotoSurfaceWrapper() = default;65 ~MovingPhotoSurfaceWrapper() override;
37 class MovingPhotoSurfaceWrapper; variable43 void ReleaseSurfaceBuffer(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper);
163 class MovingPhotoListener : public MovingPhotoSurfaceWrapper::SurfaceBufferListener {165 …explicit MovingPhotoListener(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper, sptr<Surface> metaSur…177 sptr<MovingPhotoSurfaceWrapper> movingPhotoSurfaceWrapper_;
44 void FrameRecord::ReleaseSurfaceBuffer(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper) in ReleaseSurfaceBuffer()
791 …MovingPhotoSurfaceWrapper::CreateMovingPhotoSurfaceWrapper(streamRepeat->width_, streamRepeat->hei… in ExpandMovingPhotoRepeatStream()2495 MovingPhotoListener::MovingPhotoListener(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper, sptr<Surfa… in MovingPhotoListener()