Home
last modified time | relevance | path

Searched refs:V4L2_CAP_VIDEO_OUTPUT_MPLANE (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/v4l-utils/
H A D0002-libv4l-mplane-Filter-out-multiplane-formats.patch113 - (cap.capabilities & V4L2_CAP_VIDEO_OUTPUT_MPLANE))
114 + (cap.capabilities & V4L2_CAP_VIDEO_OUTPUT_MPLANE)) {
/OK3568_Linux_fs/buildroot/package/libv4l/
H A D0002-libv4l-mplane-Filter-out-multiplane-formats.patch113 - (cap.capabilities & V4L2_CAP_VIDEO_OUTPUT_MPLANE))
114 + (cap.capabilities & V4L2_CAP_VIDEO_OUTPUT_MPLANE)) {
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-output.rst26 ``V4L2_CAP_VIDEO_OUTPUT`` or ``V4L2_CAP_VIDEO_OUTPUT_MPLANE`` flag in
H A Dvidioc-querycap.rst156 * - ``V4L2_CAP_VIDEO_OUTPUT_MPLANE``
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_video.c957 | V4L2_CAP_VIDEO_OUTPUT_MPLANE; in vsp1_video_querycap()
1265 video->video.device_caps = V4L2_CAP_VIDEO_OUTPUT_MPLANE | in vsp1_video_create()
H A Dvsp1_histo.c427 | V4L2_CAP_VIDEO_OUTPUT_MPLANE in histo_v4l2_querycap()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Ddmarx.c594 vdev->device_caps = V4L2_CAP_VIDEO_OUTPUT_MPLANE | in rkisp1_register_dmarx_video()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dev.c539 V4L2_CAP_VIDEO_OUTPUT_MPLANE | in determine_valid_ioctls()
H A Dv4l2-ioctl.c972 V4L2_CAP_VIDEO_OUTPUT_MPLANE | in check_fmt()
1546 cap_mask = V4L2_CAP_VIDEO_OUTPUT_MPLANE | in v4l_enum_fmt()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.cpp311 else if (cap.capabilities & V4L2_CAP_VIDEO_OUTPUT_MPLANE) in query_cap()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h447 #define V4L2_CAP_VIDEO_OUTPUT_MPLANE 0x00002000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h447 #define V4L2_CAP_VIDEO_OUTPUT_MPLANE 0x00002000 macro
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Ddmarx.c1002 vdev->device_caps = V4L2_CAP_VIDEO_OUTPUT_MPLANE | in rkisp_register_dmarx_video()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions155 replace define V4L2_CAP_VIDEO_OUTPUT_MPLANE device-capabilities
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h468 #define V4L2_CAP_VIDEO_OUTPUT_MPLANE 0x00002000 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h470 #define V4L2_CAP_VIDEO_OUTPUT_MPLANE 0x00002000 macro
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c1030 cap = V4L2_CAP_VIDEO_OUTPUT_MPLANE; in imgu_node_to_v4l2()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1050 V4L2_CAP_VIDEO_OUTPUT_MPLANE : in vivid_set_capabilities()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream.c1523 V4L2_CAP_VIDEO_OUTPUT_MPLANE; in rkispp_register_stream_video()