Lines Matching refs:ALOGE

135                 ALOGE("failed to open sysfs entry for videodev");
145 ALOGE("failed to read sysfs entry for videodev");
165 ALOGE("failed to open video device %s", filename);
167 ALOGE("no video device found");
182 ALOGE("%s: invalid fd: %d", __func__, fd);
199 ALOGE("%s: invalid fd: %d", __func__, fd);
206 ALOGE("%s: no matching index founds", __func__);
227 ALOGE("%s: invalid fd: %d", __func__, fd);
235 ALOGE("failed to ioctl: VIDIOC_S_INPUT (%d - %s)", errno, strerror(errno));
252 ALOGE("%s: invalid fd: %d", __func__, fd);
261 ALOGE("%s: unsupported capabilities", __func__);
269 ALOGE("failed to ioctl: VIDIOC_QUERYCAP (%d - %s)", errno, strerror(errno));
274 ALOGE("%s: unsupported capabilities", __func__);
295 ALOGE("Passed fmt = %#x found pixel format[%d]: %s", fmt, fmtdesc.index, fmtdesc.description);
304 ALOGE("%s: unsupported pixel format", __func__);
320 ALOGE("%s: invalid fd: %d", __func__, fd);
325 ALOGE("%s: fmt is NULL", __func__);
330 ALOGE("%s: unsupported buffer type", __func__);
336 ALOGE("failed to ioctl: VIDIOC_G_FMT (%d - %s)", errno, strerror(errno));
352 ALOGE("%s: invalid fd: %d", __func__, fd);
357 ALOGE("%s: fmt is NULL", __func__);
362 ALOGE("%s: unsupported buffer type", __func__);
368 ALOGE("failed to ioctl: VIDIOC_TRY_FMT (%d - %s)", errno, strerror(errno));
370 ALOGE("failed to ioctl: VIDIOC_S_FMT (%d - %s)", errno, strerror(errno));
399 ALOGE("%s: invalid fd: %d", __func__, fd);
404 ALOGE("%s: req is NULL", __func__);
411 ALOGE("%s: unsupported memory type", __func__);
416 ALOGE("%s: unsupported buffer type", __func__);
424 ALOGE("failed to ioctl: VIDIOC_REQBUFS (%d - %s)", ret, strerror(errno));
444 ALOGE("%s: invalid fd: %d", __func__, fd);
449 ALOGE("%s: buf is NULL", __func__);
455 ALOGE("%s: unsupported memory type", __func__);
460 ALOGE("%s: unsupported buffer type", __func__);
466 ALOGE("failed to ioctl: VIDIOC_QUERYBUF (%d - %s)", errno, strerror(errno));
482 ALOGE("%s: invalid fd: %d", __func__, fd);
487 ALOGE("%s: buf is NULL", __func__);
494 ALOGE("%s: unsupported memory type", __func__);
499 ALOGE("%s: unsupported buffer type", __func__);
505 ALOGE("failed to ioctl: VIDIOC_QBUF (%d - %s)", errno, strerror(errno));
521 ALOGE("%s: invalid fd: %d", __func__, fd);
526 ALOGE("%s: buf is NULL", __func__);
533 ALOGE("%s: unsupported memory type", __func__);
538 ALOGE("%s: unsupported buffer type", __func__);
544 ALOGE("failed to ioctl: VIDIOC_DQBUF (%d - %s)", errno, strerror(errno));
560 ALOGE("%s: invalid fd: %d", __func__, fd);
565 ALOGE("%s: unsupported buffer type", __func__);
571 ALOGE("failed to ioctl: VIDIOC_STREAMON (%d - %s)", errno, strerror(errno));
587 ALOGE("%s: invalid fd: %d", __func__, fd);
592 ALOGE("%s: unsupported buffer type", __func__);
598 ALOGE("failed to ioctl: VIDIOC_STREAMOFF (%d - %s)", errno, strerror(errno));
614 ALOGE("%s: invalid fd: %d", __func__, fd);
619 ALOGE("%s: crop is NULL", __func__);
624 ALOGE("%s: unsupported buffer type", __func__);
630 ALOGE("failed to ioctl: VIDIOC_CROPCAP (%d - %s)", errno, strerror(errno));
646 ALOGE("%s: invalid fd: %d", __func__, fd);
651 ALOGE("%s: crop is NULL", __func__);
656 ALOGE("%s: unsupported buffer type", __func__);
662 ALOGE("failed to ioctl: VIDIOC_G_CROP (%d - %s)", errno, strerror(errno));
678 ALOGE("%s: invalid fd: %d", __func__, fd);
683 ALOGE("%s: crop is NULL", __func__);
688 ALOGE("%s: unsupported buffer type", __func__);
694 ALOGE("failed to ioctl: VIDIOC_S_CROP (%d - %s)", errno, strerror(errno));
713 ALOGE("%s: invalid fd: %d", __func__, fd);
719 ALOGE("failed to ioctl: VIDIOC_G_CTRL (%d - %s)", errno, strerror(errno));
741 ALOGE("%s: invalid fd: %d", __func__, fd);
747 ALOGE("failed to ioctl: VIDIOC_S_CTRL (%d)", errno);
763 ALOGE("%s: invalid fd: %d", __func__, fd);
768 ALOGE("%s: unsupported buffer type", __func__);
774 ALOGE("failed to ioctl: VIDIOC_G_PARM (%d - %s)", errno, strerror(errno));
790 ALOGE("%s: invalid fd: %d", __func__, fd);
795 ALOGE("%s: unsupported buffer type", __func__);
801 ALOGE("failed to ioctl: VIDIOC_S_PARM (%d - %s)", errno, strerror(errno));
817 ALOGE("%s: invalid fd: %d", __func__, fd);
822 ALOGE("%s: ctrl is NULL", __func__);
828 ALOGE("failed to ioctl: VIDIOC_G_EXT_CTRLS (%d - %s)", errno, strerror(errno));
842 ALOGE("%s: invalid fd: %d", __func__, fd);
847 ALOGE("%s: ctrl is NULL", __func__);
853 ALOGE("failed to ioctl: VIDIOC_S_EXT_CTRLS (%d - %s)", errno, strerror(errno));