Home
last modified time | relevance | path

Searched refs:create_values_str (Results 1 – 4 of 4) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQCameraUsbParm.cpp150 static String8 create_values_str(const str_map *values, int len);
207 camHal->pictFormatValues = create_values_str( in usbCamInitDefaultParameters()
236 camHal->prevFormatValues = create_values_str( in usbCamInitDefaultParameters()
403 static String8 create_values_str(const str_map *values, int len) { in create_values_str() function
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp470 String8 QCameraHardwareInterface::create_values_str(const str_map *values, int len) { in create_values_str() function in android::QCameraHardwareInterface
848 mFlashValues = create_values_str( in initDefaultParameters()
850 mLensShadeValues = create_values_str( in initDefaultParameters()
852 mMceValues = create_values_str( in initDefaultParameters()
854 mEffectValues = create_values_str(effects, sizeof(effects) / sizeof(str_map)); in initDefaultParameters()
855 mAntibandingValues = create_values_str( in initDefaultParameters()
857 mIsoValues = create_values_str(iso,sizeof(iso)/sizeof(str_map)); in initDefaultParameters()
858 mAutoExposureValues = create_values_str( in initDefaultParameters()
860 mWhitebalanceValues = create_values_str( in initDefaultParameters()
864 mFocusModeValues = create_values_str( in initDefaultParameters()
[all …]
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h650 String8 create_values_str(const str_map *values, int len);
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h712 String8 create_values_str(const str_map *values, int len);