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

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java275 // control.captureIntent
277 int captureIntent = ParamsUtils.getOrDefault(request,
281 captureIntent = filterSupportedCaptureIntent(captureIntent);
284 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_RECORD ||
285 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT);
462 static int filterSupportedCaptureIntent(int captureIntent) { argument
463 switch (captureIntent) {
472 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW;
473 Log.w(TAG, "Unsupported control.captureIntent valu
[all...]
H A DLegacyResultMapper.java153 * control.captureIntent
156 int captureIntent = ParamsUtils.getOrDefault(request,
160 captureIntent = LegacyRequestMapper.filterSupportedCaptureIntent(captureIntent);
162 result.set(CONTROL_CAPTURE_INTENT, captureIntent);
H A DLegacyMetadataMapper.java1293 // control.captureIntent
1295 int captureIntent;
1298 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW;
1301 captureIntent = CONTROL_CAPTURE_INTENT_STILL_CAPTURE;
1304 captureIntent = CONTROL_CAPTURE_INTENT_VIDEO_RECORD;
1310 m.set(CaptureRequest.CONTROL_CAPTURE_INTENT, captureIntent);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp495 uint8_t captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_STILL_CAPTURE); local
525 captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT);
536 &captureIntent, 1);
H A DZslProcessor.cpp573 uint8_t captureIntent = local
576 &captureIntent, 1);

Completed in 115 milliseconds