HomeSort by relevance Sort by last modified time
    Searched full:modulator (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /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...]
test_VIDIOC_ENUMOUTPUT.c 65 //CU_ASSERT_EQUAL(output.modulator, ?);
83 output2.modulator = output.modulator;
89 ".type=0x%X, .audioset=0x%X, .modulator=0x%X, "
96 output.modulator,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
__init__.py 3 The basic ideas is the same as modulator, but the code generates code
  /external/python/cpython2/Tools/framer/framer/
__init__.py 3 The basic ideas is the same as modulator, but the code generates code
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
x394.htm 174 input of a TV set or video recorder. Each modulator is associated with
176 the modulator. The <CODE
196 >modulator</CODE
198 of the modulator. This specification does not define radio output
201 >To query and change modulator properties applications use
219 modulator, when there is more than one at all. The modulator is solely
246 >To get and set the tuner or modulator radio frequency
265 ioctls when the tuner or modulator ioctls are supported, or
r11094.htm 84 >VIDIOC_G_FREQUENCY, VIDIOC_S_FREQUENCY&nbsp;--&nbsp;Get or set tuner or modulator radio
186 >To get the current tuner or modulator radio frequency
194 > to the respective tuner or modulator number (only
210 >To change the current tuner or modulator radio frequency
275 >The tuner or modulator index number. This is the
295 >modulator</CODE
298 HREF="r11430.htm#V4L2-MODULATOR"
341 HREF="r11430.htm#V4L2-MODULATOR"
r11430.htm 73 NAME="VIDIOC-G-MODULATOR"
83 >VIDIOC_G_MODULATOR, VIDIOC_S_MODULATOR&nbsp;--&nbsp;Get or set modulator attributes</DIV
184 >To query the attributes of a modulator applications initialize
193 HREF="r11430.htm#V4L2-MODULATOR"
243 NAME="V4L2-MODULATOR"
274 >Identifies the modulator, set by the
286 >Name of the modulator, a NUL-terminated ASCII
298 >Modulator capability flags. No flags are defined
365 HREF="r11430.htm#MODULATOR-TXSUBCHANS"
399 NAME="MODULATOR-TXSUBCHANS
    [all...]
r9149.htm 286 >modulator</CODE
298 connector and this field identifies the modulator. It corresponds to
300 HREF="r11430.htm#V4L2-MODULATOR"
376 >This output is an analog TV modulator.</TD
r7624.htm 203 >&nbsp;--&nbsp;Get or set tuner or modulator radio
219 >&nbsp;--&nbsp;Get or set modulator attributes</DT
r13105.htm 521 >The device has some sort of tuner or modulator to
523 tuner and modulator programming see
i16960.htm 263 HREF="r11430.htm#V4L2-MODULATOR"
x6831.htm 157 >modulator</A
x7013.htm 173 supported. VBI devices may or may not have a tuner or modulator.</P
191 modulator</A
x7236.htm 166 or modulator.</P
184 modulator</A
a16506.htm     [all...]
  /external/python/cpython2/Mac/Demo/
index.html 79 extension module in C. It also handles using Modulator to create the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev2.h 255 #define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */
775 __u32 modulator; /* Associated modulator */ member in struct:v4l2_output
815 #define V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator control class */
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h 141 S_LFO_CONTROL modLFO; /* modulator LFO */
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerState.java 391 pw.println("Photonic Modulator State:");
  /external/kernel-headers/original/uapi/linux/
v4l2-controls.h 56 #define V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator controls */
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
v4l2-controls.h 56 #define V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator control class */
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
v4l2-controls.h 56 #define V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator control class */
    [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...]
  /external/v4l2_codec2/vda/
v4l2-controls.h 63 #define V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator controls */
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
v4l2-controls.h 56 #define V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator controls */
    [all...]

Completed in 551 milliseconds

1 2 3 4 5 6