Home
last modified time | relevance | path

Searched refs:RemovePhotoOutput (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.h60 Camera_ErrorCode RemovePhotoOutput(Camera_PhotoOutput* photoOutput);
H A Dcapture_session_impl.cpp287 Camera_ErrorCode Camera_CaptureSession::RemovePhotoOutput(Camera_PhotoOutput* photoOutput) in RemovePhotoOutput() function in Camera_CaptureSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp203 return session->RemovePhotoOutput(photoOutput); in OH_CaptureSession_RemovePhotoOutput()