Home
last modified time | relevance | path

Searched refs:inframe (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videofilters/
Dgstvideodiff.c48 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/
Dgstlcms.c149 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 …]
Dgstlcms.h89 void (*process) (GstLcms * lcms, GstVideoFrame * inframe,
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstcombdetect.c58 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/
Dbenchmark-video-conversion.c59 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/
Dgstopencvvideofilter.cpp80 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/
Dvf_vidstabtransform.c253 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()
Dvf_frei0r.c51 typedef void (*f0r_update_f)(f0r_instance_t instance, double time, const uint32_t *inframe, uint32_…
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2encpicturereader.cc131 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/
Dgstshapewipe.c765 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/
Dvideofilter20 GstVideoFrame * inframe, GstVideoFrame * outframe);
66 gst_replace_transform_frame (GstVideoFilter * filter, GstVideoFrame * inframe,
/third_party/gstreamer/gstplugins_good/ext/dv/
Dgstdvdec.c418 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/
Dvideo.c2529 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/
Dgstonnxobjectdetector.h74 GstVideoFrame * inframe, GstVideoFrame * outframe);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.h75 GstVideoFrame *inframe, GstVideoFrame *outframe);
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dfrei0r.h557 double time, const guint32* inframe, guint32* outframe);
Dgstfrei0r.h69 double time, const guint32* inframe, guint32* outframe);
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtenc.c1547 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/
Dgstkmssink.c1480 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()