Home | History | Annotate | Download | only in jni

Lines Matching refs:rxsubchans

385    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;
952 V4L2_JBTL_LOGD("2. nativeJFmRx_DisableRDS and vt.rxsubchans = %d\n", vt.rxsubchans);