/third_party/ffmpeg/libavcodec/ |
H A D | libdavs2.c | 38 davs2_picture_t out_frame; // output data, frame data member [all...] |
H A D | h274.c | 217 int ff_h274_apply_film_grain(AVFrame *out_frame, const AVFrame *in_frame, in ff_h274_apply_film_grain() argument
|
H A D | qsvdec.c | 671 QSVFrame *out_frame = find_frame(q, outsurf); in qsv_decode() local
|
H A D | g729dec.c | 409 int16_t *out_frame; in decode_frame() local
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_common.h | 39 AVFrame *out_frame; member
|
H A D | dnn_backend_common.c | 165 AVFrame *out_frame = NULL; in ff_dnn_fill_gettingoutput_task() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_bs2b.c | 123 AVFrame *out_frame; in filter_frame() local [all...] |
H A D | dnn_filter_common.c | 120 int ff_dnn_execute_model(DnnContext *ctx, AVFrame *in_frame, AVFrame *out_frame) in ff_dnn_execute_model() argument 132 int ff_dnn_execute_model_classification(DnnContext *ctx, AVFrame *in_frame, AVFrame *out_frame, const char *target) in ff_dnn_execute_model_classification() argument 147 DNNAsyncStatusType ff_dnn_get_result(DnnContext *ctx, AVFrame **in_frame, AVFrame **out_frame) in ff_dnn_get_result() argument
|
H A D | af_adelay.c | 323 AVFrame *out_frame; in filter_frame() local
|
H A D | af_chorus.c | 215 AVFrame *out_frame; in filter_frame() local
|
H A D | vf_dnn_processing.c | 256 AVFrame *out_frame = NULL; in flush_frame() local 308 AVFrame *out_frame = NULL; in activate() local [all...] |
H A D | vf_dnn_classify.c | 222 AVFrame *out_frame = NULL; in dnn_classify_flush_frame() local 265 AVFrame *out_frame = NULL; in dnn_classify_activate() local
|
H A D | af_flanger.c | 116 AVFrame *out_frame; in filter_frame() local
|
H A D | af_aecho.c | 248 AVFrame *out_frame; in filter_frame() local
|
H A D | dnn_interface.h | 72 AVFrame *out_frame; member
|
H A D | vf_blend_vulkan.c | 224 static int process_frames(AVFilterContext *avctx, AVFrame *out_frame, AVFrame *top_frame, AVFrame *bottom_frame) in process_frames() argument
|
H A D | vf_dnn_detect.c | 365 AVFrame *out_frame = NULL; in dnn_detect_flush_frame() local 408 AVFrame *out_frame = NULL; in dnn_detect_activate() local
|
H A D | vf_guided.c | 318 AVFrame *out_frame = NULL, *main_frame = NULL, *ref_frame = NULL; in process_frame() local
|
H A D | af_dialoguenhance.c | 127 apply_window(AudioDialogueEnhanceContext *s, const float *in_frame, float *out_frame, const int add_to_out_frame) apply_window() argument
|
H A D | af_compand.c | 151 AVFrame *out_frame; in compand_nodelay() local 198 AVFrame *out_frame in compand_delay() local [all...] |
H A D | vf_chromakey_cuda.c | 294 call_cuda_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[3], AVFrame *out_frame, int width, int height, int pitch, int width_uv, int height_uv, int pitch_uv, float u_key, float v_key, float similarity, float blend) call_cuda_kernel() argument
|
H A D | af_apsyclip.c | 267 apply_window(AudioPsyClipContext *s, const float *in_frame, float *out_frame, const int add_to_out_frame) apply_window() argument
|
H A D | qsvvpp.c | 436 QSVFrame *out_frame; in query_frame() local 799 QSVFrame *in_frame, *out_frame; ff_qsvvpp_filter_frame() local [all...] |
H A D | vf_scale_cuda.c | 404 call_resize_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[4], int src_width, int src_height, AVFrame *out_frame, int dst_width, int dst_height, int dst_pitch) call_resize_kernel() argument
|
/third_party/ffmpeg/tests/api/ |
H A D | api-flac-test.c | 111 AVFrame *in_frame, *out_frame; in run_test() local [all...] |