Home
last modified time | relevance | path

Searched refs:ExecutePhoto (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_listener_impl.h57 void ExecutePhoto(sptr<SurfaceBuffer> surfaceBuffer, int64_t timestamp);
H A Dphoto_listener_impl.cpp75 ExecutePhoto(surfaceBuffer, timestamp); in OnBufferAvailable()
178 void PhotoListener::ExecutePhoto(sptr<SurfaceBuffer> surfaceBuffer, int64_t timestamp) in ExecutePhoto() function in OHOS::CameraStandard::PhotoListener
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h152 void ExecutePhoto(sptr<SurfaceBuffer> surfaceBfuffer, int64_t timestamp) const;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp712 callbackInfo->listener_->ExecutePhoto(surfaceBuffer, timestamp); in UpdateMainPictureStageOneJSCallback()
829 void PhotoListener::ExecutePhoto(sptr<SurfaceBuffer> surfaceBuffer, int64_t timestamp) const in ExecutePhoto() function in OHOS::CameraStandard::PhotoListener
1063 ExecutePhoto(surfaceBuffer, timestamp); in UpdateJSCallback()