Searched refs:V4L2_BUF_TYPE_SDR_OUTPUT (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Dv4l2_buf_types.h46 #if defined(V4L2_BUF_TYPE_SDR_OUTPUT) || (defined(HAVE_DECL_V4L2_BUF_TYPE_SDR_OUTPUT) && HAVE_DECL_V4L2_BUF_TYPE_SDR_OUTPUT)
47 XLAT(V4L2_BUF_TYPE_SDR_OUTPUT),
/external/strace/tests/
H A Dioctl_v4l2.c156 case V4L2_BUF_TYPE_SDR_OUTPUT:
300 case V4L2_BUF_TYPE_SDR_OUTPUT:
400 p_format->type = V4L2_BUF_TYPE_SDR_OUTPUT;
403 ", {type=V4L2_BUF_TYPE_SDR_OUTPUT}) = -1 EBADF (%m)\n");
444 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_OUTPUT);
446 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT", V4L2_BUF_TYPE_SDR_OUTPUT);
488 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_OUTPUT);
490 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT", V4L2_BUF_TYPE_SDR_OUTPUT);
/external/strace/tests-m32/
H A Dioctl_v4l2.c156 case V4L2_BUF_TYPE_SDR_OUTPUT:
300 case V4L2_BUF_TYPE_SDR_OUTPUT:
400 p_format->type = V4L2_BUF_TYPE_SDR_OUTPUT;
403 ", {type=V4L2_BUF_TYPE_SDR_OUTPUT}) = -1 EBADF (%m)\n");
444 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_OUTPUT);
446 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT", V4L2_BUF_TYPE_SDR_OUTPUT);
488 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_OUTPUT);
490 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT", V4L2_BUF_TYPE_SDR_OUTPUT);
/external/strace/tests-mx32/
H A Dioctl_v4l2.c156 case V4L2_BUF_TYPE_SDR_OUTPUT:
300 case V4L2_BUF_TYPE_SDR_OUTPUT:
400 p_format->type = V4L2_BUF_TYPE_SDR_OUTPUT;
403 ", {type=V4L2_BUF_TYPE_SDR_OUTPUT}) = -1 EBADF (%m)\n");
444 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_OUTPUT);
446 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT", V4L2_BUF_TYPE_SDR_OUTPUT);
488 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_OUTPUT);
490 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT", V4L2_BUF_TYPE_SDR_OUTPUT);
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h146 V4L2_BUF_TYPE_SDR_OUTPUT = 12, enumerator in enum:v4l2_buf_type
163 || (type) == V4L2_BUF_TYPE_SDR_OUTPUT)
/external/v4l2_codec2/vda/
H A Dvideodev2.h155 V4L2_BUF_TYPE_SDR_OUTPUT = 12, enumerator in enum:v4l2_buf_type
171 || (type) == V4L2_BUF_TYPE_SDR_OUTPUT)
/external/strace/
H A Dconfigure12161 ac_fn_c_check_decl "$LINENO" "V4L2_BUF_TYPE_SDR_OUTPUT" "ac_cv_have_decl_V4L2_BUF_TYPE_SDR_OUTPUT" "#include <sys/time.h>

Completed in 170 milliseconds