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

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java274 // control.captureIntent
276 int captureIntent = ParamsUtils.getOrDefault(request,
280 captureIntent = filterSupportedCaptureIntent(captureIntent);
283 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_RECORD ||
284 captureIntent == CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT);
460 static int filterSupportedCaptureIntent(int captureIntent) { argument
461 switch (captureIntent) {
470 captureIntent = CONTROL_CAPTURE_INTENT_PREVIEW;
471 Log.w(TAG, "Unsupported control.captureIntent valu
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp497 uint8_t captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_STILL_CAPTURE); local
527 captureIntent = static_cast<uint8_t>(ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT);
538 &captureIntent, 1);
H A DZslProcessor3.cpp362 uint8_t captureIntent = local
365 &captureIntent, 1);

Completed in 55 milliseconds