Searched defs:templateType (Results 1 – 13 of 13) sorted by relevance
34 var templateType = SessionConfig.defaultEmptySessionConfig().templateType in unpack() variable
155 var templateType = CaptureConfig.defaultEmptyCaptureConfig().templateType in <lambda>() variable217 var templateType = SessionConfig.defaultEmptySessionConfig().templateType in <lambda>() variable
45 int templateType = CaptureConfig.defaultEmptyCaptureConfig().getTemplateType(); in unpack() local
53 int templateType = SessionConfig.defaultEmptySessionConfig().getTemplateType(); in unpack() local
184 int templateType = isRepeatingRequest ? CameraDevice.TEMPLATE_PREVIEW : in build() local
400 private boolean isTemplateTypeForStillCapture(int templateType) { in isTemplateTypeForStillCapture()
96 public @NonNull Extender<T> setCaptureRequestTemplate(int templateType) { in setCaptureRequestTemplate()
209 val templateType = it.repeatingCaptureConfig.templateType in <lambda>() constant
131 int templateType, in CaptureConfig()319 public void setTemplateType(int templateType) { in setTemplateType()
478 public @NonNull Builder setTemplateType(int templateType) { in setTemplateType()
348 void setTemplateType(int templateType) { in setTemplateType()
194 val templateType = TEMPLATE_RECORD in <lambda>() constant
1458 private static boolean getDefaultZslDisabled(int templateType) { in getDefaultZslDisabled()