Home
last modified time | relevance | path

Searched refs:GST_BASE_PARSE_FRAME_FLAG_QUEUE (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.c369 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_QUEUE; in gst_opus_parse_parse_frame()
373 if (!(frame->flags & GST_BASE_PARSE_FRAME_FLAG_QUEUE)) { in gst_opus_parse_parse_frame()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h112 GST_BASE_PARSE_FRAME_FLAG_QUEUE = (1 << 4) enumerator
Dgstbaseparse.c2743 } else if (frame->flags & GST_BASE_PARSE_FRAME_FLAG_QUEUE) { in gst_base_parse_finish_frame()
2747 copy->flags &= ~GST_BASE_PARSE_FRAME_FLAG_QUEUE; in gst_base_parse_finish_frame()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvc1parse.c1528 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_QUEUE; in gst_vc1_parse_handle_frame()
Dgsth265parse.c1327 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_QUEUE; in gst_h265_parse_handle_frame()
Dgsth264parse.c1537 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_QUEUE; in gst_h264_parse_handle_frame()