| 
    MLT
    7.32.0
    
   | 
 
sliced threading processing helper More...
#include "mlt_types.h"Go to the source code of this file.
Typedefs | |
| typedef int(* | mlt_slices_proc) (int id, int idx, int jobs, void *cookie) | 
Functions | |
| int | mlt_slices_count_fifo () | 
| int | mlt_slices_count_normal () | 
| int | mlt_slices_count_rr () | 
| void | mlt_slices_run_fifo (int jobs, mlt_slices_proc proc, void *cookie) | 
| void | mlt_slices_run_normal (int jobs, mlt_slices_proc proc, void *cookie) | 
| void | mlt_slices_run_rr (int jobs, mlt_slices_proc proc, void *cookie) | 
| int | mlt_slices_size_slice (int jobs, int index, int input_size, int *start) | 
sliced threading processing helper
Copyright (C) 2016-2022 Meltytech, LLC
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
| typedef int(* mlt_slices_proc) (int id, int idx, int jobs, void *cookie) | 
| int mlt_slices_count_fifo | ( | ) | 
| int mlt_slices_count_normal | ( | ) | 
| int mlt_slices_count_rr | ( | ) | 
| void mlt_slices_run_fifo | ( | int | jobs, | 
| mlt_slices_proc | proc, | ||
| void * | cookie | ||
| ) | 
| void mlt_slices_run_normal | ( | int | jobs, | 
| mlt_slices_proc | proc, | ||
| void * | cookie | ||
| ) | 
| void mlt_slices_run_rr | ( | int | jobs, | 
| mlt_slices_proc | proc, | ||
| void * | cookie | ||
| ) | 
| int mlt_slices_size_slice | ( | int | jobs, | 
| int | index, | ||
| int | input_size, | ||
| int * | start | ||
| ) |