Home
last modified time | relevance | path

Searched refs:is_mono (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Davf_aphasemeter.c49 int is_mono; member
177 if (!s->is_mono && mono_measurement) { in update_mono_detection()
178 s->is_mono = 1; in update_mono_detection()
182 if (s->is_mono && mono_measurement && s->start_mono_presence) { in update_mono_detection()
191 if (s->is_mono && !mono_measurement) { in update_mono_detection()
201 s->is_mono = 0; in update_mono_detection()
/third_party/ffmpeg/libavcodec/
H A Drawdec.c47 int is_mono; member
115 context->is_mono = 1; in raw_init_decoder()
205 (avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->is_mono)) ) && in raw_decode()
206 (context->is_mono || context->is_pal8) && in raw_decode()
210 if (context->is_mono) { in raw_decode()
259 if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->is_mono) { in raw_decode()
260 int pix_per_byte = context->is_mono ? 8 : 1; in raw_decode()
H A Dpnmdec.c49 int i, j, k, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local
127 is_mono = 1; in pnm_decode_frame()
133 if(s->type < 4 || (is_mono && s->type==7)){ in pnm_decode_frame()
145 if (is_mono) { in pnm_decode_frame()

Completed in 5 milliseconds