Searched refs:captureIntent (Results 1 – 5 of 5) sorted by relevance
275 int captureIntent = ParamsUtils.getOrDefault(request, in convertRequestMetadata() local279 captureIntent = filterSupportedCaptureIntent(captureIntent); in convertRequestMetadata()282 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_RECORD || in convertRequestMetadata()283 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT); in convertRequestMetadata()459 static int filterSupportedCaptureIntent(int captureIntent) { in filterSupportedCaptureIntent() argument460 switch (captureIntent) { in filterSupportedCaptureIntent()469 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW; in filterSupportedCaptureIntent()470 Log.w(TAG, "Unsupported control.captureIntent value " + captureIntent in filterSupportedCaptureIntent()473 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW; in filterSupportedCaptureIntent()474 Log.w(TAG, "Unknown control.captureIntent value " + captureIntent in filterSupportedCaptureIntent()[all …]
154 int captureIntent = ParamsUtils.getOrDefault(request, in convertResultMetadata() local158 captureIntent = LegacyRequestMapper.filterSupportedCaptureIntent(captureIntent); in convertResultMetadata()160 result.set(CONTROL_CAPTURE_INTENT, captureIntent); in convertResultMetadata()
1244 int captureIntent; in createRequestTemplate() local1247 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW; in createRequestTemplate()1250 captureIntent = CONTROL_CAPTURE_INTENT_STILL_CAPTURE; in createRequestTemplate()1253 captureIntent = CONTROL_CAPTURE_INTENT_VIDEO_RECORD; in createRequestTemplate()1259 m.set(CaptureRequest.CONTROL_CAPTURE_INTENT, captureIntent); in createRequestTemplate()
480 uint8_t captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_STILL_CAPTURE); in manageStandardCapture() local499 captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT); in manageStandardCapture()510 &captureIntent, 1); in manageStandardCapture()
362 uint8_t captureIntent = in pushToReprocess() local365 &captureIntent, 1); in pushToReprocess()