HomeSort by relevance Sort by last modified time
    Searched refs:CAM_LOGD (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 125 #define CAM_LOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
130 #define CAM_LOGD(...) ((void)0)
ExynosCameraHWInterface2.cpp 393 CAM_LOGD("DBG(%s): Circular buffer abnormal. processing(%d), frame(%d), status(%d) ", __FUNCTION__,
458 CAM_LOGD("DEBUG(%s): Request Manager Empty ", __FUNCTION__);
475 CAM_LOGD("DEBUG(%s)(%d): Circular buffer abnormal, numOfEntries(%d), status(%d)", __FUNCTION__, newProcessingIndex, m_numOfEntries, newEntry->status);
477 CAM_LOGD("DBG: entrie[%d].stream output cnt = %d, framecnt(%d)", i, entries[i].output_stream_count, entries[i].internal_shot.shot.ctl.request.frameCount);
862 CAM_LOGD("DBG(%s): No Entry found", __FUNCTION__);
877 CAM_LOGD("(%s): No Entry found frame count(%d)", __FUNCTION__, shot_ext->shot.ctl.request.frameCount);
    [all...]

Completed in 39 milliseconds