Lines Matching defs:ch_id
234 int ch_id = avio_rl16(pb);
239 if (st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && st->id == ch_id)
251 vst->id = ch_id;
268 ast = create_new_audio_stream(s, -1, v); /* -1 to avoid clash with video stream ch_id */
274 int ch_id = avio_rl16(pb);
278 if (st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO && st->id == ch_id)
286 ast = create_new_audio_stream(s, ch_id, v);
301 int ch_id = avio_rl16(pb);
305 if (st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && st->id == ch_id) {
336 const int ch_id = avio_rl16(pb);
373 ch_id, bmp_fmt, width, height, linesize, len, out_len, colormapsize);