Home
last modified time | relevance | path

Searched refs:osPutBits (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dm4v_header.c149 osPutBits(pStream, START_CODE_PREFIX, NUMBITS_START_CODE_PREFIX, "VSS_Start_Code"); in codeSequenceHead()
150 osPutBits(pStream, VSS_START_CODE, NUMBITS_START_CODE_SUFFIX, "VSS_Start_Code"); in codeSequenceHead()
151 osPutBits(pStream, 0xF5/*m_volmd.uiProfileAndLevel*/, NUMBITS_VSS_PROFILE, "VSS_Profile_Level"); in codeSequenceHead()
153 osPutBits(pStream, START_CODE_PREFIX, NUMBITS_START_CODE_PREFIX, "VSO_Start_Code"); in codeSequenceHead()
154 osPutBits(pStream, VSO_START_CODE, NUMBITS_START_CODE_SUFFIX, "VSO_Start_Code"); in codeSequenceHead()
155 osPutBits(pStream, 0, 1, "VSO_IsVisualObjectIdentifier"); in codeSequenceHead()
156 osPutBits(pStream, VSO_TYPE, NUMBITS_VSO_TYPE, "VSO_Type"); in codeSequenceHead()
157 osPutBits(pStream, 0, 1, "VSO_VideoSignalType"); in codeSequenceHead()
169 osPutBits(pStream, START_CODE_PREFIX, NUMBITS_START_CODE_PREFIX, "VO_Start_Code"); in codeVOHead()
170 osPutBits(pStream, VO_START_CODE, NUMBITS_VO_START_CODE, "VO_Start_Code"); //plus 3 bits in codeVOHead()
[all …]
H A DOutStrm.c145 osPutBits(pStream, 0, pStream->m_nBufferEmptyBits, ""); in osFlushAll()
151 void osPutBits(OutStream* pStream, MFE_U32 value, int bits, char* name) in osPutBits() function
211 osPutBits(pStream, 0, 1, "NextStartCode"); in osNextStartCode()
224 osPutBits(pStream, 0xFF>>(8-nStuffingBits), nStuffingBits,"stuffing"); in osStuffing()
H A Dparset.c823 osPutBits(pStream, 0, 8, "start-code 0"); in WriteAnnexbNALU()
826 osPutBits(pStream, 0, 8, "start-code 0"); in WriteAnnexbNALU()
827 osPutBits(pStream, 0, 8, "start-code 0"); in WriteAnnexbNALU()
828 osPutBits(pStream, 1, 8, "start-code 1"); in WriteAnnexbNALU()
835 osPutBits(pStream, n->buf[i], 8, "nalu-body"); in WriteAnnexbNALU()
838 osPutBits(pStream, n->buf[i]&(0xFF>>(8-leftbits)), leftbits, "nalu-body (last-bits)"); in WriteAnnexbNALU()
H A DOutStrm.h113 void osPutBits(OutStream* pStream, MFE_U32 value, int bits, char* name);
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dm4v_header.c150 osPutBits(pStream, START_CODE_PREFIX, NUMBITS_START_CODE_PREFIX, (MS_S8*)("VSS_Start_Code")); in codeSequenceHead()
151 osPutBits(pStream, VSS_START_CODE, NUMBITS_START_CODE_SUFFIX, (MS_S8*)("VSS_Start_Code")); in codeSequenceHead()
152osPutBits(pStream, 0xF5/*m_volmd.uiProfileAndLevel*/, NUMBITS_VSS_PROFILE, (MS_S8*)("VSS_Profile_L… in codeSequenceHead()
154 osPutBits(pStream, START_CODE_PREFIX, NUMBITS_START_CODE_PREFIX, (MS_S8*)("VSO_Start_Code")); in codeSequenceHead()
155 osPutBits(pStream, VSO_START_CODE, NUMBITS_START_CODE_SUFFIX, (MS_S8*)("VSO_Start_Code")); in codeSequenceHead()
156 osPutBits(pStream, 0, 1, (MS_S8*)("VSO_IsVisualObjectIdentifier")); in codeSequenceHead()
157 osPutBits(pStream, VSO_TYPE, NUMBITS_VSO_TYPE, (MS_S8*)("VSO_Type")); in codeSequenceHead()
158 osPutBits(pStream, 0, 1, (MS_S8*)("VSO_VideoSignalType")); in codeSequenceHead()
170 osPutBits(pStream, START_CODE_PREFIX, NUMBITS_START_CODE_PREFIX, (MS_S8*)("VO_Start_Code")); in codeVOHead()
171 osPutBits(pStream, VO_START_CODE, NUMBITS_VO_START_CODE, (MS_S8*)("VO_Start_Code")); //plus 3 bits in codeVOHead()
[all …]
H A DOutStrm.c145 osPutBits(pStream, 0, pStream->m_nBufferEmptyBits, (MS_S8*)("")); in osFlushAll()
151 void osPutBits(OutStream* pStream, MS_U32 value, MS_S32 bits, MS_S8* name) in osPutBits() function
211 osPutBits(pStream, 0, 1, (MS_S8*)("NextStartCode")); in osNextStartCode()
224 osPutBits(pStream, 0xFF>>(8-nStuffingBits), nStuffingBits, (MS_S8*)("stuffing")); in osStuffing()
H A Dparset.c891 osPutBits(pStream, 0, 8, (MS_S8*)("start-code 0")); in WriteAnnexbNALU()
894 osPutBits(pStream, 0, 8, (MS_S8*)("start-code 0")); in WriteAnnexbNALU()
895 osPutBits(pStream, 0, 8, (MS_S8*)("start-code 0")); in WriteAnnexbNALU()
896 osPutBits(pStream, 1, 8, (MS_S8*)("start-code 1")); in WriteAnnexbNALU()
903 osPutBits(pStream, n->buf[i], 8, (MS_S8*)("nalu-body")); in WriteAnnexbNALU()
906 osPutBits(pStream, n->buf[i]&(0xFF>>(8-leftbits)), leftbits, (MS_S8*)("nalu-body (last-bits)")); in WriteAnnexbNALU()
H A DOutStrm.h113 void osPutBits(OutStream* pStream, MS_U32 value, MS_S32 bits, MS_S8* name);