Home | History | Annotate | Download | only in src

Lines Matching refs:streams

139         if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
140 (handler == ch_obj->streams[i].my_hdl)) {
141 s_obj = &ch_obj->streams[i];
894 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) {
895 stream_obj = &my_obj->streams[idx];
900 CDBG_ERROR("%s: streams reach max, no more stream allowed to add", __func__);
1003 * streams within this channel
1024 if (my_obj->streams[i].my_hdl > 0) {
1026 my_obj->streams[i].my_hdl);
1034 __func__, i, my_obj->streams[i].my_hdl);
1050 * DESCRIPTION: start a channel, which will start all streams in the channel
1069 if (my_obj->streams[i].my_hdl > 0) {
1071 my_obj->streams[i].my_hdl);
1101 /* set bundled flag to streams */
1103 /* init bundled streams to invalid value -1 */
1122 /* all streams within a channel should be started at the same time */
1163 /* stop streams*/
1203 * DESCRIPTION: stop a channel, which will stop all streams in the channel
1222 if (my_obj->streams[i].my_hdl > 0) {
1224 my_obj->streams[i].my_hdl);
1269 /* since all streams are stopped, we are safe to
1824 for (i=0; i<ARRAY_SIZE(ch_obj->streams); i++) {
1826 ch_obj->streams[i].stream_info->stream_type) {
1827 snapshot_stream_id = ch_obj->streams[i].server_stream_id;