Lines Matching full:streams
22 + /* notify app that number of audio/video/text streams changed */
80 + "Total number of video streams", 0, G_MAXINT, 0,
90 + "Total number of audio streams", 0, G_MAXINT, 0,
100 + "Total number of text streams", 0, G_MAXINT, 0,
177 + channels = playbin->combiner[PLAYBIN_STREAM_AUDIO].streams;
180 + channels = playbin->combiner[PLAYBIN_STREAM_VIDEO].streams;
183 + channels = playbin->combiner[PLAYBIN_STREAM_TEXT].streams;
264 + (playbin->combiner[PLAYBIN_STREAM_VIDEO].streams ? playbin->
265 + combiner[PLAYBIN_STREAM_VIDEO].streams->len : 0);
281 + (playbin->combiner[PLAYBIN_STREAM_AUDIO].streams ? playbin->
282 + combiner[PLAYBIN_STREAM_AUDIO].streams->len : 0);
298 + (playbin->combiner[PLAYBIN_STREAM_TEXT].streams ? playbin->
299 + combiner[PLAYBIN_STREAM_TEXT].streams->len : 0);