/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 325 struct v4l2_fmtdesc fdesc; in venc_open() local 339 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_open() 340 fdesc.index=0; in venc_open() 341 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() 342 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description, in venc_open() 343 fdesc.pixelformat, fdesc.flags); in venc_open() 344 fdesc.index++; in venc_open() 347 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_open() 348 fdesc.index=0; in venc_open() 349 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 920 struct v4l2_fmtdesc fdesc; in venc_open() local 937 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_open() 938 fdesc.index=0; in venc_open() 940 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() 941 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in venc_open() 942 fdesc.pixelformat, fdesc.flags); in venc_open() 943 fdesc.index++; in venc_open() 946 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_open() 947 fdesc.index=0; in venc_open() 949 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1159 struct v4l2_fmtdesc fdesc; in venc_open() local 1175 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_open() 1176 fdesc.index=0; in venc_open() 1178 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() 1179 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in venc_open() 1180 fdesc.pixelformat, fdesc.flags); in venc_open() 1181 fdesc.index++; in venc_open() 1184 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_open() 1185 fdesc.index=0; in venc_open() 1187 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 1189 struct v4l2_fmtdesc fdesc; in component_init() local 1379 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init() 1380 fdesc.index=0; in component_init() 1381 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() 1382 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description, in component_init() 1383 fdesc.pixelformat, fdesc.flags); in component_init() 1384 fdesc.index++; in component_init() 1386 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init() 1387 fdesc.index=0; in component_init() 1388 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 1236 struct v4l2_fmtdesc fdesc; in component_init() local 1457 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init() 1458 fdesc.index=0; in component_init() 1459 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() 1460 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init() 1461 fdesc.pixelformat, fdesc.flags); in component_init() 1462 fdesc.index++; in component_init() 1464 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init() 1465 fdesc.index=0; in component_init() 1466 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() [all …]
|
D | omx_vdec_msm8974.cpp | 1588 struct v4l2_fmtdesc fdesc; in component_init() local 1851 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init() 1852 fdesc.index=0; in component_init() 1853 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() 1854 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init() 1855 fdesc.pixelformat, fdesc.flags); in component_init() 1856 fdesc.index++; in component_init() 1858 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init() 1859 fdesc.index=0; in component_init() 1860 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 1231 struct v4l2_fmtdesc fdesc; in component_init() local 1436 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init() 1437 fdesc.index=0; in component_init() 1438 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() 1439 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init() 1440 fdesc.pixelformat, fdesc.flags); in component_init() 1441 fdesc.index++; in component_init() 1443 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init() 1444 fdesc.index=0; in component_init() 1445 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1742 struct v4l2_fmtdesc fdesc; in component_init() local 1916 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init() 1917 fdesc.index=0; in component_init() 1918 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() 1919 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init() 1920 fdesc.pixelformat, fdesc.flags); in component_init() 1921 fdesc.index++; in component_init() 1923 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init() 1924 fdesc.index=0; in component_init() 1925 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() [all …]
|