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

/hardware/ti/wpan/tools/kfmapp/
H A Dkfmapp.h108 #define V4L2_TUNER_SUB_RDS 0x0010 macro
H A Dkfmapp.c42 /* #define V4L2_TUNER_SUB_RDS 0x10 */
1099 printf("RDS is: %s\n",(vtun.rxsubchans & V4L2_TUNER_SUB_RDS) ? "ON":"OFF");
1215 vtun.rxsubchans |= V4L2_TUNER_SUB_RDS;
1218 vtun.rxsubchans &= ~V4L2_TUNER_SUB_RDS;
1429 vtun.rxsubchans = V4L2_TUNER_SUB_RDS;
1465 vmod.txsubchans = V4L2_TUNER_SUB_STEREO | V4L2_TUNER_SUB_RDS;
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmRxNative.h171 #define V4L2_TUNER_SUB_RDS 0x0010 macro
H A DJFmTxNative.h191 #define V4L2_TUNER_SUB_RDS 0x0010 macro
H A DJFmRxNative.cpp385 vtun.rxsubchans = V4L2_TUNER_SUB_RDS;
893 if ((vt.rxsubchans & V4L2_TUNER_SUB_RDS) != 1)
894 vt.rxsubchans |= V4L2_TUNER_SUB_RDS;
949 if(vt.rxsubchans & V4L2_TUNER_SUB_RDS)
950 vt.rxsubchans &= ~V4L2_TUNER_SUB_RDS;
H A DJFmTxNative.cpp275 vmod.txsubchans = vmod.txsubchans | V4L2_TUNER_SUB_RDS;
307 vmod.txsubchans = vmod.txsubchans & ~V4L2_TUNER_SUB_RDS;
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h1867 #define V4L2_TUNER_SUB_RDS 0x0010 macro

Completed in 89 milliseconds