Home
last modified time | relevance | path

Searched refs:surfaceWrapper (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.cpp112 sptr<MovingPhotoSurfaceWrapper> surfaceWrapper) in BufferConsumerListener() argument
113 : movingPhotoSurfaceWrapper_(surfaceWrapper) in BufferConsumerListener()
118 auto surfaceWrapper = movingPhotoSurfaceWrapper_.promote(); in OnBufferAvailable() local
119 if (surfaceWrapper != nullptr) { in OnBufferAvailable()
120 surfaceWrapper->OnBufferArrival(); in OnBufferAvailable()
/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() argument
55 if (surfaceWrapper != nullptr) { in ReleaseSurfaceBuffer()
56 surfaceWrapper->RecycleBuffer(videoBuffer_); in ReleaseSurfaceBuffer()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/moving_photo/
H A Dmoving_photo_surface_wrapper.h57 explicit BufferConsumerListener(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dframe_record.h43 void ReleaseSurfaceBuffer(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h165 …explicit MovingPhotoListener(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper, sptr<Surface> metaSur…
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp2495 MovingPhotoListener::MovingPhotoListener(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper, sptr<Surfa… in MovingPhotoListener() argument
2497 : movingPhotoSurfaceWrapper_(surfaceWrapper), in MovingPhotoListener()