Home
last modified time | relevance | path

Searched refs:GST_BASE_PARSE_FRAME_FLAG_DROP (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawbaseparse.c540 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_raw_base_parse_handle_frame()
667 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_raw_base_parse_handle_frame()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h111 GST_BASE_PARSE_FRAME_FLAG_DROP = (1 << 3), enumerator
Dgstbaseparse.c2740 if (frame->flags & GST_BASE_PARSE_FRAME_FLAG_DROP) { in gst_base_parse_finish_frame()
/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.c261 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_opus_parse_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvp9parse.c516 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_vp9_parse_handle_frame()
Dgstmpeg4videoparse.c531 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_mpeg4vparse_handle_frame()
Dgstmpegvideoparse.c734 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_mpegv_parse_handle_frame()
Dgsth264parse.c1299 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_h264_parse_handle_frame_packetized()
1314 if (frame->flags & GST_BASE_PARSE_FRAME_FLAG_DROP) { in gst_h264_parse_handle_frame_packetized()
2722 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_h264_parse_parse_frame()
Dgsth265parse.c1109 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_h265_parse_handle_frame_packetized()
2568 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_h265_parse_parse_frame()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c874 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_flac_parse_handle_frame()