Home | History | Annotate | Download | only in src

Lines Matching refs:s_obj

131     mm_stream_t *s_obj = NULL;
135 s_obj = &ch_obj->streams[i];
139 return s_obj;
822 mm_stream_t *s_obj = NULL;
830 s_obj = mm_channel_util_get_stream_by_handler(my_obj,
832 if (NULL != s_obj) {
833 if (CAM_STREAM_TYPE_METADATA != s_obj->stream_info->stream_type) {
835 s_obj->server_stream_id;
870 mm_stream_t *s_obj = NULL;
875 s_obj = mm_channel_util_get_stream_by_handler(my_obj,
877 if (NULL != s_obj) {
879 if (s_obj->stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
882 s_objs[num_streams_to_start++] = s_obj;
889 s_obj = s_objs[0];
891 s_objs[meta_stream_idx] = s_obj;
1005 mm_stream_t *s_obj = NULL;
1010 s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1012 if (NULL != s_obj) {
1014 if (s_obj->stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
1017 s_objs[num_streams_to_stop++] = s_obj;
1024 s_obj = s_objs[num_streams_to_stop - 1];
1026 s_objs[meta_stream_idx] = s_obj;
1223 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj, buf->stream_id);
1225 if (NULL != s_obj) {
1226 rc = mm_stream_fsm_fn(s_obj,
1256 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1258 if (NULL != s_obj) {
1259 rc = mm_stream_fsm_fn(s_obj,
1291 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1293 if (NULL != s_obj) {
1294 rc = mm_stream_fsm_fn(s_obj,
1325 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1327 if (NULL != s_obj) {
1328 rc = mm_stream_fsm_fn(s_obj,
1354 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1356 if (NULL != s_obj) {
1357 rc = mm_stream_map_buf(s_obj,
1385 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1387 if (NULL != s_obj) {
1388 rc = mm_stream_unmap_buf(s_obj, payload->buf_type,