Home
last modified time | relevance | path

Searched refs:MovingPhotoSurfaceWrapper (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/moving_photo/
H A Dmoving_photo_surface_wrapper.cpp29 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()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/moving_photo/
H A Dmoving_photo_surface_wrapper.h29 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;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dframe_record.h37 class MovingPhotoSurfaceWrapper; variable
43 void ReleaseSurfaceBuffer(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h163 class MovingPhotoListener : public MovingPhotoSurfaceWrapper::SurfaceBufferListener {
165 …explicit MovingPhotoListener(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper, sptr<Surface> metaSur…
177 sptr<MovingPhotoSurfaceWrapper> movingPhotoSurfaceWrapper_;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/
H A Dframe_record.cpp44 void FrameRecord::ReleaseSurfaceBuffer(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper) in ReleaseSurfaceBuffer()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp791MovingPhotoSurfaceWrapper::CreateMovingPhotoSurfaceWrapper(streamRepeat->width_, streamRepeat->hei… in ExpandMovingPhotoRepeatStream()
2495 MovingPhotoListener::MovingPhotoListener(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper, sptr<Surfa… in MovingPhotoListener()