Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture.cpp213 …sptr<SurfaceListener> captureListener = new(std::nothrow) SurfaceListener("Photo", SurfaceType::PH… in main() local
215 if (captureListener == nullptr) { in main()
218 photoSurface->RegisterConsumerListener((sptr<IBufferConsumerListener> &)captureListener); in main()
H A Dcamera_capture_mode.cpp439 …sptr<SurfaceListener> captureListener = new(std::nothrow) SurfaceListener("Photo", SurfaceType::PH… in main() local
441 if (captureListener == nullptr) { in main()
444 photoSurface->RegisterConsumerListener((sptr<IBufferConsumerListener> &)captureListener); in main()