Searched refs:cb_count (Results 1 – 3 of 3) sorted by relevance
293 && (buf_cb->cb_count != 0) in mm_stream_dispatch_sync_data()300 if (buf_cb->cb_count > 0) { in mm_stream_dispatch_sync_data()301 buf_cb->cb_count--; in mm_stream_dispatch_sync_data()302 if (0 == buf_cb->cb_count) { in mm_stream_dispatch_sync_data()441 if (my_obj->buf_cb[i].cb_count != 0) { in mm_stream_dispatch_app_data()458 if (my_obj->buf_cb[i].cb_count > 0) { in mm_stream_dispatch_app_data()459 my_obj->buf_cb[i].cb_count--; in mm_stream_dispatch_app_data()460 if (0 == my_obj->buf_cb[i].cb_count) { in mm_stream_dispatch_app_data()1088 my_obj->buf_cb[cb_index].cb_count = -1; /* infinite by default */ in mm_stream_config()1094 my_obj->buf_cb[cb_index].cb_count = -1; /* infinite by default */ in mm_stream_config()
2444 buf_cb.cb_count = -1; in mm_camera_reg_stream_buf_cb()
229 int8_t cb_count; member