Searched refs:pps_length (Results 1 – 2 of 2) sorted by relevance
801 uint16 sps_length, pps_length; in iGetAVCConfigInfo() local854 pps_length = length - i - sps_length - 3; in iGetAVCConfigInfo()868 pps_length = (uint16)(pps[1] << 8) | pps[0]; in iGetAVCConfigInfo()872 if (sps_length + pps_length > length) in iGetAVCConfigInfo()896 size = pps_length; in iGetAVCConfigInfo()
786 uint16 sps_length, pps_length; in iGetAVCConfigInfo() local839 pps_length = length - i - sps_length - 3; in iGetAVCConfigInfo()853 pps_length = (uint16)(pps[1] << 8) | pps[0]; in iGetAVCConfigInfo()857 if (sps_length + pps_length > length) in iGetAVCConfigInfo()883 size = pps_length; in iGetAVCConfigInfo()