Searched refs:captureIntent (Results 1 – 5 of 5) 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()
1295 int captureIntent; in createRequestTemplate() local1298 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW; in createRequestTemplate()1301 captureIntent = CONTROL_CAPTURE_INTENT_STILL_CAPTURE; in createRequestTemplate()1304 captureIntent = CONTROL_CAPTURE_INTENT_VIDEO_RECORD; in createRequestTemplate()1310 m.set(CaptureRequest.CONTROL_CAPTURE_INTENT, captureIntent); in createRequestTemplate()
495 uint8_t captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_STILL_CAPTURE); in manageStandardCapture() local525 captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT); in manageStandardCapture()536 &captureIntent, 1); in manageStandardCapture()
573 uint8_t captureIntent = in pushToReprocess() local576 &captureIntent, 1); in pushToReprocess()