Searched refs:buf_type (Results 1 - 25 of 28) sorted by relevance

12

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_priv_handle.h103 int buf_type,
116 buffer_type(buf_type),
133 private_handle_t(int fd, unsigned int size, int usage, int buf_type, int format, int w, int h) argument
134 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size,
95 private_handle_t(int fd, int meta_fd, int flags, int width, int height, int uw, int uh, int format, int buf_type, unsigned int size, gralloc1_producer_usage_t prod_usage = GRALLOC1_PRODUCER_USAGE_NONE, gralloc1_consumer_usage_t cons_usage = GRALLOC1_CONSUMER_USAGE_NONE) argument
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_priv_handle.h102 int buf_type,
115 buffer_type(buf_type),
132 private_handle_t(int fd, unsigned int size, int usage, int buf_type, int format, int w, int h) argument
133 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size,
94 private_handle_t(int fd, int meta_fd, int flags, int width, int height, int uw, int uh, int format, int buf_type, unsigned int size, gralloc1_producer_usage_t prod_usage = GRALLOC1_PRODUCER_USAGE_NONE, gralloc1_consumer_usage_t cons_usage = GRALLOC1_CONSUMER_USAGE_NONE) argument
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h204 u32 buf_type; member in struct:vdec_buf_info
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h173 u32 buf_type; member in struct:vdec_buf_info
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_q6vdec.h204 u32 buf_type; member in struct:vdec_buf_info
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_q6vdec.h173 u32 buf_type; member in struct:vdec_buf_info
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_isp.h366 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_isp.h332 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp231 enum v4l2_buf_type buf_type; local
232 memcpy(&buf_type, dqevent.u.data, sizeof(buf_type));
233 if(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE == buf_type)
243 else if(V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE == buf_type)
255 DEBUG_PRINT_HIGH(" Wrong buf_type recieved %d\n", buf_type);
2393 enum v4l2_buf_type buf_type; local
2446 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
2448 if(ioctl(drv_ctx.video_vpu_fd, VPU_FLUSH_BUFS, &buf_type))
4043 enum v4l2_buf_type buf_type; local
5020 enum v4l2_buf_type buf_type; local
5641 enum v4l2_buf_type buf_type; local
[all...]
/hardware/qcom/media/msm8998/videopp/src/
H A Domx_vdpp.cpp231 enum v4l2_buf_type buf_type; local
232 memcpy(&buf_type, dqevent.u.data, sizeof(buf_type));
233 if(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE == buf_type)
243 else if(V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE == buf_type)
255 DEBUG_PRINT_HIGH(" Wrong buf_type recieved %d\n", buf_type);
2393 enum v4l2_buf_type buf_type; local
2446 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
2448 if(ioctl(drv_ctx.video_vpu_fd, VPU_FLUSH_BUFS, &buf_type))
4043 enum v4l2_buf_type buf_type; local
5020 enum v4l2_buf_type buf_type; local
5641 enum v4l2_buf_type buf_type; local
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp1180 enum v4l2_buf_type buf_type; local
1204 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1207 ret=ioctl(m_nDriver_fd, VIDIOC_STREAMON,&buf_type);
1619 enum v4l2_buf_type buf_type; local
1620 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1622 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type);
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsmb_isp.h479 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsmb_isp.h448 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsmb_isp.h556 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsmb_isp.h531 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp4415 enum v4l2_buf_type buf_type; local
4417 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4418 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4652 enum v4l2_buf_type buf_type; local
4653 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4654 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
5577 enum v4l2_buf_type buf_type; local
5578 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
5579 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
6215 enum v4l2_buf_type buf_type; local
10291 enum v4l2_buf_type buf_type; local
[all...]
H A Domx_vdec_hevc.cpp3853 enum v4l2_buf_type buf_type; local
3854 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
3855 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4663 enum v4l2_buf_type buf_type; local
4664 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4665 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
5210 enum v4l2_buf_type buf_type; local
5213 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
5215 ret=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
H A Domx_vdec_msm8974.cpp4757 enum v4l2_buf_type buf_type; local
4759 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4760 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4966 enum v4l2_buf_type buf_type; local
4967 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4968 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
5842 enum v4l2_buf_type buf_type; local
5843 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
5844 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
6408 enum v4l2_buf_type buf_type; local
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp4612 enum v4l2_buf_type buf_type; local
4614 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4615 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4849 enum v4l2_buf_type buf_type; local
4850 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4851 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
5781 enum v4l2_buf_type buf_type; local
5782 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
5783 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
6420 enum v4l2_buf_type buf_type; local
10514 enum v4l2_buf_type buf_type; local
[all...]
H A Domx_vdec_hevc.cpp3832 enum v4l2_buf_type buf_type; local
3833 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
3834 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4642 enum v4l2_buf_type buf_type; local
4643 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4644 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
5180 enum v4l2_buf_type buf_type; local
5183 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
5185 ret=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp4612 enum v4l2_buf_type buf_type; local
4614 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4615 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4849 enum v4l2_buf_type buf_type; local
4850 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4851 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
5781 enum v4l2_buf_type buf_type; local
5782 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
5783 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
6420 enum v4l2_buf_type buf_type; local
10514 enum v4l2_buf_type buf_type; local
[all...]
H A Domx_vdec_hevc.cpp3832 enum v4l2_buf_type buf_type; local
3833 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
3834 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4642 enum v4l2_buf_type buf_type; local
4643 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4644 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
5180 enum v4l2_buf_type buf_type; local
5183 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
5185 ret=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp2937 enum v4l2_buf_type buf_type; local
3010 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
3012 ret=ioctl(m_nDriver_fd, VIDIOC_STREAMON,&buf_type);
3718 enum v4l2_buf_type buf_type; local
3719 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
3721 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type);
3843 enum v4l2_buf_type buf_type; local
3844 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
3846 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3277 enum v4l2_buf_type buf_type; local
3348 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
3350 ret=ioctl(m_nDriver_fd, VIDIOC_STREAMON,&buf_type);
4163 enum v4l2_buf_type buf_type; local
4164 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
4167 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type);
4336 enum v4l2_buf_type buf_type; local
4337 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
4339 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp2300 enum v4l2_buf_type buf_type; local
2355 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
2357 ret=ioctl(m_nDriver_fd, VIDIOC_STREAMON,&buf_type);
2858 enum v4l2_buf_type buf_type; local
2859 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
2861 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type);

Completed in 7840 milliseconds

12