Home | History | Annotate | Download | only in HAL

Lines Matching refs:portrait

180 const char QCameraParameters::KEY_QC_TRUE_PORTRAIT[] = "true-portrait";
181 const char QCameraParameters::KEY_QC_SUPPORTED_TRUE_PORTRAIT_MODES[] = "true-portrait-values";
449 // Values for True Portrait setting.
450 const char QCameraParameters::TRUE_PORTRAIT_OFF[] = "true-portrait-off";
451 const char QCameraParameters::TRUE_PORTRAIT_ON[] = "true-portrait-on";
491 static const char* portrait = "portrait";
502 /*Thumbnail sizes to match portrait picture size aspect ratio*/
2164 if (strcmp(str, portrait) == 0 || strcmp(str, landscape) == 0) {
3825 * DESCRIPTION: set true portrait from user setting
3838 LOGD("True Portrait is not supported");
5800 //Set True Portrait
9275 * DESCRIPTION: set true portrait value
9278 * @optiZoomStr : true portrait value string
9298 LOGH("Invalid true portrait value: %s",
11550 return "Portrait";
11552 return "Portrait-Backlight";