Home
last modified time | relevance | path

Searched refs:GetPhotoOutput (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp209 auto photoOutput = GetPhotoOutput(); in OnCaptureStarted()
245 auto photoOutput = GetPhotoOutput(); in OnCaptureStarted()
258 auto photoOutput = GetPhotoOutput(); in OnCaptureEnded()
270 auto photoOutput = GetPhotoOutput(); in OnCaptureError()
283 auto photoOutput = GetPhotoOutput(); in OnFrameShutter()
296 auto photoOutput = GetPhotoOutput(); in OnFrameShutterEnd()
309 auto photoOutput = GetPhotoOutput(); in OnCaptureReady()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h572 inline sptr<PhotoOutput> GetPhotoOutput() in GetPhotoOutput() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp97 sptr<PhotoOutput> photoOutput = context->objectInfo->GetPhotoOutput(); in ProcessCapture()
1875 sptr<PhotoOutput> PhotoOutputNapi::GetPhotoOutput() in GetPhotoOutput() function in OHOS::CameraStandard::PhotoOutputNapi
2264 auto session = photoOutputNapi->GetPhotoOutput()->GetSession(); in EnableMirror()
2441 auto session = photoOutputNapi->GetPhotoOutput()->GetSession(); in IsMovingPhotoSupported()
2474 auto session = photoOutputNapi->GetPhotoOutput()->GetSession(); in EnableMovingPhoto()
2536 if (photoOutputNapi->GetPhotoOutput() != nullptr) { in SetMovingPhotoVideoCodecType()
2539 … int32_t retCode = photoOutputNapi->GetPhotoOutput()->SetMovingPhotoVideoCodecType(codecType); in SetMovingPhotoVideoCodecType()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h331 sptr<PhotoOutput> GetPhotoOutput();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp1292 cameraOutput = photoOutputNapiObj->GetPhotoOutput(); in GetJSArgsForCameraOutput()