Searched refs:vt (Results 1 - 17 of 17) sorted by relevance

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmRxNative.cpp475 struct v4l2_tuner vt; local
480 vt.index = 0;
481 status = ioctl(radio_fd, VIDIOC_G_TUNER, &vt);
491 div = (vt.capability & V4L2_TUNER_CAP_LOW) ? 1000 : 1;
539 struct v4l2_tuner vt; local
543 vt.index = 0;
544 vt.audmode = jFmMode;
546 status = ioctl(radio_fd, VIDIOC_S_TUNER, &vt);
563 struct v4l2_tuner vt; local
569 vt
813 struct v4l2_tuner vt; local
878 struct v4l2_tuner vt; local
938 struct v4l2_tuner vt; local
[all...]
H A DJFmTxNative.cpp211 struct v4l2_tuner vt; local
438 struct v4l2_control vt; local
442 vt.id = V4L2_CID_AUDIO_MUTE;
445 vt.value = FM_MUTE_OFF;
447 vt.value = FM_MUTE_ON;
449 status = ioctl(radio_fd,VIDIOC_S_CTRL,&vt);
/hardware/ti/wpan/tools/kfmapp/
H A Dkfmapp.c209 struct v4l2_tuner vt; local
212 vt.index = 0;
213 res = ioctl(g_radio_fd, VIDIOC_G_TUNER, &vt);
227 div = (vt.capability & V4L2_TUNER_CAP_LOW) ? 1000 : 1;
487 struct v4l2_tuner vt; local
501 vt.index = 0;
502 res = ioctl(g_radio_fd, VIDIOC_G_TUNER, &vt);
509 div = (vt.capability & V4L2_TUNER_CAP_LOW) ? 1000 : 1;
513 if(vf.frequency < vt.rangelow || vf.frequency > vt
[all...]
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h61 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c57 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c52 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c50 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c51 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c52 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c60 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c63 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c63 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c51 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c53 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c51 #include <linux/vt.h>
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c26 #include <linux/vt.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c27 #include <linux/vt.h>

Completed in 216 milliseconds