Home | History | Annotate | Download | only in HAL

Lines Matching refs:portrait

163 const char QCameraParameters::KEY_QC_TRUE_PORTRAIT[] = "true-portrait";
164 const char QCameraParameters::KEY_QC_SUPPORTED_TRUE_PORTRAIT_MODES[] = "true-portrait-values";
391 // Values for True Portrait setting.
392 const char QCameraParameters::TRUE_PORTRAIT_OFF[] = "true-portrait-off";
393 const char QCameraParameters::TRUE_PORTRAIT_ON[] = "true-portrait-on";
424 static const char* portrait = "portrait";
1863 if (strcmp(str, portrait) == 0 || strcmp(str, landscape) == 0) {
3464 * DESCRIPTION: set true portrait from user setting
3477 CDBG("%s: True Portrait is not supported",__func__);
5201 //Set True Portrait
8121 * DESCRIPTION: set true portrait value
8124 * @optiZoomStr : true portrait value string
8143 CDBG_HIGH("Invalid true portrait value: %s",
10224 return "Portrait";
10226 return "Portrait-Backlight";