Lines Matching refs:combiner
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);
333 combine = &playbin->combiner[pb_stream_type];
337 + changed = combine->combiner ? TRUE : FALSE;