/third_party/gstreamer/gstplugins_bad/gst/videofilters/ |
D | gstvideodiff.c | 48 GstVideoFrame * inframe, GstVideoFrame * outframe); 92 GstVideoFrame * outframe, GstVideoFrame * inframe, GstVideoFrame * oldframe) in gst_video_diff_transform_frame_ip_planarY() argument 94 int width = inframe->info.width; in gst_video_diff_transform_frame_ip_planarY() 95 int height = inframe->info.height; in gst_video_diff_transform_frame_ip_planarY() 103 guint8 *s2 = (guint8 *) inframe->data[0] + inframe->info.stride[0] * j; in gst_video_diff_transform_frame_ip_planarY() 116 for (j = 0; j < GST_VIDEO_FRAME_COMP_HEIGHT (inframe, 1); j++) { in gst_video_diff_transform_frame_ip_planarY() 118 guint8 *s = (guint8 *) inframe->data[1] + inframe->info.stride[1] * j; in gst_video_diff_transform_frame_ip_planarY() 119 memcpy (d, s, GST_VIDEO_FRAME_COMP_WIDTH (inframe, 1)); in gst_video_diff_transform_frame_ip_planarY() 121 for (j = 0; j < GST_VIDEO_FRAME_COMP_HEIGHT (inframe, 2); j++) { in gst_video_diff_transform_frame_ip_planarY() 123 guint8 *s = (guint8 *) inframe->data[2] + inframe->info.stride[2] * j; in gst_video_diff_transform_frame_ip_planarY() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/colormanagement/ |
D | gstlcms.c | 149 GstVideoFrame * inframe, GstVideoFrame * outframe); 157 static void gst_lcms_process_rgb (GstLcms * lcms, GstVideoFrame * inframe, 722 gst_lcms_transform_frame_ip (GstVideoFilter * vfilter, GstVideoFrame * inframe) in gst_lcms_transform_frame_ip() argument 726 lcms->process (lcms, inframe, NULL); in gst_lcms_transform_frame_ip() 731 gst_lcms_transform_frame (GstVideoFilter * vfilter, GstVideoFrame * inframe, in gst_lcms_transform_frame() argument 736 lcms->process (lcms, inframe, outframe); in gst_lcms_transform_frame() 741 gst_lcms_process_rgb (GstLcms * lcms, GstVideoFrame * inframe, in gst_lcms_process_rgb() argument 753 in_data = (guint8 *) GST_VIDEO_FRAME_PLANE_DATA (inframe, 0); in gst_lcms_process_rgb() 754 in_stride = GST_VIDEO_FRAME_PLANE_STRIDE (inframe, 0); in gst_lcms_process_rgb() 755 width = GST_VIDEO_FRAME_COMP_WIDTH (inframe, 0); in gst_lcms_process_rgb() [all …]
|
D | gstlcms.h | 89 void (*process) (GstLcms * lcms, GstVideoFrame * inframe,
|
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstcombdetect.c | 58 GstVideoFrame * inframe, GstVideoFrame * outframe); 194 GstVideoFrame * inframe, GstVideoFrame * outframe) in gst_comb_detect_transform_frame() argument 211 memcpy (GET_LINE (outframe, k, i), GET_LINE (inframe, k, i), width); in gst_comb_detect_transform_frame() 230 guint8 *src = GET_LINE (inframe, 0, j); in gst_comb_detect_transform_frame() 236 guint8 *src1 = GET_LINE (inframe, 0, j - 1); in gst_comb_detect_transform_frame() 237 guint8 *src2 = GET_LINE (inframe, 0, j); in gst_comb_detect_transform_frame() 238 guint8 *src3 = GET_LINE (inframe, 0, j + 1); in gst_comb_detect_transform_frame()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | benchmark-video-conversion.c | 59 GstVideoFrame inframe; in do_benchmark_conversions() local 69 gst_video_frame_map (&inframe, &ininfo, inbuffer, GST_MAP_READ); in do_benchmark_conversions() 90 gst_video_converter_frame (convert, &inframe, &outframe); in do_benchmark_conversions() 95 gst_video_converter_frame (convert, &inframe, &outframe); in do_benchmark_conversions() 113 gst_video_frame_unmap (&inframe); in do_benchmark_conversions()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/ |
D | gstopencvvideofilter.cpp | 80 trans, GstVideoFrame * inframe, GstVideoFrame * outframe); 130 GstVideoFrame * inframe, GstVideoFrame * outframe) in gst_opencv_video_filter_transform_frame() argument 141 transform->cvImage.data = (unsigned char *) inframe->data[0]; in gst_opencv_video_filter_transform_frame() 142 transform->cvImage.datastart = (unsigned char *) inframe->data[0]; in gst_opencv_video_filter_transform_frame() 145 ret = fclass->cv_trans_func (transform, inframe->buffer, transform->cvImage, in gst_opencv_video_filter_transform_frame()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vidstabtransform.c | 253 VSFrame inframe; in filter_frame() local 269 inframe.data[plane] = in->data[plane]; in filter_frame() 270 inframe.linesize[plane] = in->linesize[plane]; in filter_frame() 273 vsTransformPrepare(td, &inframe, &inframe); in filter_frame() 280 vsTransformPrepare(td, &inframe, &outframe); in filter_frame()
|
D | vf_frei0r.c | 51 typedef void (*f0r_update_f)(f0r_instance_t instance, double time, const uint32_t *inframe, uint32_…
|
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
D | gstmpeg2encpicturereader.cc | 131 GstVideoCodecFrame *inframe = NULL; in LoadFrame() local 147 inframe = enc->pending_frame; in LoadFrame() 148 gst_video_frame_map (&vframe, &enc->input_state->info, inframe->input_buffer, GST_MAP_READ); in LoadFrame()
|
/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 765 gst_shape_wipe_blend_##name##_##depth (GstShapeWipe * self, GstVideoFrame * inframe, \ 769 const guint8 *input = (const guint8 *) GST_VIDEO_FRAME_PLANE_DATA (inframe, 0); \ 772 gint width = GST_VIDEO_FRAME_WIDTH (inframe); \ 773 gint height = GST_VIDEO_FRAME_HEIGHT (inframe); \ 843 GstVideoFrame inframe, outframe, maskframe; in gst_shape_wipe_video_sink_chain() local 880 gst_video_frame_map (&inframe, &self->vinfo, outbuf, GST_MAP_READ); in gst_shape_wipe_video_sink_chain() 889 gst_shape_wipe_blend_argb_16 (self, &inframe, &maskframe, &outframe); in gst_shape_wipe_video_sink_chain() 891 gst_shape_wipe_blend_argb_8 (self, &inframe, &maskframe, &outframe); in gst_shape_wipe_video_sink_chain() 896 gst_shape_wipe_blend_bgra_16 (self, &inframe, &maskframe, &outframe); in gst_shape_wipe_video_sink_chain() 898 gst_shape_wipe_blend_bgra_8 (self, &inframe, &maskframe, &outframe); in gst_shape_wipe_video_sink_chain() [all …]
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | videofilter | 20 GstVideoFrame * inframe, GstVideoFrame * outframe); 66 gst_replace_transform_frame (GstVideoFilter * filter, GstVideoFrame * inframe,
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdec.c | 418 guint8 *inframe; in gst_dvdec_chain() local 432 inframe = map.data; in gst_dvdec_chain() 447 if (G_UNLIKELY (dv_parse_header (dvdec->decoder, inframe) < 0)) in gst_dvdec_chain() 460 dv_parse_packs (dvdec->decoder, inframe); in gst_dvdec_chain() 517 dv_decode_full_frame (dvdec->decoder, inframe, in gst_dvdec_chain()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 2529 GstVideoFrame inframe; in run_video_color_convert() local 2538 gst_video_frame_map (&inframe, &ininfo, inbuffer, GST_MAP_READ); in run_video_color_convert() 2558 gst_video_converter_frame (convert, &inframe, &outframe); in run_video_color_convert() 2565 gst_video_frame_unmap (&inframe); in run_video_color_convert() 2632 GstVideoFrame inframe, outframe; in GST_START_TEST() local 2643 gst_video_frame_map (&inframe, &ininfo, inbuffer, GST_MAP_READ); in GST_START_TEST() 2658 gst_video_converter_frame (convert, &inframe, &outframe); in GST_START_TEST() 2663 gst_video_converter_frame (convert, &inframe, &outframe); in GST_START_TEST() 2686 gst_video_frame_unmap (&inframe); in GST_START_TEST() 2712 GstVideoFrame inframe, outframe; in GST_START_TEST() local [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/onnx/ |
D | gstonnxobjectdetector.h | 74 GstVideoFrame * inframe, GstVideoFrame * outframe);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideofilter.h | 75 GstVideoFrame *inframe, GstVideoFrame *outframe);
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | frei0r.h | 557 double time, const guint32* inframe, guint32* outframe);
|
D | gstfrei0r.h | 69 double time, const guint32* inframe, guint32* outframe);
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtenc.c | 1547 GstVideoFrame inframe, outframe; in gst_vtenc_encode_frame() local 1568 if (!gst_video_frame_map (&inframe, &self->video_info, frame->input_buffer, in gst_vtenc_encode_frame() 1580 gst_video_frame_unmap (&inframe); in gst_vtenc_encode_frame() 1589 gst_video_frame_unmap (&inframe); in gst_vtenc_encode_frame() 1595 if (!gst_video_frame_copy (&outframe, &inframe)) { in gst_vtenc_encode_frame() 1597 gst_video_frame_unmap (&inframe); in gst_vtenc_encode_frame() 1604 gst_video_frame_unmap (&inframe); in gst_vtenc_encode_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 1480 GstVideoFrame inframe, outframe; in gst_kms_sink_copy_to_dumb_buffer() local 1491 if (!gst_video_frame_map (&inframe, vinfo, inbuf, GST_MAP_READ)) in gst_kms_sink_copy_to_dumb_buffer() 1497 success = gst_video_frame_copy (&outframe, &inframe); in gst_kms_sink_copy_to_dumb_buffer() 1499 gst_video_frame_unmap (&inframe); in gst_kms_sink_copy_to_dumb_buffer() 1526 gst_video_frame_unmap (&inframe); in gst_kms_sink_copy_to_dumb_buffer()
|