Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h111 GST_BASE_PARSE_FRAME_FLAG_DROP = (1 << 3), enumerator
Dgstbaseparse.c2726 if (frame->flags & GST_BASE_PARSE_FRAME_FLAG_DROP) { in gst_base_parse_finish_frame()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawbaseparse.c543 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_raw_base_parse_handle_frame()
670 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_raw_base_parse_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.c256 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_opus_parse_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c525 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_mpeg4vparse_handle_frame()
Dgstmpegvideoparse.c802 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_mpegv_parse_handle_frame()
Dgsth264parse.c1146 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_h264_parse_handle_frame_packetized()
1248 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_h264_parse_handle_frame()
Dgsth265parse.c927 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_h265_parse_handle_frame_packetized()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c872 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_DROP; in gst_flac_parse_handle_frame()