Lines Matching defs:nb_varstreams
239 unsigned int nb_varstreams;
1389 for (i = 0; i < hls->nb_varstreams; i++)
1422 for (i = 0; i < hls->nb_varstreams; i++) {
1438 for (i = 0; i < hls->nb_varstreams; i++) {
1466 for (j = 0; j < hls->nb_varstreams; j++) {
2000 int nb_varstreams = 0, nb_streams;
2026 nb_varstreams++;
2030 hls->var_streams = av_mallocz(sizeof(*hls->var_streams) * nb_varstreams);
2033 hls->nb_varstreams = nb_varstreams;
2036 nb_varstreams = 0;
2040 if (nb_varstreams < hls->nb_varstreams) {
2041 vs = &(hls->var_streams[nb_varstreams]);
2042 vs->var_stream_idx = nb_varstreams;
2044 nb_varstreams++;
2110 "variant definition #%d\n", nb_varstreams - 1);
2114 for (j = 0; nb_varstreams > 1 && j < nb_varstreams - 1; j++) {
2119 j, nb_varstreams - 1);
2132 hls->nb_varstreams);
2233 hls->nb_varstreams = 1;
2300 for (i = 0; i < hls->nb_varstreams; i++) {
2341 for (j = 0; j < hls->nb_varstreams; j++) {
2419 for (i = 0; i < hls->nb_varstreams; i++) {
2687 for (i = 0; i < hls->nb_varstreams; i++) {
2728 for (i = 0; i < hls->nb_varstreams; i++) {
2888 ret = validate_name(hls->nb_varstreams, s->url);
2893 ret = validate_name(hls->nb_varstreams, hls->segment_filename);
2899 ret = validate_name(hls->nb_varstreams, hls->fmp4_init_filename);
2905 ret = validate_name(hls->nb_varstreams, hls->subtitle_filename);
2949 for (i = 0; i < hls->nb_varstreams; i++) {
3000 if (hls->nb_varstreams > 1)
3012 if (hls->nb_varstreams > 1) {