Searched refs:GetPhotoOutput (Results 1 – 5 of 5) sorted by relevance
209 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()
572 inline sptr<PhotoOutput> GetPhotoOutput() in GetPhotoOutput() function
97 sptr<PhotoOutput> photoOutput = context->objectInfo->GetPhotoOutput(); in ProcessCapture()1875 sptr<PhotoOutput> PhotoOutputNapi::GetPhotoOutput() in GetPhotoOutput() function in OHOS::CameraStandard::PhotoOutputNapi2264 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()
331 sptr<PhotoOutput> GetPhotoOutput();
1292 cameraOutput = photoOutputNapiObj->GetPhotoOutput(); in GetJSArgsForCameraOutput()