Home
last modified time | relevance | path

Searched refs:gst_video_frame_map (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/gstreamer/gstplugins_base/tests/icles/
Dbenchmark-video-conversion.c69 gst_video_frame_map (&inframe, &ininfo, inbuffer, GST_MAP_READ); in do_benchmark_conversions()
86 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in do_benchmark_conversions()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.c267 if (!gst_video_frame_map (&in_frame, &filter->in_info, inbuf, in gst_video_filter_transform()
271 if (!gst_video_frame_map (&out_frame, &filter->out_info, outbuf, in gst_video_filter_transform()
322 if (!gst_video_frame_map (&frame, &filter->in_info, buf, flags)) in gst_video_filter_transform_ip()
Dvideo-overlay-composition.c514 gst_video_frame_map (&rectangle_frame, vinfo, pixels, GST_MAP_READ); in gst_video_overlay_composition_blend()
988 gst_video_frame_map (&frame, &rect->info, rect->pixels, GST_MAP_READ); in gst_video_overlay_rectangle_extract_alpha()
1041 gst_video_frame_map (&frame, &rect->info, rect->pixels, GST_MAP_READ); in gst_video_overlay_rectangle_apply_global_alpha()
1102 gst_video_frame_map (&src_frame, src, src_buffer, GST_MAP_READ); in gst_video_overlay_rectangle_convert()
1103 gst_video_frame_map (&dest_frame, dest, *dest_buffer, GST_MAP_WRITE); in gst_video_overlay_rectangle_convert()
1315 gst_video_frame_map (&frame, &info, buf, GST_MAP_READWRITE); in gst_video_overlay_rectangle_get_pixels_raw_internal()
Dvideo-frame.h97 gboolean gst_video_frame_map (GstVideoFrame *frame, const GstVideoInfo *info,
Dvideo-blend.c189 gst_video_frame_map (&src_frame, src, src_buffer, GST_MAP_READ); in gst_video_blend_scale_linear_RGBA()
190 gst_video_frame_map (&dest_frame, dest, *dest_buffer, GST_MAP_WRITE); in gst_video_blend_scale_linear_RGBA()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc.c290 if (!gst_video_frame_map (out, &cropped_info, cropped_buffer, GST_MAP_WRITE)) { in create_cropped_frame()
315 if (!gst_video_frame_map (out, &cropped_info, cropped_buffer, in create_cropped_frame()
358 if (!gst_video_frame_map (&ayuv8p_frame, &ayuv8p_info, ayuv8p_buffer, in process_largest_subregion()
485 if (!gst_video_frame_map (&vframe, &enc->in_info, buf, GST_MAP_READ)) { in gst_dvb_sub_enc_chain()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcoremediabuffer.c188 if (!gst_video_frame_map (&dest, info, copy_buf, GST_MAP_WRITE)) { in gst_core_media_buffer_new_from_buffer()
193 if (!gst_video_frame_map (&src, info, buf, GST_MAP_READ)) { in gst_core_media_buffer_new_from_buffer()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcolorconvert.c169 fail_unless (gst_video_frame_map (&in_frame, &in_info, inbuf, in check_conversion()
210 fail_unless (gst_video_frame_map (&out_frame, &out_info, outbuf, in check_conversion()
Dvideo.c2216 gst_video_frame_map (&frame, &info, buffer, GST_MAP_READWRITE); in GST_START_TEST()
2538 gst_video_frame_map (&inframe, &ininfo, inbuffer, GST_MAP_READ); in run_video_color_convert()
2554 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in run_video_color_convert()
2643 gst_video_frame_map (&inframe, &ininfo, inbuffer, GST_MAP_READ); in GST_START_TEST()
2649 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in GST_START_TEST()
2720 gst_video_frame_map (&inframe, &ininfo, inbuffer, GST_MAP_READ); in GST_START_TEST()
2725 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in GST_START_TEST()
2767 gst_video_frame_map (&inframe, &ininfo, inbuffer, GST_MAP_READ); in GST_START_TEST()
2812 gst_video_frame_map (&inframe, &ininfo, inbuffer, GST_MAP_READ); in GST_START_TEST()
2819 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasetransform.c468 if (!gst_video_frame_map (&src_frame, &self->priv->srcpad_info, *outbuf, in gst_va_base_transform_generate_output()
472 if (!gst_video_frame_map (&dest_frame, &self->out_info, buffer, in gst_va_base_transform_generate_output()
797 if (!gst_video_frame_map (&in_frame, &self->in_info, inbuf, GST_MAP_READ)) in gst_va_base_transform_import_buffer()
800 if (!gst_video_frame_map (&out_frame, &self->priv->sinkpad_info, buffer, in gst_va_base_transform_import_buffer()
/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c1096 if (!gst_video_frame_map (&dframe, out_info, dest, GST_MAP_WRITE)) in copy_fields()
1099 if (!gst_video_frame_map (&sframe, in_info, src, GST_MAP_READ)) in copy_fields()
1159 if (!gst_video_frame_map (&dframe, &interlace->out_info, dest, GST_MAP_WRITE)) in copy_field()
1162 if (!gst_video_frame_map (&sframe, &interlace->info, src, GST_MAP_READ)) in copy_field()
1367 if (!gst_video_frame_map (&dframe, in gst_interlace_chain()
1376 if (!gst_video_frame_map (&sframe, in_info, buffer, GST_MAP_READ)) { in gst_interlace_chain()
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmpte.c525 gst_video_frame_map (&frame1, &smpte->vinfo1, in1, GST_MAP_READ); in gst_smpte_collected()
526 gst_video_frame_map (&frame2, &smpte->vinfo2, in2, GST_MAP_READ); in gst_smpte_collected()
528 gst_video_frame_map (&oframe, &smpte->vinfo1, outbuf, GST_MAP_WRITE); in gst_smpte_collected()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11download.cpp423 if (!gst_video_frame_map (&in_frame, &filter->in_info, target_inbuf, in gst_d3d11_download_transform()
427 if (!gst_video_frame_map (&out_frame, &filter->out_info, outbuf, in gst_d3d11_download_transform()
Dgstd3d11upload.cpp515 if (!gst_video_frame_map (&in_frame, &filter->in_info, inbuf, in gst_d3d11_upload_transform()
519 if (!gst_video_frame_map (&out_frame, &filter->out_info, target_outbuf, in gst_d3d11_upload_transform()
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2encpicturereader.cc148 gst_video_frame_map (&vframe, &enc->input_state->info, inframe->input_buffer, GST_MAP_READ); in LoadFrame()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc135 if (!gst_video_frame_map (&this->v_frame, &this->v_info, this->buffer_, in bind()
/third_party/gstreamer/gstplugins_bad/ext/openni2/
Dgstopenni2src.cpp661 gst_video_frame_map (&vframe, &src->info, buf, GST_MAP_WRITE); in openni2_read_gstbuffer()
695 gst_video_frame_map (&vframe, &src->info, buf, GST_MAP_WRITE); in openni2_read_gstbuffer()
721 gst_video_frame_map (&vframe, &src->info, buf, GST_MAP_WRITE); in openni2_read_gstbuffer()
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintervideosrc.c258 gst_video_frame_map (&src_frame, &black_info, src, GST_MAP_READ); in gst_inter_video_src_set_caps()
259 gst_video_frame_map (&dest_frame, &intervideosrc->info, dest, GST_MAP_WRITE); in gst_inter_video_src_set_caps()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp177 gst_video_frame_map (&v_frame, &v_info, this->frame, in paintGL()
/third_party/gstreamer/gstplugins_bad/gst/videofilters/
Dgstvideodiff.c140 gst_video_frame_map (&oldframe, &videodiff->oldinfo, in gst_video_diff_transform_frame()
Dgstscenechange.c186 gst_video_frame_map (&oldframe, &scenechange->oldinfo, in gst_scene_change_transform_frame_ip()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstwidget.c65 && gst_video_frame_map (&frame, &gst_widget->v_info, in gtk_gst_widget_draw()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/
Dmain.cpp94 if (!gst_video_frame_map (&v_frame, &v_info, buf, (GstMapFlags) (GST_MAP_READ | GST_MAP_GL))) { in drawCallback()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasetransform.c340 if (!gst_video_frame_map (&in_frame, &filter->in_info, inbuf, in_map_flags)) in gst_cuda_base_transform_transform()
343 if (!gst_video_frame_map (&out_frame, &filter->out_info, outbuf, in gst_cuda_base_transform_transform()
/third_party/gstreamer/gstplugins_bad/gst/bayer/
Dgstrgb2bayer.c243 if (!gst_video_frame_map (&frame, &rgb2bayer->info, inbuf, GST_MAP_READ)) in gst_rgb2bayer_transform()

123456