Home
last modified time | relevance | path

Searched refs:XCAM_LOG_INFO (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.cpp240 XCAM_LOG_INFO ("device(%s) closed", XCAM_STR (_name)); in close()
322 XCAM_LOG_INFO("------------------------------"); in query_cap()
323 XCAM_LOG_INFO("driver: '%s'", cap.driver); in query_cap()
324 XCAM_LOG_INFO("card: '%s'", cap.card); in query_cap()
325 XCAM_LOG_INFO("bus_info: '%s'", cap.bus_info); in query_cap()
326 XCAM_LOG_INFO("version: %x", cap.version); in query_cap()
327 XCAM_LOG_INFO("capabilities: %x", cap.capabilities); in query_cap()
328 XCAM_LOG_INFO("device caps: %x", cap.device_caps); in query_cap()
329 XCAM_LOG_INFO("buffer type %d", _buf_type); in query_cap()
330 XCAM_LOG_INFO("------------------------------"); in query_cap()
[all …]
H A Dfake_v4l2_device.cpp72 XCAM_LOG_INFO ("device(%s) closed", XCAM_STR (_name)); in close()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp357 XCAM_LOG_INFO("Calibproj file already %s exist, oaverride now!", jsfile); in calibproj2json()
390 XCAM_LOG_INFO("Calib file already %s exist, oaverride now!", jsfile); in calib2json()
460 XCAM_LOG_INFO("use cached calibdb for %s!", jsfile); in createCalibDbProj()
475 XCAM_LOG_INFO("create calibdb from %s success.", jsfile); in createCalibDbProj()
492 XCAM_LOG_INFO("create calibdb from buffer success."); in createCalibDbProj()
583 XCAM_LOG_INFO("[Tuning]: analyz change failed!\n"); in applyPatch2()
770 XCAM_LOG_INFO("[Tuning]: %d changes in this cmd!\n", change_sum); in analyzChange()
773 XCAM_LOG_INFO("[Tuning]: analyz change failed!\n"); in analyzChange()
786 XCAM_LOG_INFO("[Tuning]: %s changed!\n", calib_name.c_str()); in analyzChange()
897 XCAM_LOG_INFO("[Tuning]: analyz request failed!\n"); in readIQNodeStrFromJstr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamProfiles.cpp156 XCAM_LOG_INFO("Parsed profile algo: %s policy: %d\n", in ParseFromIni()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DStream.cpp236 XCAM_LOG_INFO ("%s: poll event stop success !", get_name()); in poll_event_loop()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h176 #define XCAM_LOG_INFO(format, ...) XCAM_MODULE_LOG_INFO(XCORE_LOG_MODULE_XCORE, 0xff, format, ##__V… macro