Searched defs:captureIntent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java273 // control.captureIntent
275 int captureIntent = ParamsUtils.getOrDefault(request,
279 captureIntent = filterSupportedCaptureIntent(captureIntent);
282 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_RECORD ||
283 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT);
459 static int filterSupportedCaptureIntent(int captureIntent) { argument
460 switch (captureIntent) {
469 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW;
470 Log.w(TAG, "Unsupported control.captureIntent valu
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp480 uint8_t captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_STILL_CAPTURE); local
499 captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT);
510 &captureIntent, 1);
H A DZslProcessor3.cpp362 uint8_t captureIntent = local
365 &captureIntent, 1);

Completed in 1193 milliseconds