/third_party/ffmpeg/libavfilter/ |
D | dnn_filter_common.c | 78 DNNReturnType ff_dnn_execute_model(DnnContext *ctx, AVFrame *in_frame, AVFrame *out_frame) in ff_dnn_execute_model() 84 DNNReturnType ff_dnn_execute_model_async(DnnContext *ctx, AVFrame *in_frame, AVFrame *out_frame) in ff_dnn_execute_model_async() 90 DNNAsyncStatusType ff_dnn_get_async_result(DnnContext *ctx, AVFrame **in_frame, AVFrame **out_frame) in ff_dnn_get_async_result()
|
D | vf_dnn_processing.c | 328 AVFrame *out_frame = NULL; in flush_frame() local 380 AVFrame *out_frame = NULL; in activate_async() local
|
D | af_bs2b.c | 130 AVFrame *out_frame; in filter_frame() local
|
/third_party/gstreamer/gstplugins_good/gst/alpha/ |
D | gstalpha.c | 627 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_set_argb_ayuv() 673 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_chroma_key_argb_ayuv() 742 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_set_argb_argb() 783 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_chroma_key_argb_argb() 860 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_set_ayuv_argb() 906 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_chroma_key_ayuv_argb() 975 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_set_ayuv_ayuv() 1024 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_chroma_key_ayuv_ayuv() 1109 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_set_rgb_ayuv() 1156 GstVideoFrame * out_frame, GstAlpha * alpha) in gst_alpha_chroma_key_rgb_ayuv() [all …]
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native.c | 84 AVFrame *out_frame = NULL; in get_output_native() local 262 … const char **output_names, uint32_t nb_output, AVFrame *out_frame, in execute_model_native() 376 … const char **output_names, uint32_t nb_output, AVFrame *out_frame) in ff_dnn_execute_model_native()
|
D | dnn_backend_openvino.c | 67 AVFrame *out_frame; member 491 AVFrame *out_frame = NULL; in get_output_ov() local 610 … const char **output_names, uint32_t nb_output, AVFrame *out_frame) in ff_dnn_execute_model_ov() 664 … const char **output_names, uint32_t nb_output, AVFrame *out_frame) in ff_dnn_execute_model_async_ov()
|
D | dnn_backend_tf.c | 171 AVFrame *out_frame = NULL; in get_output_tf() local 714 … const char **output_names, uint32_t nb_output, AVFrame *out_frame, in execute_model_tf() 824 … const char **output_names, uint32_t nb_output, AVFrame *out_frame) in ff_dnn_execute_model_tf()
|
/third_party/gstreamer/gstplugins_good/gst/videocrop/ |
D | gstvideocrop.c | 247 GstVideoFrame * in_frame, GstVideoFrame * out_frame, gint x, gint y) in gst_video_crop_transform_packed_complex() 300 GstVideoFrame * in_frame, GstVideoFrame * out_frame, gint x, gint y) in gst_video_crop_transform_packed_simple() 331 GstVideoFrame * in_frame, GstVideoFrame * out_frame, gint x, gint y) in gst_video_crop_transform_planar() 386 GstVideoFrame * in_frame, GstVideoFrame * out_frame, gint x, gint y) in gst_video_crop_transform_semi_planar() 429 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_crop_transform_frame()
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmptealpha.c | 334 const GstVideoFrame * in_frame, GstVideoFrame * out_frame, GstMask * mask, in gst_smpte_alpha_process_ayuv_ayuv() 380 const GstVideoFrame * in_frame, GstVideoFrame * out_frame, GstMask * mask, in gst_smpte_alpha_process_i420_ayuv() 479 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_smpte_alpha_transform_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudabasetransform.c | 295 GstVideoFrame in_frame, out_frame; in gst_cuda_base_transform_transform() local 375 GstVideoFrame * out_frame, GstCudaMemory * out_cuda_mem) in gst_cuda_base_transform_transform_frame_default()
|
D | gstcudabasefilter.c | 184 GstVideoFrame * out_frame, GstCudaMemory * out_cuda_mem) in gst_cuda_base_filter_transform_frame()
|
/third_party/ffmpeg/libavcodec/ |
D | qsvdec.c | 448 QSVFrame *out_frame; in qsv_decode() local 507 QSVFrame *out_frame = find_frame(q, outsurf); in qsv_decode() local 585 QSVFrame *out_frame; in qsv_decode_close_qsvcontext() local
|
D | libdavs2.c | 36 davs2_picture_t out_frame; // output data, frame data member
|
/third_party/gstreamer/gstplugins_bad/gst/gaudieffects/ |
D | gstburn.c | 216 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_burn_transform_frame()
|
D | gstdodge.c | 196 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_dodge_transform_frame()
|
D | gstexclusion.c | 219 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_exclusion_transform_frame()
|
D | gstsolarize.c | 246 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_solarize_transform_frame()
|
D | gstdilate.c | 218 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_dilate_transform_frame()
|
/third_party/ffmpeg/tests/api/ |
D | api-flac-test.c | 112 AVFrame *in_frame, *out_frame; in run_test() local
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstrev.c | 105 GstVideoFrame * out_frame) in gst_revtv_transform_frame()
|
D | gstshagadelic.c | 165 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_shagadelictv_transform_frame()
|
D | gstedge.c | 99 GstVideoFrame * out_frame) in gst_edgetv_transform_frame()
|
D | gststreak.c | 84 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_streaktv_transform_frame()
|
D | gstquark.c | 100 GstVideoFrame * out_frame) in gst_quarktv_transform_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/smooth/ |
D | gstsmooth.c | 180 GstVideoFrame * out_frame) in gst_smooth_transform_frame()
|