/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/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1563 struct v4l2_fmtdesc fdesc; in venc_open() local 1579 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_open() 1580 fdesc.index=0; in venc_open() 1582 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() 1583 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in venc_open() 1584 fdesc.pixelformat, fdesc.flags); in venc_open() 1585 fdesc.index++; in venc_open() 1588 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_open() 1589 fdesc.index=0; in venc_open() 1591 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 | 1175 struct v4l2_fmtdesc fdesc; in venc_open() local 1191 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_open() 1192 fdesc.index=0; in venc_open() 1194 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() 1195 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in venc_open() 1196 fdesc.pixelformat, fdesc.flags); in venc_open() 1197 fdesc.index++; in venc_open() 1200 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_open() 1201 fdesc.index=0; in venc_open() 1203 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1745 struct v4l2_fmtdesc fdesc; in venc_open() local 1761 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_open() 1762 fdesc.index=0; in venc_open() 1764 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() 1765 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in venc_open() 1766 fdesc.pixelformat, fdesc.flags); in venc_open() 1767 fdesc.index++; in venc_open() 1770 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_open() 1771 fdesc.index=0; in venc_open() 1773 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open() [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_hevc_swvdec.cpp | 1725 struct v4l2_fmtdesc fdesc; in component_init() local 1893 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init() 1894 fdesc.index=0; in component_init() 1895 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() 1896 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init() 1897 fdesc.pixelformat, fdesc.flags); in component_init() 1898 fdesc.index++; in component_init() 1900 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init() 1901 fdesc.index=0; in component_init() 1902 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() [all …]
|
D | omx_vdec_msm8974.cpp | 1589 struct v4l2_fmtdesc fdesc; in component_init() local 1852 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init() 1853 fdesc.index=0; in component_init() 1854 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() 1855 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init() 1856 fdesc.pixelformat, fdesc.flags); in component_init() 1857 fdesc.index++; in component_init() 1859 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init() 1860 fdesc.index=0; in component_init() 1861 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1766 struct v4l2_fmtdesc fdesc; in component_init() local 1928 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init() 1929 fdesc.index=0; in component_init() 1930 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() 1931 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init() 1932 fdesc.pixelformat, fdesc.flags); in component_init() 1933 fdesc.index++; in component_init() 1935 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init() 1936 fdesc.index=0; in component_init() 1937 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_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 …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 2216 struct v4l2_fmtdesc fdesc; in component_init() local 2517 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init() 2518 fdesc.index=0; in component_init() 2519 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() 2520 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init() 2521 fdesc.pixelformat, fdesc.flags); in component_init() 2522 fdesc.index++; in component_init() 2524 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init() 2525 fdesc.index=0; in component_init() 2526 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init() [all …]
|