Home
last modified time | relevance | path

Searched refs:READ_UE_ALLOWED (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dnalutils.h168 #define READ_UE_ALLOWED(nr, val, min, max) { \ macro
Dgsth265parser.c1865 READ_UE_ALLOWED (&nr, sps->pic_width_in_luma_samples, 1, 16888); in gst_h265_parse_sps()
1866 READ_UE_ALLOWED (&nr, sps->pic_height_in_luma_samples, 1, 16888); in gst_h265_parse_sps()
2183 READ_UE_ALLOWED (&nr, in gst_h265_parse_pps()
2185 READ_UE_ALLOWED (&nr, in gst_h265_parse_pps()
2298 READ_UE_ALLOWED (&nr, pps->pps_extension_params.log2_sao_offset_scale_luma, in gst_h265_parse_pps()
2300 READ_UE_ALLOWED (&nr, in gst_h265_parse_pps()
2352 READ_UE_ALLOWED (&nr, in gst_h265_parse_pps()
2359 READ_UE_ALLOWED (&nr, in gst_h265_parse_pps()
/third_party/gstreamer/gstplugins_bad/
DChangeLog100587 READ_UE_ALLOWED was almost exclusively used with min == 0, which doesn't
146694 gsth264parser: fix Coverity detected off by one at call to READ_UE_ALLOWED.