Searched refs:SC_LOGD (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libscaler/ |
D | libscaler-v4l2.cpp | 86 SC_LOGD("Successfully opened '%s'; returned fd %d; drmmode %s", in CScalerV4L2() 159 SC_LOGD("Skipping DRM configuration"); in SetCtrl() 187 SC_LOGD("Successfully set CID_ROTATE(%d), CID_VFLIP(%d) and CID_HFLIP(%d)", in SetCtrl() 191 SC_LOGD("Skipping rotation and flip setting due to no change"); in SetCtrl() 233 SC_LOGD("Failed SC_CID_FRAMERATE to %d", m_frameRate); in SetCtrl() 257 SC_LOGD("VIDIC_STREAMOFF is successful for the %s", frm.name); in ResetDevice() 271 SC_LOGD("VIDIC_REQBUFS(0) is successful for the %s", frm.name); in ResetDevice() 280 SC_LOGD("Skipping S_FMT for the %s since it is already done", frm.name); in DevSetFormat() 335 SC_LOGD("Successfully S_FMT and S_CROP for the %s", frm.name); in DevSetFormat() 402 SC_LOGD("Successfully QBUF for the %s", frm.name); in QBuf() [all …]
|
D | libscaler-common.h | 58 #define SC_LOGD(args...) ((void)ALOG(LOG_INFO, LOG_TAG, ##args)) macro 61 SC_LOGD(fmt, ##args); \ 64 #define SC_LOGD(args...) do { } while (0) macro
|
D | libscaler.cpp | 484 SC_LOGD("Scaler %d is successfully created", dev_num); in exynos_sc_create_exclusive() 663 SC_LOGD("Scaler blend %d is successfully created", dev_num); in exynos_sc_create_blend_exclusive()
|