Home
last modified time | relevance | path

Searched refs:is_mono (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Davf_aphasemeter.c50 int is_mono; member
179 if (!s->is_mono && mono_measurement) { in update_mono_detection()
180 s->is_mono = 1; in update_mono_detection()
184 if (s->is_mono && mono_measurement && s->start_mono_presence) { in update_mono_detection()
193 if (s->is_mono && !mono_measurement) { in update_mono_detection()
203 s->is_mono = 0; in update_mono_detection()
/third_party/ffmpeg/libavcodec/
Drawdec.c46 int is_mono; member
120 context->is_mono = 1; in raw_init_decoder()
212 (avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->is_mono)) ) && in MKSCALE16()
213 (context->is_mono || context->is_pal8) && in MKSCALE16()
217 if (context->is_mono) { in MKSCALE16()
266 if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->is_mono) { in MKSCALE16()
267 int pix_per_byte = context->is_mono ? 8 : 1; in MKSCALE16()
Dpnmdec.c46 int i, j, k, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local
124 is_mono = 1; in pnm_decode_frame()
130 if(s->type < 4 || (is_mono && s->type==7)){ in pnm_decode_frame()
142 if (is_mono) { in pnm_decode_frame()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c1646 bool is_mono; in element_probe_volume() local
1778 is_mono = snd_mixer_selem_is_playback_mono(me) > 0; in element_probe_volume()
1780 is_mono = snd_mixer_selem_is_capture_mono(me) > 0; in element_probe_volume()
1782 if (is_mono) { in element_probe_volume()