OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vmod
(Results
1 - 6
of
6
) 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
...]
/external/open-vcdiff/gflags/src/gflags/
gflags_completions.h
107
// $ env /some/brand/new/binary --
vmod
<TAB>
gflags_completions.h.in
107
// $ env /some/brand/new/binary --
vmod
<TAB>
/external/open-vcdiff/gflags/src/windows/gflags/
gflags_completions.h
107
// $ env /some/brand/new/binary --
vmod
<TAB>
/hardware/ti/wpan/tools/kfmapp/
kfmapp.c
1462
struct v4l2_modulator
vmod
;
local
[
all
...]
/external/svox/pico/lib/
picosig.c
95
picoos_single
vMod
; /*Volume modifier*/
175
sig_subObj->
vMod
= 1.0f;
594
mlt = (picoos_int32) ((sig_subObj->fSampNorm * sig_subObj->
vMod
)
[
all
...]
Completed in 159 milliseconds