FFmpeg
|
#include <string.h>
#include "libavutil/avassert.h"
#include "libavutil/pixdesc.h"
#include "formats.h"
#include "internal.h"
#include "vaapi_vpp.h"
Go to the source code of this file.
Data Structures | |
struct | VAAPIColourProperties |
Variables | |
static const VAAPIColourProperties | vaapi_colour_standard_map [] |
int ff_vaapi_vpp_query_formats | ( | AVFilterContext * | avctx | ) |
Definition at line 27 of file vaapi_vpp.c.
void ff_vaapi_vpp_pipeline_uninit | ( | AVFilterContext * | avctx | ) |
Definition at line 44 of file vaapi_vpp.c.
Referenced by deint_vaapi_pipeline_uninit(), denoise_vaapi_init(), procamp_vaapi_init(), scale_vaapi_init(), sharpness_vaapi_init(), tonemap_vaapi_init(), and transpose_vaapi_init().
int ff_vaapi_vpp_config_input | ( | AVFilterLink * | inlink | ) |
Definition at line 70 of file vaapi_vpp.c.
int ff_vaapi_vpp_config_output | ( | AVFilterLink * | outlink | ) |
Definition at line 95 of file vaapi_vpp.c.
Referenced by deint_vaapi_config_output(), overlay_vaapi_config_output(), scale_vaapi_config_output(), and transpose_vaapi_vpp_config_output().
|
static |
Definition at line 268 of file vaapi_vpp.c.
Referenced by vaapi_vpp_fill_colour_properties().
|
static |
Definition at line 334 of file vaapi_vpp.c.
Referenced by vaapi_vpp_fill_colour_properties().
|
static |
Definition at line 369 of file vaapi_vpp.c.
Referenced by vaapi_vpp_fill_colour_properties().
|
static |
Definition at line 388 of file vaapi_vpp.c.
Referenced by vaapi_vpp_colour_properties().
Definition at line 408 of file vaapi_vpp.c.
Referenced by vaapi_vpp_colour_properties().
|
static |
Definition at line 420 of file vaapi_vpp.c.
Referenced by ff_vaapi_vpp_init_params().
int ff_vaapi_vpp_init_params | ( | AVFilterContext * | avctx, |
VAProcPipelineParameterBuffer * | params, | ||
const AVFrame * | input_frame, | ||
AVFrame * | output_frame | ||
) |
Definition at line 515 of file vaapi_vpp.c.
Referenced by deint_vaapi_filter_frame(), misc_vaapi_filter_frame(), overlay_vaapi_blend(), procamp_vaapi_filter_frame(), scale_vaapi_filter_frame(), tonemap_vaapi_filter_frame(), and transpose_vaapi_filter_frame().
int ff_vaapi_vpp_make_param_buffers | ( | AVFilterContext * | avctx, |
int | type, | ||
const void * | data, | ||
size_t | size, | ||
int | count | ||
) |
Definition at line 563 of file vaapi_vpp.c.
Referenced by deint_vaapi_build_filter_params(), denoise_vaapi_build_filter_params(), procamp_vaapi_build_filter_params(), sharpness_vaapi_build_filter_params(), and tonemap_vaapi_build_filter_params().
int ff_vaapi_vpp_render_picture | ( | AVFilterContext * | avctx, |
VAProcPipelineParameterBuffer * | params, | ||
AVFrame * | output_frame | ||
) |
Definition at line 592 of file vaapi_vpp.c.
Referenced by deint_vaapi_filter_frame(), misc_vaapi_filter_frame(), procamp_vaapi_filter_frame(), scale_vaapi_filter_frame(), tonemap_vaapi_filter_frame(), and transpose_vaapi_filter_frame().
void ff_vaapi_vpp_ctx_init | ( | AVFilterContext * | avctx | ) |
Definition at line 666 of file vaapi_vpp.c.
Referenced by deint_vaapi_init(), denoise_vaapi_init(), overlay_vaapi_init(), procamp_vaapi_init(), scale_vaapi_init(), sharpness_vaapi_init(), tonemap_vaapi_init(), and transpose_vaapi_init().
void ff_vaapi_vpp_ctx_uninit | ( | AVFilterContext * | avctx | ) |
Definition at line 680 of file vaapi_vpp.c.
|
static |
Definition at line 251 of file vaapi_vpp.c.
Referenced by vaapi_vpp_colour_properties(), and vaapi_vpp_fill_colour_standard().