Searched refs:get_volume (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dmixer_oss.h34 int (*get_volume)(struct snd_mixer_oss_file *fmixer, member in struct:snd_mixer_oss_slot
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dmixer_abst.h87 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value); member in struct:sm_elem_ops
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_compand.c150 static double get_volume(CompandContext *s, double in_lin) function
205 dst[i] = av_clipd(src[i] * get_volume(s, cp->volume), -1, 1);
267 get_volume(s, cp->volume), -1, 1);
315 dst[i] = av_clipd(dbuf[dindex] * get_volume(s, cp->volume),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-audio.c345 static int get_volume(struct cx18 *cx) function
497 ctrl->value = get_volume(cx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dsimple.c400 return sm_selem_ops(elem)->get_volume(elem, SM_PLAY, channel, value);
729 return sm_selem_ops(elem)->get_volume(elem, SM_CAPT, channel, value);
H A Dsimple_none.c1406 .get_volume = get_volume_ops,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmixer_oss.c260 if (pslot->get_volume)
261 result = pslot->get_volume(fmixer, pslot, &left, &right);
1011 if (mixer->slots[ptr->oss_id].get_volume && ! replace_old)
1067 rslot->get_volume = snd_mixer_oss_get_volume1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_wmp10.cpp331 virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_volume(
1185 HRESULT hr = m_pWMPSettings->get_volume(&lVolume);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dsbase.c273 .get_volume = get_volume_ops,
H A Dpython.c431 .get_volume = get_volume_ops,

Completed in 53 milliseconds