Home
last modified time | relevance | path

Searched refs:fdesc (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp325 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/
Dvideo_encoder_device_v4l2.cpp921 struct v4l2_fmtdesc fdesc; in venc_open() local
938 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_open()
939 fdesc.index=0; in venc_open()
941 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open()
942 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in venc_open()
943 fdesc.pixelformat, fdesc.flags); in venc_open()
944 fdesc.index++; in venc_open()
947 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_open()
948 fdesc.index=0; in venc_open()
950 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1175 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/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp1189 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/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1358 struct v4l2_fmtdesc fdesc; in venc_open() local
1374 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_open()
1375 fdesc.index=0; in venc_open()
1377 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open()
1378 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in venc_open()
1379 fdesc.pixelformat, fdesc.flags); in venc_open()
1380 fdesc.index++; in venc_open()
1383 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_open()
1384 fdesc.index=0; in venc_open()
1386 while (ioctl(m_nDriver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in venc_open()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp1236 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 …]
Domx_vdec_hevc_swvdec.cpp1725 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 …]
Domx_vdec_msm8974.cpp1588 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/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp1231 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 …]
Domx_vdec_hevc_swvdec.cpp1742 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 …]
Domx_vdec_v4l2.cpp2244 struct v4l2_fmtdesc fdesc; in component_init() local
2545 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init()
2546 fdesc.index=0; in component_init()
2547 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init()
2548 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init()
2549 fdesc.pixelformat, fdesc.flags); in component_init()
2550 fdesc.index++; in component_init()
2552 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init()
2553 fdesc.index=0; in component_init()
2554 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/
Domx_vdec_hevc.cpp1231 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 …]
Domx_vdec_hevc_swvdec.cpp1742 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 …]
Domx_vdec_v4l2.cpp2022 struct v4l2_fmtdesc fdesc; in component_init() local
2315 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in component_init()
2316 fdesc.index=0; in component_init()
2317 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init()
2318 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description, in component_init()
2319 fdesc.pixelformat, fdesc.flags); in component_init()
2320 fdesc.index++; in component_init()
2322 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init()
2323 fdesc.index=0; in component_init()
2324 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) { in component_init()
[all …]