/external/strace/ |
v4l2.c | 624 struct v4l2_requestbuffers reqbufs; local 626 if (umove(tcp, arg, &reqbufs) < 0) 629 tprintf(", {count=%u, type=", reqbufs.count); 630 printxval(v4l2_buf_types, reqbufs.type, "V4L2_BUF_TYPE_???"); 632 printxval(v4l2_memories, reqbufs.memory, "V4L2_MEMORY_???"); 640 sprintf(outstr, "{count=%u}", reqbufs.count);
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
QualcommUsbCamera.cpp | [all...] |
/hardware/qcom/camera/usbcamcore/src/ |
QualcommUsbCamera.cpp | [all...] |
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 190 //free the memory allocated during REQBUFS, by setting the count=0 [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc.cpp | [all...] |
omx_vdec_hevc_swvdec.cpp | [all...] |
omx_vdec_msm8974.cpp | [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc.cpp | [all...] |
omx_vdec_hevc_swvdec.cpp | [all...] |
omx_vdec_v4l2.cpp | [all...] |
/hardware/qcom/media/msm8996/videopp/src/ |
omx_vdpp.cpp | [all...] |