Home
last modified time | relevance | path

Searched refs:GST_BASE_PARSE_FRAME_FLAG_CLIP (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h110 GST_BASE_PARSE_FRAME_FLAG_CLIP = (1 << 2), enumerator
Dgstbaseparse.c2517 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_CLIP; in gst_base_parse_push_frame()
2546 if (frame->flags & GST_BASE_PARSE_FRAME_FLAG_CLIP) { in gst_base_parse_push_frame()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpegvideoparse.c1073 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_CLIP; in gst_mpegv_parse_pre_push_frame()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstmpegaudioparse.c1399 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_CLIP; in gst_mpeg_audio_parse_pre_push_frame()
Dgstflacparse.c1738 frame->flags |= GST_BASE_PARSE_FRAME_FLAG_CLIP; in gst_flac_parse_pre_push_frame()