Home
last modified time | relevance | path

Searched refs:VALUE_TRUE (Results 1 – 7 of 7) sorted by relevance

/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraParameters.cpp228 const char QCameraParameters::VALUE_TRUE[] = "true"; member in qcamera::QCameraParameters
514 { VALUE_TRUE, 1}
2203 if (need_hdr_1x != NULL && strcmp(need_hdr_1x, VALUE_TRUE) == 0) { in setSceneMode()
2413 if (need_hdr_1x != NULL && strcmp(need_hdr_1x, VALUE_TRUE) == 0) { in setNumOfSnapshot()
2832 m_pCapability->smooth_zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2834 m_pCapability->zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2836 m_pCapability->video_snapshot_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2838 m_pCapability->video_stablization_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2840 m_pCapability->auto_exposure_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2842 m_pCapability->auto_wb_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
[all …]
DQCameraParameters.h329 static const char VALUE_TRUE[]; variable
/device/asus/flo/camera/QCamera2/HAL/
DQCameraParameters.cpp228 const char QCameraParameters::VALUE_TRUE[] = "true"; member in qcamera::QCameraParameters
514 { VALUE_TRUE, 1}
2203 if (need_hdr_1x != NULL && strcmp(need_hdr_1x, VALUE_TRUE) == 0) { in setSceneMode()
2413 if (need_hdr_1x != NULL && strcmp(need_hdr_1x, VALUE_TRUE) == 0) { in setNumOfSnapshot()
2832 m_pCapability->smooth_zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2834 m_pCapability->zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2836 m_pCapability->video_snapshot_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2838 m_pCapability->video_stablization_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2840 m_pCapability->auto_exposure_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2842 m_pCapability->auto_wb_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
[all …]
DQCameraParameters.h330 static const char VALUE_TRUE[]; variable
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp256 const char QCameraParameters::VALUE_TRUE[] = "true"; member in qcamera::QCameraParameters
566 { VALUE_TRUE, 1}
2905 if (strcmp(need_hdr_1x, VALUE_TRUE) == 0) { in setSceneMode()
3930 m_pCapability->smooth_zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
3932 m_pCapability->zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
3934 m_pCapability->video_snapshot_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
3936 m_pCapability->video_stablization_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
3938 m_pCapability->auto_exposure_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
3940 m_pCapability->auto_wb_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
3952 (m_pCapability->auto_hdr_supported)? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
[all …]
DQCameraParameters.h452 static const char VALUE_TRUE[]; variable
DQCamera2HWI.cpp2377 mParameters.set3ALock(QCameraParameters::VALUE_TRUE); in configureAFBracketing()
2520 mParameters.set3ALock(QCameraParameters::VALUE_TRUE); in configureOptiZoom()