HomeSort by relevance Sort by last modified time
    Searched defs:modulator (Results 1 - 18 of 18) sorted by null

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_MODULATOR.c 55 struct v4l2_modulator modulator; local
58 memset(&modulator, 0xff, sizeof(modulator));
59 modulator.index = index;
60 ret_get = ioctl(f, VIDIOC_G_MODULATOR, &modulator);
69 CU_ASSERT_EQUAL(modulator.index, index);
71 CU_ASSERT(0 < strlen((char *)modulator.name));
73 ((char *)modulator.name, sizeof(modulator.name)));
75 CU_ASSERT(valid_modulator_capability(modulator.capability))
154 struct v4l2_modulator modulator; local
178 struct v4l2_modulator modulator; local
201 struct v4l2_modulator modulator; local
225 struct v4l2_modulator modulator; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 773 __u32 modulator; member in struct:v4l2_output
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 451 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
1539 __u32 modulator; \/* Associated modulator *\/ member in struct:v4l2_output
    [all...]
  /external/v4l2_codec2/vda/
videodev2.h 443 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
1459 __u32 modulator; \/* Associated modulator *\/ member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
videodev2.h 826 __u32 modulator; member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
videodev2.h 268 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
1228 __u32 modulator; \/* Associated modulator *\/ member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
videodev2.h 877 __u32 modulator; member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
videodev2.h 274 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
1302 __u32 modulator; \/* Associated modulator *\/ member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
videodev2.h 986 __u32 modulator; member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
videodev2.h 435 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
1553 __u32 modulator; \/* Associated modulator *\/ member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/linux/
videodev2.h 710 __u32 modulator; member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
videodev2.h 274 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
1306 __u32 modulator; \/* Associated modulator *\/ member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
videodev2.h 825 __u32 modulator; member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 265 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
1225 __u32 modulator; \/* Associated modulator *\/ member in struct:v4l2_output
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
videodev2.h 265 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
1029 __u32 modulator; \/* Associated modulator *\/ member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
videodev2.h 797 __u32 modulator; member in struct:v4l2_output
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
videodev2.h 280 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
1131 __u32 modulator; \/* Associated modulator *\/ member in struct:v4l2_output
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 4056 __vki_u32 modulator; \/* Associated modulator *\/ member in struct:vki_v4l2_output
    [all...]

Completed in 701 milliseconds