HomeSort by relevance Sort by last modified time
    Searched refs:vmod (Results 1 - 2 of 2) 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...]

Completed in 32 milliseconds