|
MediaProcessors
|
#include "proc_if.h"#include <stdlib.h>#include <unistd.h>#include <string.h>#include <libmediaprocsutils/log.h>#include <libmediaprocsutils/stat_codes.h>#include <libmediaprocsutils/check_utils.h>#include <libmediaprocsutils/mem_utils.h>
Go to the source code of this file.
Functions | |
| proc_frame_ctx_t * | proc_frame_ctx_allocate () |
| proc_frame_ctx_t * | proc_frame_ctx_dup (const proc_frame_ctx_t *proc_frame_ctx_arg) |
| void | proc_frame_ctx_release (proc_frame_ctx_t **ref_proc_frame_ctx) |
| proc_if_t * | proc_if_allocate () |
| proc_if_t * | proc_if_dup (const proc_if_t *proc_if_arg) |
| int | proc_if_cmp (const proc_if_t *proc_if1, const proc_if_t *proc_if2) |
| void | proc_if_release (proc_if_t **ref_proc_if) |
Variables | |
| const proc_sample_fmt_lut_t | proc_sample_fmt_lut [] |
Definition in file proc_if.c.
| proc_frame_ctx_t* proc_frame_ctx_allocate | ( | ) |
| proc_frame_ctx_t* proc_frame_ctx_dup | ( | const proc_frame_ctx_t * | proc_frame_ctx_arg | ) |
| void proc_frame_ctx_release | ( | proc_frame_ctx_t ** | ref_proc_frame_ctx | ) |
| proc_if_t* proc_if_allocate | ( | ) |
Compares if given processor interfaces are the equal.
| proc_if1 | Pointer to the first processor interface context structure to be compared. |
| proc_if2 | Pointer to the second processor interface context structure to be compared. |
| void proc_if_release | ( | proc_if_t ** | ref_proc_if | ) |
| const proc_sample_fmt_lut_t proc_sample_fmt_lut[] |
Processor samples format look-up table.
1.8.11