Searched refs:bufreq (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp611 struct v4l2_requestbuffers bufreq; local
667 bufreq.memory = V4L2_MEMORY_USERPTR;
668 bufreq.count = 2;
670 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
671 ret = ioctl(m_nDriver_fd,VIDIOC_REQBUFS, &bufreq);
672 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count;
674 bufreq.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
675 bufreq.count = 2;
676 ret = ioctl(m_nDriver_fd,VIDIOC_REQBUFS, &bufreq);
677 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq
826 struct v4l2_requestbuffers bufreq; local
919 struct v4l2_requestbuffers bufreq; local
1442 struct v4l2_requestbuffers bufreq; local
1637 struct v4l2_requestbuffers bufreq; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp329 struct v4l2_requestbuffers bufreq; local
380 // struct v4l2_requestbuffers bufreq;
382 bufreq.memory = V4L2_MEMORY_USERPTR;
383 bufreq.count = 2;
385 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
386 ret = ioctl(m_nDriver_fd,VIDIOC_REQBUFS, &bufreq);
387 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count;
391 bufreq.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
392 bufreq.count = 2;
393 ret = ioctl(m_nDriver_fd,VIDIOC_REQBUFS, &bufreq);
538 struct v4l2_requestbuffers bufreq; local
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c1200 struct v4l2_requestbuffers bufreq; local
1211 memset(&bufreq, 0, sizeof(bufreq));
1212 bufreq.count = buf_num;
1213 bufreq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1214 bufreq.memory = V4L2_MEMORY_USERPTR;
1215 rc = ioctl(my_obj->fd, VIDIOC_REQBUFS, &bufreq);
1558 struct v4l2_requestbuffers bufreq; local
1564 bufreq.count = 0;
1565 bufreq
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp709 struct v4l2_requestbuffers bufreq; local
712 bufreq.memory = V4L2_MEMORY_USERPTR;
713 bufreq.count = 0;
714 bufreq.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
715 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);
1227 struct v4l2_requestbuffers bufreq; local
7090 struct v4l2_requestbuffers bufreq; local
7095 bufreq.memory = V4L2_MEMORY_USERPTR;
7096 bufreq.count = 1;
7098 bufreq
7189 struct v4l2_requestbuffers bufreq; local
[all...]
H A Domx_vdec_msm8974.cpp744 struct v4l2_requestbuffers bufreq; local
747 bufreq.memory = V4L2_MEMORY_USERPTR;
748 bufreq.count = 0;
749 bufreq.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
750 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);
752 bufreq.memory = V4L2_MEMORY_USERPTR;
753 bufreq.count = 0;
754 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
755 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);
1312 struct v4l2_requestbuffers bufreq; local
7457 struct v4l2_requestbuffers bufreq; local
7565 struct v4l2_requestbuffers bufreq; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp1191 struct v4l2_requestbuffers bufreq; local
7257 struct v4l2_requestbuffers bufreq; local
7263 bufreq.memory = V4L2_MEMORY_USERPTR;
7265 bufreq.count = 0;
7267 bufreq.count = 2;
7269 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
7273 bufreq.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
7278 ret = ioctl(drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);
7289 buffer_prop->actualcount = bufreq.count;
7290 buffer_prop->mincount = bufreq
[all...]

Completed in 5543 milliseconds