MLT  7.24.0
Typedefs | Functions
mlt_slices.h File Reference

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)
 

Detailed Description

sliced threading processing helper

See also
mlt_slices_s

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 Documentation

◆ mlt_slices_proc

typedef int(* mlt_slices_proc) (int id, int idx, int jobs, void *cookie)

Function Documentation

◆ mlt_slices_count_fifo()

int mlt_slices_count_fifo ( )

◆ mlt_slices_count_normal()

int mlt_slices_count_normal ( )

◆ mlt_slices_count_rr()

int mlt_slices_count_rr ( )

◆ mlt_slices_run_fifo()

void mlt_slices_run_fifo ( int  jobs,
mlt_slices_proc  proc,
void *  cookie 
)

◆ mlt_slices_run_normal()

void mlt_slices_run_normal ( int  jobs,
mlt_slices_proc  proc,
void *  cookie 
)

◆ mlt_slices_run_rr()

void mlt_slices_run_rr ( int  jobs,
mlt_slices_proc  proc,
void *  cookie 
)

◆ mlt_slices_size_slice()

int mlt_slices_size_slice ( int  jobs,
int  index,
int  input_size,
int *  start 
)