Searched refs:cb_count (Results 1 – 3 of 3) sorted by relevance
280 && (buf_cb->cb_count != 0)) { in mm_stream_dispatch_sync_data()286 if (buf_cb->cb_count > 0) { in mm_stream_dispatch_sync_data()287 buf_cb->cb_count--; in mm_stream_dispatch_sync_data()288 if (0 == buf_cb->cb_count) { in mm_stream_dispatch_sync_data()415 if (my_obj->buf_cb[i].cb_count != 0) { in mm_stream_dispatch_app_data()432 if (my_obj->buf_cb[i].cb_count > 0) { in mm_stream_dispatch_app_data()433 my_obj->buf_cb[i].cb_count--; in mm_stream_dispatch_app_data()434 if (0 == my_obj->buf_cb[i].cb_count) { in mm_stream_dispatch_app_data()1067 my_obj->buf_cb[cb_index].cb_count = -1; /* infinite by default */ in mm_stream_config()1073 my_obj->buf_cb[cb_index].cb_count = -1; /* infinite by default */ in mm_stream_config()
2420 buf_cb.cb_count = -1; in mm_camera_reg_stream_buf_cb()
220 int8_t cb_count; member