Searched refs:pps_length (Results 1 – 1 of 1) sorted by relevance
781 uint16 sps_length, pps_length; in iGetAVCConfigInfo() local834 pps_length = length - i - sps_length - 3; in iGetAVCConfigInfo()848 pps_length = (uint16)(pps[1] << 8) | pps[0]; in iGetAVCConfigInfo()852 if (sps_length + pps_length > length) in iGetAVCConfigInfo()876 size = pps_length; in iGetAVCConfigInfo()