Searched refs:captureIntent (Results 1 – 6 of 6) sorted by relevance
277 int captureIntent = ParamsUtils.getOrDefault(request, in convertRequestMetadata() local281 captureIntent = filterSupportedCaptureIntent(captureIntent); in convertRequestMetadata()284 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_RECORD || in convertRequestMetadata()285 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT); in convertRequestMetadata()462 static int filterSupportedCaptureIntent(int captureIntent) { in filterSupportedCaptureIntent() argument463 switch (captureIntent) { in filterSupportedCaptureIntent()472 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW; in filterSupportedCaptureIntent()473 Log.w(TAG, "Unsupported control.captureIntent value " + captureIntent in filterSupportedCaptureIntent()476 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW; in filterSupportedCaptureIntent()477 Log.w(TAG, "Unknown control.captureIntent value " + captureIntent in filterSupportedCaptureIntent()[all …]
156 int captureIntent = ParamsUtils.getOrDefault(request, in convertResultMetadata() local160 captureIntent = LegacyRequestMapper.filterSupportedCaptureIntent(captureIntent); in convertResultMetadata()162 result.set(CONTROL_CAPTURE_INTENT, captureIntent); in convertResultMetadata()
1304 int captureIntent; in createRequestTemplate() local1307 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW; in createRequestTemplate()1310 captureIntent = CONTROL_CAPTURE_INTENT_STILL_CAPTURE; in createRequestTemplate()1313 captureIntent = CONTROL_CAPTURE_INTENT_VIDEO_RECORD; in createRequestTemplate()1319 m.set(CaptureRequest.CONTROL_CAPTURE_INTENT, captureIntent); in createRequestTemplate()
705 uint8_t captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_STILL_CAPTURE); in updateCaptureRequest() local720 captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT); in updateCaptureRequest()722 res = mCaptureRequest.update(ANDROID_CONTROL_CAPTURE_INTENT, &captureIntent, 1); in updateCaptureRequest()
519 uint8_t captureIntent = in pushToReprocess() local522 &captureIntent, 1); in pushToReprocess()
282 int captureIntent = mLogicalCameraSettings.get( in getRequestType() local284 if (captureIntent == CameraMetadata.CONTROL_CAPTURE_INTENT_STILL_CAPTURE) { in getRequestType()