Lines Matching defs:nb_ccstreams
241 unsigned int nb_ccstreams;
1411 for (i = 0; i < hls->nb_ccstreams; i++) {
1490 for (j = 0; j < hls->nb_ccstreams; j++) {
1497 if (j == hls->nb_ccstreams)
2140 int nb_ccstreams = 0;
2153 nb_ccstreams++;
2157 hls->cc_streams = av_mallocz(sizeof(*hls->cc_streams) * nb_ccstreams);
2160 hls->nb_ccstreams = nb_ccstreams;
2163 nb_ccstreams = 0;
2167 if (nb_ccstreams < hls->nb_ccstreams)
2168 ccs = &(hls->cc_streams[nb_ccstreams++]);
2243 if (hls->nb_ccstreams)