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;
819 mm_stream_t *s_obj = NULL;
827 s_obj = mm_channel_util_get_stream_by_handler(my_obj,
829 if (NULL != s_obj) {
830 if (CAM_STREAM_TYPE_METADATA != s_obj->stream_info->stream_type) {
832 s_obj->server_stream_id;
867 mm_stream_t *s_obj = NULL;
872 s_obj = mm_channel_util_get_stream_by_handler(my_obj,
874 if (NULL != s_obj) {
876 if (s_obj->stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
879 s_objs[num_streams_to_start++] = s_obj;
886 s_obj = s_objs[0];
888 s_objs[meta_stream_idx] = s_obj;
1002 mm_stream_t *s_obj = NULL;
1007 s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1009 if (NULL != s_obj) {
1011 if (s_obj->stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
1014 s_objs[num_streams_to_stop++] = s_obj;
1021 s_obj = s_objs[num_streams_to_stop - 1];
1023 s_objs[meta_stream_idx] = s_obj;
1220 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj, buf->stream_id);
1222 if (NULL != s_obj) {
1223 rc = mm_stream_fsm_fn(s_obj,
1253 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1255 if (NULL != s_obj) {
1256 rc = mm_stream_fsm_fn(s_obj,
1288 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1290 if (NULL != s_obj) {
1291 rc = mm_stream_fsm_fn(s_obj,
1322 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1324 if (NULL != s_obj) {
1325 rc = mm_stream_fsm_fn(s_obj,
1351 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1353 if (NULL != s_obj) {
1354 rc = mm_stream_map_buf(s_obj,
1382 mm_stream_t* s_obj = mm_channel_util_get_stream_by_handler(my_obj,
1384 if (NULL != s_obj) {
1385 rc = mm_stream_unmap_buf(s_obj, payload->buf_type,