HomeSort by relevance Sort by last modified time
    Searched refs:sps_length (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 786 uint16 sps_length, pps_length; local
825 sps_length = 0;
827 while (!(sps[sps_length] == 0 && sps[sps_length+1] == 0 && sps[sps_length+2] == 1) &&
828 sps_length < length - i - 2)
830 sps_length++;
833 if (sps_length >= length - i - 2)
839 pps_length = length - i - sps_length - 3;
840 pps = sps + sps_length + 3
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 801 uint16 sps_length, pps_length; local
840 sps_length = 0;
842 while (!(sps[sps_length] == 0 && sps[sps_length+1] == 0 && sps[sps_length+2] == 1) &&
843 sps_length < length - i - 2)
845 sps_length++;
848 if (sps_length >= length - i - 2)
854 pps_length = length - i - sps_length - 3;
855 pps = sps + sps_length + 3
    [all...]

Completed in 716 milliseconds