Searched refs:is_mono (Results 1 – 4 of 4) sorted by relevance
50 int is_mono; member179 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()
46 int is_mono; member120 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()
46 int i, j, k, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local124 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()
1646 bool is_mono; in element_probe_volume() local1778 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()