HomeSort by relevance Sort by last modified time
    Searched full:vmod (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp 264 struct v4l2_modulator vmod; local
268 vmod.index = 0;
269 ret = ioctl(radio_fd, VIDIOC_G_MODULATOR, &vmod);
275 vmod.txsubchans = vmod.txsubchans | V4L2_TUNER_SUB_RDS;
277 ret = ioctl(radio_fd, VIDIOC_S_MODULATOR, &vmod);
296 struct v4l2_modulator vmod; local
300 vmod.index = 0;
301 ret = ioctl(radio_fd, VIDIOC_G_MODULATOR, &vmod);
307 vmod.txsubchans = vmod.txsubchans & ~V4L2_TUNER_SUB_RDS
    [all...]
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 1461 struct v4l2_modulator vmod; local
    [all...]
  /external/svox/pico/lib/
picosig.c 95 picoos_single vMod; /*Volume modifier*/
175 sig_subObj->vMod = 1.0f;
594 mlt = (picoos_int32) ((sig_subObj->fSampNorm * sig_subObj->vMod)
    [all...]

Completed in 141 milliseconds