Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp801 uint16 sps_length, pps_length; in iGetAVCConfigInfo() local
854 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()
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp786 uint16 sps_length, pps_length; in iGetAVCConfigInfo() local
839 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()