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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 133 int16 iErrorStat;
155 iErrorStat = DecodeUserData(psBits);
156 if (iErrorStat) return MP4_INVALID_VOL_PARAM;
219 iErrorStat = DecodeUserData(psBits);
220 if (iErrorStat) return MP4_INVALID_VOL_PARAM;
763 int16 iErrorStat;
765 iErrorStat = ReadBits(pStream, 32, &codeword);
766 if (iErrorStat) return iErrorStat;
767 iErrorStat = ShowBits(pStream, 24, &codeword)
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 128 int16 iErrorStat;
150 iErrorStat = DecodeUserData(psBits);
151 if (iErrorStat) return MP4_INVALID_VOL_PARAM;
214 iErrorStat = DecodeUserData(psBits);
215 if (iErrorStat) return MP4_INVALID_VOL_PARAM;
778 int16 iErrorStat;
780 iErrorStat = ReadBits(pStream, 32, &codeword);
781 if (iErrorStat) return iErrorStat;
782 iErrorStat = ShowBits(pStream, 24, &codeword)
    [all...]

Completed in 52 milliseconds