Searched refs:videoHDR (Results 1 – 6 of 6) sorted by relevance
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 700 int32_t setVideoHDR(const char *videoHDR);
|
D | QCameraParameters.cpp | 5119 int32_t QCameraParameters::setVideoHDR(const char *videoHDR) in setVideoHDR() argument 5121 if (videoHDR != NULL) { in setVideoHDR() 5124 videoHDR); in setVideoHDR() 5126 CDBG_HIGH("%s: Setting Video HDR %s", __func__, videoHDR); in setVideoHDR() 5127 updateParamEntry(KEY_QC_VIDEO_HDR, videoHDR); in setVideoHDR() 5135 (videoHDR == NULL) ? "NULL" : videoHDR); in setVideoHDR()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 870 int32_t setVideoHDR(const char *videoHDR);
|
D | QCameraParameters.cpp | 6127 int32_t QCameraParameters::setVideoHDR(const char *videoHDR) in setVideoHDR() argument 6129 if (videoHDR != NULL) { in setVideoHDR() 6130 int32_t value = lookupAttr(ON_OFF_MODES_MAP, PARAM_MAP_SIZE(ON_OFF_MODES_MAP), videoHDR); in setVideoHDR() 6132 CDBG_HIGH("%s: Setting Video HDR %s", __func__, videoHDR); in setVideoHDR() 6133 updateParamEntry(KEY_QC_VIDEO_HDR, videoHDR); in setVideoHDR() 6141 (videoHDR == NULL) ? "NULL" : videoHDR); in setVideoHDR()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 870 int32_t setVideoHDR(const char *videoHDR);
|
D | QCameraParameters.cpp | 6127 int32_t QCameraParameters::setVideoHDR(const char *videoHDR) in setVideoHDR() argument 6129 if (videoHDR != NULL) { in setVideoHDR() 6130 int32_t value = lookupAttr(ON_OFF_MODES_MAP, PARAM_MAP_SIZE(ON_OFF_MODES_MAP), videoHDR); in setVideoHDR() 6132 CDBG_HIGH("%s: Setting Video HDR %s", __func__, videoHDR); in setVideoHDR() 6133 updateParamEntry(KEY_QC_VIDEO_HDR, videoHDR); in setVideoHDR() 6141 (videoHDR == NULL) ? "NULL" : videoHDR); in setVideoHDR()
|