Searched refs:cb_count (Results 1 – 3 of 3) sorted by relevance
272 && (buf_cb->cb_count != 0)) { in mm_stream_dispatch_sync_data()278 if (buf_cb->cb_count > 0) { in mm_stream_dispatch_sync_data()279 buf_cb->cb_count--; in mm_stream_dispatch_sync_data()280 if (0 == buf_cb->cb_count) { in mm_stream_dispatch_sync_data()407 if (my_obj->buf_cb[i].cb_count != 0) { in mm_stream_dispatch_app_data()424 if (my_obj->buf_cb[i].cb_count > 0) { in mm_stream_dispatch_app_data()425 my_obj->buf_cb[i].cb_count--; in mm_stream_dispatch_app_data()426 if (0 == my_obj->buf_cb[i].cb_count) { in mm_stream_dispatch_app_data()1059 my_obj->buf_cb[cb_index].cb_count = -1; /* infinite by default */ in mm_stream_config()1065 my_obj->buf_cb[cb_index].cb_count = -1; /* infinite by default */ in mm_stream_config()
2175 buf_cb.cb_count = -1; in mm_camera_reg_stream_buf_cb()
218 int8_t cb_count; member