OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
399
CAM_LOGD
("DBG(%s): Circular buffer abnormal. processing(%d), frame(%d), status(%d) ", __FUNCTION__,
465
CAM_LOGD
("DEBUG(%s): Request Manager Empty ", __FUNCTION__);
482
CAM_LOGD
("DEBUG(%s)(%d): Circular buffer abnormal, numOfEntries(%d), status(%d)", __FUNCTION__, newProcessingIndex, m_numOfEntries, newEntry->status);
484
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);
869
CAM_LOGD
("DBG(%s): No Entry found", __FUNCTION__);
884
CAM_LOGD
("(%s): No Entry found frame count(%d)", __FUNCTION__, shot_ext->shot.ctl.request.frameCount);
[
all
...]
Completed in 418 milliseconds