Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp128 int16 iErrorStat; in iDecodeVOLHeader() local
150 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() local
780 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 …]
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp133 int16 iErrorStat; in iDecodeVOLHeader() local
155 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() local
765 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 …]