Home
last modified time | relevance | path

Searched refs:video_frame (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp254 GstVideoFrame video_frame; in gst_openh264dec_handle_frame() local
377 if (!gst_video_frame_map (&video_frame, &state->info, frame->output_buffer, in gst_openh264dec_handle_frame()
386 p = GST_VIDEO_FRAME_COMP_DATA (&video_frame, i); in gst_openh264dec_handle_frame()
387 row_stride = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, i); in gst_openh264dec_handle_frame()
388 component_width = GST_VIDEO_FRAME_COMP_WIDTH (&video_frame, i); in gst_openh264dec_handle_frame()
389 component_height = GST_VIDEO_FRAME_COMP_HEIGHT (&video_frame, i); in gst_openh264dec_handle_frame()
401 gst_video_frame_unmap (&video_frame); in gst_openh264dec_handle_frame()
Dgstopenh264enc.cpp881 GstVideoFrame video_frame; in gst_openh264enc_handle_frame() local
951 gst_video_frame_map (&video_frame, &openh264enc->input_state->info, in gst_openh264enc_handle_frame()
953 src_pic->iPicWidth = GST_VIDEO_FRAME_WIDTH (&video_frame); in gst_openh264enc_handle_frame()
954 src_pic->iPicHeight = GST_VIDEO_FRAME_HEIGHT (&video_frame); in gst_openh264enc_handle_frame()
955 src_pic->iStride[0] = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, 0); in gst_openh264enc_handle_frame()
956 src_pic->iStride[1] = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, 1); in gst_openh264enc_handle_frame()
957 src_pic->iStride[2] = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, 2); in gst_openh264enc_handle_frame()
958 src_pic->pData[0] = GST_VIDEO_FRAME_COMP_DATA (&video_frame, 0); in gst_openh264enc_handle_frame()
959 src_pic->pData[1] = GST_VIDEO_FRAME_COMP_DATA (&video_frame, 1); in gst_openh264enc_handle_frame()
960 src_pic->pData[2] = GST_VIDEO_FRAME_COMP_DATA (&video_frame, 2); in gst_openh264enc_handle_frame()
[all …]
/third_party/ffmpeg/libavformat/
Dpaf.c46 uint8_t *video_frame; member
71 av_freep(&p->video_frame); in read_close()
164 p->video_frame = av_mallocz(p->video_size); in read_header()
173 !p->video_frame || in read_header()
251 avio_read(pb, p->video_frame + offset, p->buffer_size); in read_packet()
266 memcpy(pkt->data, p->video_frame + p->frames_offset_table[p->current_frame], size); in read_packet()
Dbfi.c37 int video_frame; member
164 pkt->pts = bfi->video_frame; in bfi_read_packet()
165 bfi->video_frame += ret / bfi->video_size; in bfi_read_packet()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttimeoverlay.c127 GstBuffer * video_frame) in gst_time_overlay_get_text() argument
138 gst_buffer_get_video_time_code_meta (video_frame); in gst_time_overlay_get_text()
149 ts_buffer = GST_BUFFER_TIMESTAMP (video_frame); in gst_time_overlay_get_text()
183 (gdouble) GST_BUFFER_TIMESTAMP (video_frame) / GST_SECOND); in gst_time_overlay_get_text()
Dgstbasetextoverlay.h237 gchar * (*get_text) (GstBaseTextOverlay *overlay, GstBuffer *video_frame);
Dgstbasetextoverlay.c340 GstBuffer * video_frame) in gst_base_text_overlay_get_text() argument
2299 GstBuffer * video_frame) in gst_base_text_overlay_push_frame() argument
2309 gst_buffer_unref (video_frame); in gst_base_text_overlay_push_frame()
2317 video_frame = gst_buffer_make_writable (video_frame); in gst_base_text_overlay_push_frame()
2321 gst_buffer_add_video_overlay_composition_meta (video_frame, in gst_base_text_overlay_push_frame()
2327 if (!gst_video_frame_map (&frame, &overlay->info, video_frame, in gst_base_text_overlay_push_frame()
2347 return gst_pad_push (overlay->srcpad, video_frame); in gst_base_text_overlay_push_frame()
2352 gst_buffer_unref (video_frame); in gst_base_text_overlay_push_frame()
Dgstclockoverlay.c123 GstBuffer * video_frame) in gst_clock_overlay_get_text() argument
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2962 GstVideoFrame * video_frame);
2964 gint height, GstVideoFrame * video_frame);
2970 GstVideoFrame * video_frame) in test_overlay_blend_rect_verify() argument
2977 data = GST_VIDEO_FRAME_PLANE_DATA (video_frame, 0); in test_overlay_blend_rect_verify()
2978 size = GST_VIDEO_FRAME_SIZE (video_frame); in test_overlay_blend_rect_verify()
3029 GstVideoFrame * video_frame) in test_overlay_blend_rect() argument
3036 memset (video_frame, 0, sizeof (GstVideoFrame)); in test_overlay_blend_rect()
3043 gst_video_frame_map (video_frame, &vinfo, pix, GST_MAP_READWRITE); in test_overlay_blend_rect()
3057 fail_unless (gst_video_overlay_composition_blend (comp1, video_frame)); in test_overlay_blend_rect()
3061 test_overlay_blend_rect_verify (x, y, width, height, video_frame); in test_overlay_blend_rect()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp979 VideoInputFrameArrived (IDeckLinkVideoInputFrame * video_frame, in VideoInputFrameArrived() argument
1028 if (video_frame) { in VideoInputFrameArrived()
1046 video_frame->GetHardwareReferenceTimestamp (GST_SECOND, in VideoInputFrameArrived()
1069 if (video_frame) { in VideoInputFrameArrived()
1072 flags = video_frame->GetFlags (); in VideoInputFrameArrived()
1078 if (got_video_frame && videosrc && video_frame) { in VideoInputFrameArrived()
1082 video_frame->GetStreamTime (&stream_time, &stream_duration, in VideoInputFrameArrived()
1091 video_frame->GetHardwareReferenceTimestamp (GST_SECOND, in VideoInputFrameArrived()
1103 video_frame-> in VideoInputFrameArrived()
1115 got_video_frame (videosrc, video_frame, mode, capture_time, in VideoInputFrameArrived()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdecoder.c687 GstVideoFrame video_frame; in gst_nv_decoder_copy_frame_to_system() local
692 if (!gst_video_frame_map (&video_frame, &decoder->info, buffer, in gst_nv_decoder_copy_frame_to_system()
700 gst_video_frame_unmap (&video_frame); in gst_nv_decoder_copy_frame_to_system()
710 for (i = 0; i < GST_VIDEO_FRAME_N_PLANES (&video_frame); i++) { in gst_nv_decoder_copy_frame_to_system()
713 copy_params.dstHost = GST_VIDEO_FRAME_PLANE_DATA (&video_frame, i); in gst_nv_decoder_copy_frame_to_system()
714 copy_params.dstPitch = GST_VIDEO_FRAME_PLANE_STRIDE (&video_frame, i); in gst_nv_decoder_copy_frame_to_system()
715 copy_params.Height = GST_VIDEO_FRAME_COMP_HEIGHT (&video_frame, i); in gst_nv_decoder_copy_frame_to_system()
730 gst_video_frame_unmap (&video_frame); in gst_nv_decoder_copy_frame_to_system()
Dgstnvdec.c1264 GstVideoFrame video_frame; in gst_nvdec_copy_device_to_memory() local
1291 if (!gst_video_frame_map (&video_frame, info, output_buffer, GST_MAP_WRITE)) { in gst_nvdec_copy_device_to_memory()
1321 copy_params.dstHost = GST_VIDEO_FRAME_PLANE_DATA (&video_frame, i); in gst_nvdec_copy_device_to_memory()
1322 copy_params.dstPitch = GST_VIDEO_FRAME_PLANE_STRIDE (&video_frame, i); in gst_nvdec_copy_device_to_memory()
1332 gst_video_frame_unmap (&video_frame); in gst_nvdec_copy_device_to_memory()
1341 gst_video_frame_unmap (&video_frame); in gst_nvdec_copy_device_to_memory()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfcapturewinrt.cpp508 ComPtr < IVideoMediaFrame > video_frame; in gst_mf_capture_winrt_fill() local
521 video_frame.ReleaseAndGetAddressOf (), &timestamp, &duration); in gst_mf_capture_winrt_fill()
522 } while (ret == GST_FLOW_OK && !video_frame); in gst_mf_capture_winrt_fill()
527 hr = video_frame->get_SoftwareBitmap (&bitmap); in gst_mf_capture_winrt_fill()
Dmediacapturewrapper.cpp1041 ComPtr<IVideoMediaFrame> video_frame; in onFrameArrived() local
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstceaccoverlay.c889 GstBuffer * video_frame) in gst_cea_cc_overlay_push_frame() argument
900 video_frame = gst_buffer_make_writable (video_frame); in gst_cea_cc_overlay_push_frame()
904 gst_buffer_add_video_overlay_composition_meta (video_frame, in gst_cea_cc_overlay_push_frame()
909 if (!gst_video_frame_map (&frame, &overlay->info, video_frame, in gst_cea_cc_overlay_push_frame()
919 return gst_pad_push (overlay->srcpad, video_frame); in gst_cea_cc_overlay_push_frame()
924 gst_buffer_unref (video_frame); in gst_cea_cc_overlay_push_frame()
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c1138 gst_ass_render_push_frame (GstAssRender * render, GstBuffer * video_frame) in gst_ass_render_push_frame() argument
1145 video_frame = gst_buffer_make_writable (video_frame); in gst_ass_render_push_frame()
1148 gst_buffer_add_video_overlay_composition_meta (video_frame, in gst_ass_render_push_frame()
1153 if (!gst_video_frame_map (&frame, &render->info, video_frame, in gst_ass_render_push_frame()
1163 return gst_pad_push (render->srcpad, video_frame); in gst_ass_render_push_frame()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c795 gst_ttml_render_push_frame (GstTtmlRender * render, GstBuffer * video_frame) in gst_ttml_render_push_frame() argument
808 gst_buffer_unref (video_frame); in gst_ttml_render_push_frame()
816 video_frame = gst_buffer_make_writable (video_frame); in gst_ttml_render_push_frame()
818 if (!gst_video_frame_map (&frame, &render->info, video_frame, in gst_ttml_render_push_frame()
832 return gst_pad_push (render->srcpad, video_frame); in gst_ttml_render_push_frame()
837 gst_buffer_unref (video_frame); in gst_ttml_render_push_frame()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/
Dmedia.gyp200 'base/video_frame.cc',
201 'base/video_frame.h',
Dmedia.gyp.fontified201 'base/video_frame.cc',
202 'base/video_frame.h',
/third_party/node/tools/gyp/tools/emacs/testdata/
Dmedia.gyp200 'base/video_frame.cc',
201 'base/video_frame.h',
Dmedia.gyp.fontified201 'base/video_frame.cc',
202 'base/video_frame.h',
/third_party/chromium/patch/
D0003-ohos-1115.patch19831 #include "media/base/video_frame.h"
51909 +#include "media/base/video_frame.h"