Home
last modified time | relevance | path

Searched refs:AP4_AVC_PPS_MAX_SLICE_GROUPS (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Codecs/
H A DAp4AvcParser.h70 const unsigned int AP4_AVC_PPS_MAX_SLICE_GROUPS = 256; variable
163 unsigned int run_length_minus1[AP4_AVC_PPS_MAX_SLICE_GROUPS];
164 unsigned int top_left[AP4_AVC_PPS_MAX_SLICE_GROUPS];
165 unsigned int bottom_right[AP4_AVC_PPS_MAX_SLICE_GROUPS];
H A DAp4AvcParser.cpp558 if (pps.num_slice_groups_minus1 >= AP4_AVC_PPS_MAX_SLICE_GROUPS) { in ParsePPS()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Codecs/
H A DAp4AvcParser.h76 const unsigned int AP4_AVC_PPS_MAX_SLICE_GROUPS = 256; variable
147 unsigned int run_length_minus1[AP4_AVC_PPS_MAX_SLICE_GROUPS];
148 unsigned int top_left[AP4_AVC_PPS_MAX_SLICE_GROUPS];
149 unsigned int bottom_right[AP4_AVC_PPS_MAX_SLICE_GROUPS];
H A DAp4AvcParser.cpp434 if (pps.num_slice_groups_minus1 >= AP4_AVC_PPS_MAX_SLICE_GROUPS) { in ParsePPS()