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

1 2 34 5 6

  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 117 CDBG_ERROR("ION allocation failed\n");
124 CDBG_ERROR("ION map failed %s\n", strerror(errno));
136 CDBG_ERROR("ION_MMAP_FAILED: %s (%d)\n", strerror(errno), errno);
287 CDBG_ERROR("ION allocation failed %s\n", strerror(errno));
294 CDBG_ERROR("ION map failed %s\n", strerror(errno));
306 CDBG_ERROR("ION_MMAP_FAILED: %s (%d)\n", strerror(errno), errno);
mm_camera_stream.c 273 CDBG_ERROR("%s: fd=%d, S_CTRL, id=0x%x, value = 0x%x, rc = %ld\n",
403 CDBG_ERROR("%s: VIDIOC_QBUF error = %d, stream type=%d\n", __func__, rc, stream->stream_type);
489 CDBG_ERROR("%s: buf num %d > max limit %d\n",
515 CDBG_ERROR("%s:incorrect frame size = %d\n", __func__, stream->frame.frame_len);
527 CDBG_ERROR("%s: fd=%d, ioctl VIDIOC_REQBUFS failed: rc=%d\n",
553 CDBG_ERROR("%s: VIDIOC_QBUF rc = %d\n", __func__, rc);
576 CDBG_ERROR("%s: fd=%d, VIDIOC_REQBUFS failed, rc=%d\n",
618 CDBG_ERROR("%s: Invalid evt=%d, stream_state=%d", __func__, evt,
681 CDBG_ERROR("%s: Invalid evt=%d, stream_state=%d", __func__, evt,
715 CDBG_ERROR("%s: Invalid evt=%d, stream_state=%d", __func__, evt
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 132 CDBG_ERROR("%s Error getting mctl pp inst handle", __func__);
165 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
191 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
210 CDBG_ERROR("%s: ERROR!! Wrong state (%d) to receive data notify!",
268 CDBG_ERROR("%s: Local buf is not allocated yet", __func__);
307 CDBG_ERROR("%s: Wrong cmd_type (%d) for dataCB",
399 CDBG_ERROR("%s: NULL channel or camera obj\n", __func__);
409 CDBG_ERROR("%s: open dev returned %d\n", __func__, my_obj->fd);
436 CDBG_ERROR("%s: Invalid evt=%d, stream_state=%d",
477 CDBG_ERROR("%s: Invalid evt=%d, stream_state=%d"
    [all...]
mm_camera_helper.c 117 CDBG_ERROR("ION allocation failed\n");
124 CDBG_ERROR("ION map failed %s\n", strerror(errno));
136 CDBG_ERROR("ION_MMAP_FAILED: %s (%d)\n", strerror(errno), errno);
270 CDBG_ERROR("ION allocation failed %s\n", strerror(errno));
277 CDBG_ERROR("ION map failed %s\n", strerror(errno));
289 CDBG_ERROR("ION_MMAP_FAILED: %s (%d)\n", strerror(errno), errno);
mm_camera_data.c 62 CDBG_ERROR("%s: No memory for mm_camera_q_node_t", __func__);
153 CDBG_ERROR("%s: sem_wait error (%s)",
207 CDBG_ERROR("%s: No memory for mm_camera_cmdcb_t", __func__);
mm_camera_thread.c 82 CDBG_ERROR("%s: len = %d, errno = %d", __func__, len, errno);
263 CDBG_ERROR("%s: invalid handler %d (%d)",
293 CDBG_ERROR("%s: invalid handler %d (%d)",
310 CDBG_ERROR("%s: pipe open rc=%d\n", __func__, rc);
339 CDBG_ERROR("%s: err, poll thread is not running.\n", __func__);
347 CDBG_ERROR("%s: pthread dead already\n", __func__);
mm_camera_channel.c 322 CDBG_ERROR("%s : Superbuffer not available",__func__);
373 CDBG_ERROR("%s: invalid state (%d) for evt (%d)",
470 CDBG_ERROR("%s: invalid state (%d) for evt (%d)",
597 CDBG_ERROR("%s: invalid state (%d) for evt (%d)",
613 CDBG_ERROR("%s: evt (%d) not supported in state (%d)",
658 CDBG_ERROR("%s: streams reach max, no more stream allowed to add", __func__);
699 CDBG_ERROR("%s :Invalid Stream Object",__func__);
721 CDBG_ERROR("%s : X rc = %d",__func__,rc);
749 CDBG_ERROR("%s: invalid stream handler %d (idx=%d) to be bundled",
851 CDBG_ERROR("%s: invalid stream handler %d (idx=%d) to be started"
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 186 CDBG_ERROR("%s Error allocating memory for mplanar struct ", __func__);
323 CDBG_ERROR("%s: Failed in thumbnail Qbuf\n", __func__);
326 CDBG_ERROR("%s: Failed in thumbnail Qbuf\n", __func__);
392 CDBG_ERROR("%s: Failure! JPEG encoder returned error.", __func__);
418 CDBG_ERROR("%s: Failure configuring JPEG encoder", __func__);
445 CDBG_ERROR("%s: Error allocating memory to save received_frame structure.", __func__);
451 CDBG_ERROR("%s: Error encoding buffer.", __func__);
574 CDBG_ERROR("%s:preview streaming err=%d\n", __func__, rc);
583 CDBG_ERROR("%s:preview streaming err=%d\n", __func__, rc);
613 CDBG_ERROR("%s:preview streaming err=%d\n", __func__, rc)
    [all...]
mm_qcamera_app.c 164 CDBG_ERROR("%s Error opening HAL library %s\n", __func__, dlerror());
182 CDBG_ERROR("%s: Failed to query camera\n", __func__);
296 CDBG_ERROR("%s:Cannot stop video err=%d\n", __func__, rc);
301 CDBG_ERROR("%s: Cannot switch to camera mode=%d\n", __func__);
322 CDBG_ERROR("%s:Cannot stop video err=%d\n", __func__, rc);
327 CDBG_ERROR("%s: Cannot switch to camera mode=%d\n", __func__);
351 CDBG_ERROR("%s: set dimension err=%d\n", __func__, rc);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 100 CDBG_ERROR("%s: len = %d, errno = %d", __func__, len, errno);
145 CDBG_ERROR("%s: len = %d, errno = %d", __func__, len, errno);
285 CDBG_ERROR("%s: poll_cb is NULL!\n", __func__);
435 CDBG_ERROR("%s: invalid handler %d (%d)",
484 CDBG_ERROR("%s: invalid handler %d (%d)",
502 CDBG_ERROR("%s: pipe open rc=%d\n", __func__, rc);
531 CDBG_ERROR("%s: err, poll thread is not running.\n", __func__);
539 CDBG_ERROR("%s: pthread dead already\n", __func__);
570 CDBG_ERROR("%s: cam_sem_wait error (%s)",
638 CDBG_ERROR("%s: No memory for mm_camera_cmdcb_t", __func__)
    [all...]
mm_camera_channel.c 170 CDBG_ERROR("%s: Wrong cmd_type (%d) for super buf dataCB",
291 CDBG_ERROR("%s:%d] Error: Invalid command", __func__, __LINE__);
399 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
493 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
607 CDBG_ERROR("%s: invalid state (%d) for evt (%d)",
713 CDBG_ERROR("%s: cannot map regualr stream buf in active state", __func__);
728 CDBG_ERROR("%s: cannot unmap regualr stream buf in active state", __func__);
773 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 97 CDBG_ERROR("%s: len = %d, errno = %d", __func__, len, errno);
142 CDBG_ERROR("%s: len = %d, errno = %d", __func__, len, errno);
405 CDBG_ERROR("%s: invalid handler %d (%d)",
452 CDBG_ERROR("%s: invalid handler %d (%d)",
474 CDBG_ERROR("%s: pipe open rc=%d\n", __func__, rc);
508 CDBG_ERROR("%s: err, poll thread is not running.\n", __func__);
516 CDBG_ERROR("%s: pthread dead already\n", __func__);
547 CDBG_ERROR("%s: cam_sem_wait error (%s)",
603 CDBG_ERROR("%s: No memory for mm_camera_cmdcb_t", __func__);
mm_camera_channel.c 163 CDBG_ERROR("%s: Wrong cmd_type (%d) for super buf dataCB",
260 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
354 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
468 CDBG_ERROR("%s: invalid state (%d) for evt (%d)",
559 CDBG_ERROR("%s: cannot map regualr stream buf in active state", __func__);
571 CDBG_ERROR("%s: cannot unmap regualr stream buf in active state", __func__);
576 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
608 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
703 CDBG_ERROR("%s: streams reach max, no more stream allowed to add", __func__);
751 CDBG_ERROR("%s :Invalid Stream Object for stream_id = %d"
    [all...]
mm_camera_stream.c 159 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
179 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
210 CDBG_ERROR("%s: ERROR!! Wrong state (%d) to receive data notify!",
273 CDBG_ERROR("%s: Wrong cmd_type (%d) for dataCB",
404 CDBG_ERROR("%s: NULL channel or camera obj\n", __func__);
414 CDBG_ERROR("%s: open dev returned %d\n", __func__, my_obj->fd);
431 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
496 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
566 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
627 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)"
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 100 CDBG_ERROR("%s: len = %d, errno = %d", __func__, len, errno);
145 CDBG_ERROR("%s: len = %d, errno = %d", __func__, len, errno);
429 CDBG_ERROR("%s: invalid handler %d (%d)",
478 CDBG_ERROR("%s: invalid handler %d (%d)",
501 CDBG_ERROR("%s: pipe open rc=%d\n", __func__, rc);
535 CDBG_ERROR("%s: err, poll thread is not running.\n", __func__);
543 CDBG_ERROR("%s: pthread dead already\n", __func__);
576 CDBG_ERROR("%s: cam_sem_wait error (%s)",
641 CDBG_ERROR("%s: No memory for mm_camera_cmdcb_t", __func__);
mm_camera_channel.c 164 CDBG_ERROR("%s: Wrong cmd_type (%d) for super buf dataCB",
262 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
356 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
470 CDBG_ERROR("%s: invalid state (%d) for evt (%d)",
561 CDBG_ERROR("%s: cannot map regualr stream buf in active state", __func__);
573 CDBG_ERROR("%s: cannot unmap regualr stream buf in active state", __func__);
578 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
610 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
705 CDBG_ERROR("%s: streams reach max, no more stream allowed to add", __func__);
754 CDBG_ERROR("%s :Invalid Stream Object for stream_id = %d"
    [all...]
mm_camera_stream.c 139 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
159 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
190 CDBG_ERROR("%s: ERROR!! Wrong state (%d) to receive data notify!",
254 CDBG_ERROR("%s: Wrong cmd_type (%d) for dataCB",
385 CDBG_ERROR("%s: NULL channel or camera obj\n", __func__);
395 CDBG_ERROR("%s: open dev returned %d\n", __func__, my_obj->fd);
412 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
477 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
547 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)",
608 CDBG_ERROR("%s: invalid state (%d) for evt (%d), in(%p), out(%p)"
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c     [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 81 CDBG_ERROR("%s: len = %d, errno = %d", __func__, len, errno);
262 CDBG_ERROR("%s: invalid handler %d (%d)",
292 CDBG_ERROR("%s: invalid handler %d (%d)",
309 CDBG_ERROR("%s: pipe open rc=%d\n", __func__, rc);
338 CDBG_ERROR("%s: err, poll thread is not running.\n", __func__);
346 CDBG_ERROR("%s: pthread dead already\n", __func__);
mm_camera_channel.c 180 CDBG_ERROR("%s: Wrong cmd_type (%d) for super buf dataCB",
262 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
325 CDBG_ERROR("%s: invalid state (%d) for evt (%d)",
496 CDBG_ERROR("%s: invalid state (%d) for evt (%d)",
675 CDBG_ERROR("%s: invalid state (%d) for evt (%d)",
691 CDBG_ERROR("%s: evt (%d) not supported in state (%d)",
778 CDBG_ERROR("%s: streams reach max, no more stream allowed to add", __func__);
820 CDBG_ERROR("%s :Invalid Stream Object for stream_id = %d",__func__, stream_id);
    [all...]
mm_camera.c 195 CDBG_ERROR("%s: get event payload returns error = %d",
240 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
285 CDBG_ERROR("%s: opened, break out while loop", __func__);
294 CDBG_ERROR("%s: cannot open control fd of '%s' (%s)\n",
316 CDBG_ERROR("%s: cannot open domain socket fd of '%s'(%s)\n",
326 CDBG_ERROR("error: ioctl VIDIOC_S_CTRL MSM_V4L2_PID_MMAP_INST failed: %s\n",
510 CDBG_ERROR("%s: cannot get camera capabilities\n", __func__);
581 CDBG_ERROR("%s: input op_mode=%d, s_ctrl rc=%d\n", __func__, *op_mode, rc);
643 CDBG_ERROR("%s: ERROR in CAMERA_GET_PARM_FRAME_RESOLUTION, rc = %d",
    [all...]
mm_camera_data.c 63 CDBG_ERROR("%s: No memory for mm_camera_q_node_t", __func__);
155 CDBG_ERROR("%s: sem_wait error (%s)",
211 CDBG_ERROR("%s: No memory for mm_camera_cmdcb_t", __func__);
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 84 CDBG_ERROR("%s:%d] written size %d", __func__, __LINE__, len); \
87 CDBG_ERROR("%s:%d] open %s failed", __func__, __LINE__, filename); \
104 CDBG_ERROR("%s:%d] written %d %d", __func__, __LINE__, len1, len2); \
107 CDBG_ERROR("%s:%d] open %s failed", __func__, __LINE__, filename); \
120 CDBG_ERROR("%s:%d] jpeg abort", __func__, __LINE__); \
mm_jpeg_inlines.h 58 CDBG_ERROR("%s:%d] invalid job id %x", __func__, __LINE__,
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 47 CDBG_ERROR("%s: No memory for mm_jpeg_q_node_t", __func__);
70 CDBG_ERROR("%s: No memory for mm_jpeg_q_node_t", __func__);

Completed in 558 milliseconds

1 2 34 5 6