HomeSort by relevance Sort by last modified time
    Searched refs:CDBG_ERROR (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 139 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
172 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
181 CDBG_ERROR("%s:%d] Error", __func__, __LINE__);
228 CDBG_ERROR("%s:%d] OMX_GetHandle failed (%d)", __func__, __LINE__, rc);
252 CDBG_ERROR("%s:%d] invalid handle", __func__, __LINE__);
258 CDBG_ERROR("%s:%d] Error", __func__, __LINE__);
264 CDBG_ERROR("%s:%d] Error", __func__, __LINE__);
269 CDBG_ERROR("%s:%d] OMX_FreeHandle failed (%d)", __func__, __LINE__, rc);
307 CDBG_ERROR("%s:%d] failed", __func__, __LINE__);
314 CDBG_ERROR("%s:%d] failed", __func__, __LINE__)
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 48 CDBG_ERROR("%s: NULL current job frames or not matching job ID (%d, %d)",
54 CDBG_ERROR("%s: job %d, status=%d", __func__, jobId, status);
65 CDBG_ERROR("%s: Failed in Qbuf\n", __func__);
87 CDBG_ERROR("%s: No memory for current_job_frames", __func__);
181 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
194 CDBG_ERROR("%s: cannot find snapshot stream", __func__);
207 CDBG_ERROR("%s: main frame is NULL", __func__);
240 CDBG_ERROR("%s: error creating jpeg session", __func__);
254 CDBG_ERROR("%s: Failed in Qbuf\n", __func__);
275 CDBG_ERROR("%s: add channel failed", __func__)
    [all...]
mm_qcamera_app.c 88 CDBG_ERROR("%s Error opening HAL library %s\n", __func__, dlerror());
101 CDBG_ERROR("%s Error loading HAL sym %s\n", __func__, dlerror());
122 CDBG_ERROR("Ion dev open failed %s\n", strerror(errno));
135 CDBG_ERROR("ION allocation failed\n");
143 CDBG_ERROR("ION map failed %s\n", strerror(errno));
155 CDBG_ERROR("ION_MMAP_FAILED: %s (%d)\n", strerror(errno), errno);
207 CDBG_ERROR("%s: mem_info is NULL, return here", __func__);
247 CDBG_ERROR("%s: cannot open file %s \n", __func__, file_name);
350 CDBG_ERROR("%s: No mem for bufs", __func__);
366 CDBG_ERROR("%s: mm_stream_alloc_bufs err = %d", __func__, rc)
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 48 CDBG_ERROR("%s: NULL current job frames or not matching job ID (%d, %d)",
54 CDBG_ERROR("%s: job %d, status=%d", __func__, jobId, status);
65 CDBG_ERROR("%s: Failed in Qbuf\n", __func__);
87 CDBG_ERROR("%s: No memory for current_job_frames", __func__);
181 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
194 CDBG_ERROR("%s: cannot find snapshot stream", __func__);
207 CDBG_ERROR("%s: main frame is NULL", __func__);
240 CDBG_ERROR("%s: error creating jpeg session", __func__);
254 CDBG_ERROR("%s: Failed in Qbuf\n", __func__);
275 CDBG_ERROR("%s: add channel failed", __func__)
    [all...]
mm_qcamera_app.c 88 CDBG_ERROR("%s Error opening HAL library %s\n", __func__, dlerror());
101 CDBG_ERROR("%s Error loading HAL sym %s\n", __func__, dlerror());
122 CDBG_ERROR("Ion dev open failed %s\n", strerror(errno));
135 CDBG_ERROR("ION allocation failed\n");
143 CDBG_ERROR("ION map failed %s\n", strerror(errno));
155 CDBG_ERROR("ION_MMAP_FAILED: %s (%d)\n", strerror(errno), errno);
207 CDBG_ERROR("%s: mem_info is NULL, return here", __func__);
247 CDBG_ERROR("%s: cannot open file %s \n", __func__, file_name);
350 CDBG_ERROR("%s: No mem for bufs", __func__);
366 CDBG_ERROR("%s: mm_stream_alloc_bufs err = %d", __func__, rc)
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 57 CDBG_ERROR("%s:%d] cannot dump image", __func__, __LINE__); \
122 CDBG_ERROR("%s:%d] Decode error", __func__, __LINE__);
125 CDBG_ERROR("%s:%d] Decode time %llu ms",
128 CDBG_ERROR("%s:%d] Decode success file%s addr %p len %d",
135 CDBG_ERROR("%s:%d] Signal the thread", __func__, __LINE__);
147 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
154 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
181 CDBG_ERROR("%s:%d] error", __func__, __LINE__);
188 CDBG_ERROR("%s:%d] input file size is %d",
196 CDBG_ERROR("%s:%d] Error",__func__, __LINE__)
    [all...]
mm_jpeg_test.c 51 CDBG_ERROR("%s:%d] cannot dump image", __func__, __LINE__); \
154 CDBG_ERROR("%s:%d] Encode error", __func__, __LINE__);
160 CDBG_ERROR("%s:%d] Cannot find job ID!!!", __func__, __LINE__);
163 CDBG_ERROR("%s:%d] Encode success addr %p len %d idx %d",
168 CDBG_ERROR("%s:%d] Saving file%s addr %p len %d",
181 CDBG_ERROR("%s:%d] Signal the thread", __func__, __LINE__);
194 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
201 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
228 CDBG_ERROR("%s:%d] error", __func__, __LINE__);
234 CDBG_ERROR("%s:%d] input file size is %d buf_size %ld"
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 67 CDBG_ERROR("%s: unknown socket type =%d", __func__, sock_type);
72 CDBG_ERROR("%s: error create socket fd =%d", __func__, socket_fd);
83 CDBG_ERROR("%s: socket_fd=%d %s ", __func__, socket_fd, strerror(errno));
190 CDBG_ERROR(" %s: msg buf is NULL", __func__);
206 CDBG_ERROR(" %s: recvmsg failed", __func__);
220 CDBG_ERROR("%s: Unexpected Control Msg. Line=%d", __func__, __LINE__);
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 67 CDBG_ERROR("%s: unknown socket type =%d", __func__, sock_type);
72 CDBG_ERROR("%s: error create socket fd =%d", __func__, socket_fd);
83 CDBG_ERROR("%s: socket_fd=%d %s ", __func__, socket_fd, strerror(errno));
190 CDBG_ERROR(" %s: msg buf is NULL", __func__);
206 CDBG_ERROR(" %s: recvmsg failed", __func__);
220 CDBG_ERROR("%s: Unexpected Control Msg. Line=%d", __func__, __LINE__);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c 66 CDBG_ERROR("%s: unknown socket type =%d", __func__, sock_type);
71 CDBG_ERROR("%s: error create socket fd =%d", __func__, socket_fd);
82 CDBG_ERROR("%s: socket_fd=%d %s ", __func__, socket_fd, strerror(errno));
184 CDBG_ERROR(" %s: msg buf is NULL", __func__);
200 CDBG_ERROR(" %s: recvmsg failed", __func__);
214 CDBG_ERROR("%s: Unexpected Control Msg. Line=%d", __func__, __LINE__);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_sock.c 66 CDBG_ERROR("%s: unknown socket type =%d", __func__, sock_type);
71 CDBG_ERROR("%s: error create socket fd =%d", __func__, socket_fd);
82 CDBG_ERROR("%s: socket_fd=%d %s ", __func__, socket_fd, strerror(errno));
184 CDBG_ERROR(" %s: msg buf is NULL", __func__);
200 CDBG_ERROR(" %s: recvmsg failed", __func__);
214 CDBG_ERROR("%s: Unexpected Control Msg. Line=%d", __func__, __LINE__);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c 66 CDBG_ERROR("%s: unknown socket type =%d", __func__, sock_type);
71 CDBG_ERROR("%s: error create socket fd =%d", __func__, socket_fd);
82 CDBG_ERROR("%s: socket_fd=%d %s ", __func__, socket_fd, strerror(errno));
184 CDBG_ERROR(" %s: msg buf is NULL", __func__);
200 CDBG_ERROR(" %s: recvmsg failed", __func__);
214 CDBG_ERROR("%s: Unexpected Control Msg. Line=%d", __func__, __LINE__);
mm_camera_stream.c 131 CDBG_ERROR("%s Error getting mctl pp inst handle", __func__);
170 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
196 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
219 CDBG_ERROR("%s: ERROR!! Wrong state (%d) to receive data notify!",
280 CDBG_ERROR("%s: Local buf is not allocated yet", __func__);
328 CDBG_ERROR("%s: Wrong cmd_type (%d) for dataCB",
426 CDBG_ERROR("%s: NULL channel or camera obj\n", __func__);
436 CDBG_ERROR("%s: open dev returned %d\n", __func__, my_obj->fd);
463 CDBG_ERROR("%s: Invalid evt=%d, stream_state=%d",
506 CDBG_ERROR("%s: Invalid evt=%d, stream_state=%d"
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 67 CDBG_ERROR("%s: unknown socket type =%d", __func__, sock_type);
72 CDBG_ERROR("%s: error create socket fd =%d", __func__, socket_fd);
83 CDBG_ERROR("%s: socket_fd=%d %s ", __func__, socket_fd, strerror(errno));
192 CDBG_ERROR(" %s: msg buf is NULL", __func__);
208 CDBG_ERROR(" %s: recvmsg failed", __func__);
222 CDBG_ERROR("%s: Unexpected Control Msg. Line=%d", __func__, __LINE__);
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 61 CDBG_ERROR("%s:%d] written size %d", __func__, __LINE__, len); \
64 CDBG_ERROR("%s:%d] open %s failed", __func__, __LINE__, filename); \
81 CDBG_ERROR("%s:%d] written %d %d", __func__, __LINE__, len1, len2); \
84 CDBG_ERROR("%s:%d] open %s failed", __func__, __LINE__, filename); \
97 CDBG_ERROR("%s:%d] jpeg abort", __func__, __LINE__); \
277 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
290 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
301 CDBG_ERROR("%s:%d] Error", __func__, __LINE__);
333 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
342 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret)
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 66 CDBG_ERROR("%s:%d] open %s failed", __func__, __LINE__, filename); \
86 CDBG_ERROR("%s:%d] open %s failed", __func__, __LINE__, filename); \
99 CDBG_ERROR("%s:%d] jpeg abort", __func__, __LINE__); \
296 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
309 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
320 CDBG_ERROR("%s:%d] Error", __func__, __LINE__);
352 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
361 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
370 CDBG_ERROR("%s:%d] Error", __func__, __LINE__);
420 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret)
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 99 CDBG_ERROR("%s: mm_camera_do_munmap err, pmem_fd = %d, rc = %d",
205 CDBG_ERROR("%s: Failed in Snapshot Qbuf\n", __func__);
224 CDBG_ERROR("%s:MM_CAMERA_VIDEO config streaming err=%d\n", __func__, rc);
237 CDBG_ERROR("%s:preview streaming err=%d\n", __func__, rc);
270 CDBG_ERROR("%s:preview streaming err=%d\n", __func__, rc);
276 CDBG_ERROR("%s:Video config err=%d\n", __func__, rc);
288 CDBG_ERROR("%s : Delete Stream Video error",__func__);
293 CDBG_ERROR("%s : Delete Stream Video error",__func__);
310 CDBG_ERROR("%s:Video config err=%d\n", __func__, rc);
316 CDBG_ERROR("%s : Start Stream video Error",__func__)
    [all...]
mm_qcamera_preview.c 60 CDBG_ERROR("ION allocation failed %s\n", strerror(errno));
67 CDBG_ERROR("ION map failed %s\n", strerror(errno));
79 CDBG_ERROR("ION_MMAP_FAILED: %s (%d)\n", strerror(errno), errno);
136 CDBG_ERROR("%s: cannot open file\n", __func__);
152 CDBG_ERROR("%s: cannot open file\n", __func__);
185 CDBG_ERROR("%s:Stop preview err=%d\n", __func__, rc);
192 CDBG_ERROR("%s:Start preview err=%d\n", __func__, rc);
214 CDBG_ERROR("%s:Stop preview err=%d\n", __func__, rc);
221 CDBG_ERROR("%s:stream on preview err=%d\n", __func__, rc);
582 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__)
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 107 CDBG_ERROR("%s: mm_camera_do_munmap err, pmem_fd = %d, rc = %d",
219 CDBG_ERROR("%s: Failed in Snapshot Qbuf\n", __func__);
239 CDBG_ERROR("%s:MM_CAMERA_VIDEO config streaming err=%d\n", __func__, rc);
252 CDBG_ERROR("%s:preview streaming err=%d\n", __func__, rc);
285 CDBG_ERROR("%s:preview streaming err=%d\n", __func__, rc);
291 CDBG_ERROR("%s:Video config err=%d\n", __func__, rc);
303 CDBG_ERROR("%s : Delete Stream Video error",__func__);
308 CDBG_ERROR("%s : Delete Stream Video error",__func__);
325 CDBG_ERROR("%s:Video config err=%d\n", __func__, rc);
331 CDBG_ERROR("%s : Start Stream video Error",__func__)
    [all...]
mm_qcamera_app.c 170 CDBG_ERROR("%s Error opening HAL library %s\n", __func__, dlerror());
191 CDBG_ERROR("%s: Failed to query camera\n", __func__);
272 CDBG_ERROR("%s: jpeg lib open err", __func__);
279 CDBG_ERROR("Ion dev open failed\n");
280 CDBG_ERROR("Error is %s\n", strerror(errno));
332 CDBG_ERROR("%s:Cannot stop video err=%d\n", __func__, rc);
337 CDBG_ERROR("%s: Cannot switch to camera mode\n", __func__);
358 CDBG_ERROR("%s:Cannot stop video err=%d\n", __func__, rc);
363 CDBG_ERROR("%s: Cannot switch to camera mode\n", __func__);
387 CDBG_ERROR("%s: set dimension err=%d\n", __func__, rc)
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_dbg.h 65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 70 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
73 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 88 CDBG_ERROR("%s : OMX_GetHandle failed (%d)",__func__, rc);
94 CDBG_ERROR("%s : OMX_Init failed (%d)",__func__, rc);
328 CDBG_ERROR("%s: config port failed", __func__);
340 CDBG_ERROR("%s: invalid crop boundary (%d, %d) offset (%d, %d) out of (%d, %d)",
402 CDBG_ERROR("%s: invalid crop boundary (%d, %d) out of (%d, %d)", __func__,
456 CDBG_ERROR("%s: config port failed", __func__);
464 CDBG_ERROR("%s: config buffer offset failed", __func__);
472 CDBG_ERROR("%s: config crop failed", __func__);
499 CDBG_ERROR("%s: config user preferences failed", __func__);
591 CDBG_ERROR("%s: config main img failed", __func__)
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 86 CDBG_ERROR("%s : OMX_GetHandle failed (%d)",__func__, rc);
92 CDBG_ERROR("%s : OMX_Init failed (%d)",__func__, rc);
289 CDBG_ERROR("%s: config port failed", __func__);
297 CDBG_ERROR("%s: invalid crop boundary (%d, %d) offset (%d, %d) out of (%d, %d)",
348 CDBG_ERROR("%s: invalid crop boundary (%d, %d) out of (%d, %d)", __func__,
375 CDBG_ERROR("%s: There is no main image scaling information", __func__);
392 CDBG_ERROR("%s: config port failed", __func__);
399 CDBG_ERROR("%s: config buffer offset failed", __func__);
406 CDBG_ERROR("%s: config crop failed", __func__);
431 CDBG_ERROR("%s: config user preferences failed", __func__)
    [all...]

Completed in 402 milliseconds

1 23 4 5 6