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;
263 + (playbin->combiner[PLAYBIN_STREAM_VIDEO].streams ? playbin->
264 + combiner[PLAYBIN_STREAM_VIDEO].streams->len : 0);
280 + (playbin->combiner[PLAYBIN_STREAM_AUDIO].streams ? playbin->
281 + combiner[PLAYBIN_STREAM_AUDIO].streams->len : 0);
297 + (playbin->combiner[PLAYBIN_STREAM_TEXT].streams ? playbin->
298 + combiner[PLAYBIN_STREAM_TEXT].streams->len : 0);