Home
last modified time | relevance | path

Searched refs:V4L2_TUNER_SUB_RDS (Results 1 – 9 of 9) sorted by relevance

/hardware/ti/wpan/tools/kfmapp/
Dkfmapp.h108 #define V4L2_TUNER_SUB_RDS 0x0010 macro
Dkfmapp.c1100 printf("RDS is: %s\n",(vtun.rxsubchans & V4L2_TUNER_SUB_RDS) ? "ON":"OFF"); in fmapp_get_rds_onoff()
1216 vtun.rxsubchans |= V4L2_TUNER_SUB_RDS; in fmapp_set_rds_onoff()
1219 vtun.rxsubchans &= ~V4L2_TUNER_SUB_RDS; in fmapp_set_rds_onoff()
1430 vtun.rxsubchans = V4L2_TUNER_SUB_RDS; in fmapp_execute_rx_command()
1466 vmod.txsubchans = V4L2_TUNER_SUB_STEREO | V4L2_TUNER_SUB_RDS; in fmapp_execute_tx_command()
/hardware/ti/wpan/tools/FM/service/src/jni/
DJFmRxNative.h171 #define V4L2_TUNER_SUB_RDS 0x0010 macro
DJFmTxNative.h191 #define V4L2_TUNER_SUB_RDS 0x0010 macro
DJFmRxNative.cpp385 vtun.rxsubchans = V4L2_TUNER_SUB_RDS; in nativeJFmRx_Enable()
893 if ((vt.rxsubchans & V4L2_TUNER_SUB_RDS) != 1) in nativeJFmRx_EnableRDS()
894 vt.rxsubchans |= V4L2_TUNER_SUB_RDS; in nativeJFmRx_EnableRDS()
949 if(vt.rxsubchans & V4L2_TUNER_SUB_RDS) in nativeJFmRx_DisableRDS()
950 vt.rxsubchans &= ~V4L2_TUNER_SUB_RDS; in nativeJFmRx_DisableRDS()
DJFmTxNative.cpp275 vmod.txsubchans = vmod.txsubchans | V4L2_TUNER_SUB_RDS; in nativeJFmTx_EnableRds()
307 vmod.txsubchans = vmod.txsubchans & ~V4L2_TUNER_SUB_RDS; in nativeJFmTx_DisableRds()
/hardware/samsung_slsi/exynos5/include/
Dvideodev2.h1869 #define V4L2_TUNER_SUB_RDS 0x0010 macro
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h2079 #define V4L2_TUNER_SUB_RDS 0x0010 macro
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h1821 #define V4L2_TUNER_SUB_RDS 0x0010 macro