Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp806 uint8* pps = NULL; in iGetAVCConfigInfo() local
855 pps = sps + sps_length + 3; in iGetAVCConfigInfo()
867 pps = sps + sps_length; in iGetAVCConfigInfo()
868 pps_length = (uint16)(pps[1] << 8) | pps[0]; in iGetAVCConfigInfo()
869 pps += 2; in iGetAVCConfigInfo()
898 Parser_EBSPtoRBSP(pps, &size); in iGetAVCConfigInfo()
899 psBits.data = pps; in iGetAVCConfigInfo()
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp791 uint8* pps = NULL; in iGetAVCConfigInfo() local
840 pps = sps + sps_length + 3; in iGetAVCConfigInfo()
852 pps = sps + sps_length; in iGetAVCConfigInfo()
853 pps_length = (uint16)(pps[1] << 8) | pps[0]; in iGetAVCConfigInfo()
854 pps += 2; in iGetAVCConfigInfo()
885 Parser_EBSPtoRBSP(pps, &size); in iGetAVCConfigInfo()
886 psBits.data = pps; in iGetAVCConfigInfo()