Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp781 uint16 sps_length, pps_length; in iGetAVCConfigInfo() local
834 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()