Home
last modified time | relevance | path

Searched refs:XCAM_LOG_DEBUG (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dfake_v4l2_device.cpp38 XCAM_LOG_DEBUG ("device(%s) was already opened", XCAM_STR(_name)); in open()
43 XCAM_LOG_DEBUG ("v4l2 device open failed, there's no device name"); in open()
51 XCAM_LOG_DEBUG ("open device(%s) successed, fd: %d", _name, _fd); in open()
182 XCAM_LOG_DEBUG ("%s: Poll returning from flush", __FUNCTION__); in poll_event()
190 XCAM_LOG_DEBUG ("%s: Poll returning timer pipe", __FUNCTION__); in poll_event()
228XCAM_LOG_DEBUG ("device(%s) dequeue buffer index:%d, memory:%d, type:%d, multiply planar:%d, lengt… in dequeue_buffer()
233 XCAM_LOG_DEBUG ("device(%s) multi planar index:%d, fd: %d", in dequeue_buffer()
237 XCAM_LOG_DEBUG ("device(%s) dequeue buffer index:%d, length: %d", in dequeue_buffer()
H A Dv4l2_device.cpp186 XCAM_LOG_DEBUG ("device(%s) was already opened", XCAM_STR(_name)); in open()
191 XCAM_LOG_DEBUG ("v4l2 device open failed, there's no device name"); in open()
202 XCAM_LOG_DEBUG ("open device(%s) successed, fd: %d", _name, _fd); in open()
276 XCAM_LOG_DEBUG ("%s: Poll returning from flush", __FUNCTION__); in poll_event()
282 XCAM_LOG_DEBUG ("v4l2 subdev(%s) polled error", XCAM_STR(_name)); in poll_event()
484 XCAM_LOG_DEBUG ("enum formats failed"); in enum_formats()
602 XCAM_LOG_DEBUG ("VIDIOC_SUBDEV_S_SELECTION: which: %d, pad: %d, target: 0x%x, " in prepare()
634 XCAM_LOG_DEBUG ("VIDIOC_SUBDEV_G_FMT: pad: %d, which: %d, width: %d, " in prepare()
653 XCAM_LOG_DEBUG ("VIDIOC_SUBDEV_S_FMT: pad: %d, which: %d, width: %d, " in prepare()
893XCAM_LOG_DEBUG ("device(%s) get planar(%d) of buf(%d) length: %d", XCAM_STR (_name), i, index, v4l… in prepare()
[all …]
H A Dxcam_thread.cpp39 XCAM_LOG_DEBUG ("Thread(%s) construction", XCAM_STR(_name)); in Thread()
44 XCAM_LOG_DEBUG ("Thread(%s) destruction", XCAM_STR(_name)); in ~Thread()
100 XCAM_LOG_DEBUG ("Thread(%s) started", XCAM_STR(_name)); in started()
107 XCAM_LOG_DEBUG ("Thread(%s) stopped", XCAM_STR(_name)); in stopped()
189 XCAM_LOG_DEBUG ("stop thread(%s) _started: %d _stopped: %d", in stop()
H A Dpoll_thread.cpp132 XCAM_LOG_DEBUG ("PollThread constructed"); in PollThread()
139 XCAM_LOG_DEBUG ("~PollThread destructed"); in ~PollThread()
398 XCAM_LOG_DEBUG ("PollThread stop"); in stop()
519 XCAM_LOG_DEBUG ("poll event stop success !"); in poll_subdev_event_loop()
595 XCAM_LOG_DEBUG ("poll %s buffer stop success !", isp_poll_type_to_str[type]); in poll_buffer_loop()
601XCAM_LOG_DEBUG ("poll %s buffer event got error(0x%x) but continue\n", isp_poll_type_to_str[type],… in poll_buffer_loop()
H A Dxcam_common.cpp65 XCAM_LOG_DEBUG ("ioctl return ok on fd(%d), cmd:0x%.8x", fd, cmd); in xcam_device_ioctl()
67 XCAM_LOG_DEBUG ("ioctl failed on fd(%d), cmd:0x%.8x, error:%s", in xcam_device_ioctl()
H A Dsmart_buffer_priv.cpp124 XCAM_LOG_DEBUG ("SmartBufferPriv destracted"); in ~SmartBufferPriv()
134 XCAM_LOG_DEBUG ("%s: buf ref called, fd %d", buf->nameStr, buf_get_fd(data)); in buf_ref()
153 XCAM_LOG_DEBUG ("%s: buf released, fd %d", buf->nameStr, buf_get_fd(data)); in buf_unref()
H A Dv4l2_buffer_proxy.cpp81 XCAM_LOG_DEBUG ("~V4l2BufferProxy"); in ~V4l2BufferProxy()
86 XCAM_LOG_DEBUG ("v4l2 buffer released"); in ~V4l2BufferProxy()
H A Dsafe_list_ex.h103 XCAM_LOG_DEBUG ("safe list pop timeout"); in pop()
H A Dsafe_list.h102 XCAM_LOG_DEBUG ("safe list pop timeout"); in pop()
H A Dbuffer_pool.cpp165 XCAM_LOG_DEBUG ("BufferPool failed to get buffer"); in get_buffer()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DStream.cpp193 XCAM_LOG_DEBUG("poll buffer event got interrupt(0x%x), continue\n", in poll_buffer_loop()
197 XCAM_LOG_DEBUG("poll buffer event got error(0x%x) exit\n", poll_ret); in poll_buffer_loop()
200 XCAM_LOG_DEBUG("poll buffer event timeout(0x%x), continue\n", in poll_buffer_loop()
268 XCAM_LOG_DEBUG("poll buffer event got interrupt(0x%x), continue\n", in poll_event_loop()
272 XCAM_LOG_DEBUG("poll buffer event got error(0x%x) exit\n", poll_ret); in poll_event_loop()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Dshared_item_pool.cpp64 XCAM_LOG_DEBUG ("BufferPool failed to get buffer"); in get_item()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h178 #define XCAM_LOG_DEBUG(format, ...) XCAM_MODULE_LOG_DEBUG(XCORE_LOG_MODULE_XCORE, 0xff, format, ##_… macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp126 XCAM_LOG_DEBUG("free %p\n", ptr); in calib_free()