Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/awb/
H A Drk_aiq_types_awb_stat_v32.h52 bool inputBitIs12Bit; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_awb_v32.cpp133 static XCamReturn calcInputBitIs12Bit( bool *inputBitIs12Bit, int frameChoose,int working_mode,cons… in calcInputBitIs12Bit() argument
141 *inputBitIs12Bit = false; in calcInputBitIs12Bit()
143 *inputBitIs12Bit = true; in calcInputBitIs12Bit()
902 fprintf(fp, "awbHwConfig->inputBitIs12Bit = %d;\n", wpDetectPara.inputBitIs12Bit); in WriteDataForThirdParty()
H A Drk_aiq_user_api2_custom_awb.cpp286 …calcInputBitIs12Bit( &awbHwConfigFull->inputBitIs12Bit, awbHwConfigFull->frameChoose, working_mode… in AwbDemoProcessing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp456 awb_cfg_v32->low12bit_val = awb_meas.inputBitIs12Bit; in convertAiqAwbToIsp32Params()