Home
last modified time | relevance | path

Searched refs:GST_BUFFER_COPY_TIMESTAMPS (Results 1 – 25 of 33) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c252 if (comp->meta & GST_BUFFER_COPY_TIMESTAMPS) { in gst_compare_meta()
254 flags |= GST_BUFFER_COPY_TIMESTAMPS; in gst_compare_meta()
261 flags |= GST_BUFFER_COPY_TIMESTAMPS; in gst_compare_meta()
269 flags |= GST_BUFFER_COPY_TIMESTAMPS; in gst_compare_meta()
275 flags |= GST_BUFFER_COPY_TIMESTAMPS; in gst_compare_meta()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmuxttxt.c118 GST_BUFFER_COPY_METADATA | GST_BUFFER_COPY_TIMESTAMPS, 0, 0); in gst_base_ts_mux_prepare_teletext()
Dgstbasetsmuxopus.c98 GST_BUFFER_COPY_METADATA | GST_BUFFER_COPY_TIMESTAMPS, 0, 0); in gst_base_ts_mux_prepare_opus()
Dgstbasetsmuxjpeg2000.c123 GST_BUFFER_COPY_METADATA | GST_BUFFER_COPY_TIMESTAMPS | in gst_base_ts_mux_prepare_jpeg2000()
Dgstbasetsmuxaac.c93 GST_BUFFER_COPY_METADATA | GST_BUFFER_COPY_TIMESTAMPS, 0, 0); in gst_base_ts_mux_prepare_aac_adts()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbistag.c132 gst_buffer_copy_into (new_buf, buffer, GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_vorbis_tag_parse_packet()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.h497 GST_BUFFER_COPY_TIMESTAMPS = (1 << 1), enumerator
519 GST_BUFFER_COPY_TIMESTAMPS | GST_BUFFER_COPY_META))
Dgstenumtypes.c158 { C_FLAGS(GST_BUFFER_COPY_TIMESTAMPS), "GST_BUFFER_COPY_TIMESTAMPS", "timestamps" }, in gst_buffer_copy_flags_get_type()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c167 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_v4l2_buffer_pool_copy_buffer()
310 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_v4l2_buffer_pool_import_userptr()
367 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_v4l2_buffer_pool_import_dmabuf()
2056 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_v4l2_buffer_pool_process()
2072 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_v4l2_buffer_pool_process()
Dgstv4l2videodec.c824 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS | in gst_v4l2_video_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatetag.c331 gst_buffer_copy_into (new_buf, buffer, GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_kate_tag_parse_packet()
/third_party/gstreamer/gstplugins_bad/gst/ivfparse/
Dgstivfparse.c327 GST_BUFFER_COPY_TIMESTAMPS | GST_BUFFER_COPY_META | in gst_ivf_parse_handle_frame_data()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.c673 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in stereosplit_chain()
694 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in stereosplit_chain()
Dgstglstereomix.c377 GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_gl_stereo_mix_aggregate_frames()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdeinterlace.c443 gst_buffer_copy_into (outbuf, inbuf, GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_ffmpegdeinterlace_chain()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxreceive.c509 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in _gst_rtp_buffer_new_from_rtx()
Dgstrtprtxsend.c449 gst_buffer_copy_into (new_buffer, buffer, GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_rtp_rtx_buffer_new()
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjifmux.c656 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_jif_mux_recombine_image()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttextrender.c553 gst_buffer_copy_into (outbuf, inbuf, GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_text_render_chain()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecenc.c363 gst_buffer_copy_into (fec, latest_packet, GST_BUFFER_COPY_TIMESTAMPS, 0, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rmixer.c575 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_frei0r_mixer_collected()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c714 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS | in gst_raw_audio_parse_process()
Dgstrawvideoparse.c944 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, in gst_raw_video_parse_process()
/third_party/gstreamer/gstplugins_bad/gst/y4m/
Dgsty4mdec.c723 gst_buffer_copy_into (outbuf, buffer, GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_y4m_dec_chain()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c3863 gst_buffer_copy_into (newbuf, *buf, GST_BUFFER_COPY_TIMESTAMPS | in gst_matroska_demux_add_mpeg_seq_header()
3933 gst_buffer_copy_into (newbuf, *buf, GST_BUFFER_COPY_TIMESTAMPS | in gst_matroska_demux_add_wvpk_header()
4031 GST_BUFFER_COPY_TIMESTAMPS | GST_BUFFER_COPY_FLAGS, 0, -1); in gst_matroska_demux_add_wvpk_header()
4173 GST_BUFFER_COPY_TIMESTAMPS | GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_META, in gst_matroska_demux_check_subtitle_buffer()
4194 GST_BUFFER_COPY_TIMESTAMPS | GST_BUFFER_COPY_FLAGS | in gst_matroska_demux_check_subtitle_buffer()
5049 GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); in gst_matroska_demux_parse_blockgroup_or_simpleblock()

12