Searched refs:iErrorStat (Results 1 – 2 of 2) sorted by relevance
128 int16 iErrorStat; in iDecodeVOLHeader() local150 iErrorStat = DecodeUserData(psBits); in iDecodeVOLHeader()151 if (iErrorStat) return MP4_INVALID_VOL_PARAM; in iDecodeVOLHeader()214 iErrorStat = DecodeUserData(psBits); in iDecodeVOLHeader()215 if (iErrorStat) return MP4_INVALID_VOL_PARAM; in iDecodeVOLHeader()778 int16 iErrorStat; in DecodeUserData() local780 iErrorStat = ReadBits(pStream, 32, &codeword); in DecodeUserData()781 if (iErrorStat) return iErrorStat; in DecodeUserData()782 iErrorStat = ShowBits(pStream, 24, &codeword); in DecodeUserData()783 if (iErrorStat) return iErrorStat; in DecodeUserData()[all …]
133 int16 iErrorStat; in iDecodeVOLHeader() local155 iErrorStat = DecodeUserData(psBits); in iDecodeVOLHeader()156 if (iErrorStat) return MP4_INVALID_VOL_PARAM; in iDecodeVOLHeader()219 iErrorStat = DecodeUserData(psBits); in iDecodeVOLHeader()220 if (iErrorStat) return MP4_INVALID_VOL_PARAM; in iDecodeVOLHeader()763 int16 iErrorStat; in DecodeUserData() local765 iErrorStat = ReadBits(pStream, 32, &codeword); in DecodeUserData()766 if (iErrorStat) return iErrorStat; in DecodeUserData()767 iErrorStat = ShowBits(pStream, 24, &codeword); in DecodeUserData()768 if (iErrorStat) return iErrorStat; in DecodeUserData()[all …]