Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyRequestMapper.java275 int captureIntent = ParamsUtils.getOrDefault(request, in convertRequestMetadata() local
279 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() argument
460 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 …]
DLegacyResultMapper.java154 int captureIntent = ParamsUtils.getOrDefault(request, in convertResultMetadata() local
158 captureIntent = LegacyRequestMapper.filterSupportedCaptureIntent(captureIntent); in convertResultMetadata()
160 result.set(CONTROL_CAPTURE_INTENT, captureIntent); in convertResultMetadata()
DLegacyMetadataMapper.java1244 int captureIntent; in createRequestTemplate() local
1247 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()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp480 uint8_t captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_STILL_CAPTURE); in manageStandardCapture() local
499 captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT); in manageStandardCapture()
510 &captureIntent, 1); in manageStandardCapture()
DZslProcessor3.cpp362 uint8_t captureIntent = in pushToReprocess() local
365 &captureIntent, 1); in pushToReprocess()