Home
last modified time | relevance | path

Searched refs:OutStream (Results 1 – 21 of 21) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DOutStrm.h98 } OutStream; typedef
101 void osCreate(OutStream* pStream);
102 void osDestroy(OutStream* pStream);
104 void osSetWriteBuffer(OutStream* pStream, MFE_BYTE *pWBuf);
106 void osReset(OutStream* pStream);
108 void osFlushAll(OutStream* pStream);
110 MFE_U32 GetBitsCount(OutStream* pStream);
113 void osPutBits(OutStream* pStream, MFE_U32 value, int bits, char* name);
118 void osStuffing(OutStream* pStream);
120 void osNextStartCode(OutStream* pStream);
H A DOutStrm.c92 void osCreate(OutStream* pStream) in osCreate()
113 void osDestroy(OutStream* pStream) in osDestroy()
117 void osSetWriteBuffer(OutStream* pStream, MFE_BYTE *pWBuf) in osSetWriteBuffer()
125 void osReset(OutStream* pStream) in osReset()
133 void osFlushAll(OutStream* pStream) in osFlushAll()
151 void osPutBits(OutStream* pStream, MFE_U32 value, int bits, char* name) in osPutBits()
209 void osNextStartCode(OutStream* pStream) in osNextStartCode()
215 MFE_U32 GetBitsCount(OutStream* pStream) in GetBitsCount()
220 void osStuffing(OutStream* pStream) in osStuffing()
H A Dm4v_header.h85 void codeSequenceHead (MFE_CONFIG *pConfig, OutStream* pStream);
86 void codeVOHead (MFE_CONFIG *pConfig, OutStream* pStream);
87 void codeVOLHead (MFE_CONFIG *pConfig, OutStream* pStream);
88 void codeVOPHead (MFE_CONFIG *pConfig, OutStream* pStream);
89 void codeNonCodedVOPHead (MFE_CONFIG *pConfig, OutStream* pStream);
90 void codeVOPShortHead (MFE_CONFIG *pConfig, OutStream* pStream);
91 void codeNonCodedVOPShortHead (MFE_CONFIG *pConfig, OutStream* pStream);
H A Dm4v_header.c147 void codeSequenceHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeSequenceHead()
167 void codeVOHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeVOHead()
176 void codeVOLHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeVOLHead()
276 static void codeVOPHeadInitial(MFE_CONFIG *pConfig, OutStream* pStream) in codeVOPHeadInitial()
332 void codeNonCodedVOPHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeNonCodedVOPHead()
341 void codeVOPHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeVOPHead()
388 void codeVOPShortHead(MFE_CONFIG *pConfig, OutStream* pStream) in codeVOPShortHead()
506 void codeNonCodedVOPShortHead(MFE_CONFIG *pConfig, OutStream* pStream) in codeNonCodedVOPShortHead()
H A Dparset.c812 static int WriteAnnexbNALU(OutStream* pStream, NALU_t *n) in WriteAnnexbNALU()
1081 void codeSPSPPS(OutStream* pStream) in codeSPSPPS()
1089 OutStream* pStream = &pConfig->m_OutStream; in codeH264ConfigHeaders()
1101 void codeSliceHeader(MFE_CONFIG* pConfig, OutStream* pStream) in codeSliceHeader()
H A Dparset.h102 void codeSPSPPS(OutStream* pStream);
103 void codeSliceHeader(MFE_CONFIG* pConfig, OutStream* pStream);
H A Dmfe_reg_m4ve.c292 OutStream* pStream = &pConfig->m_OutStream; in mfeM4VE_EncodeFrame()
1072 OutStream* pStream = &pConfig->m_OutStream; in codeM4vConfigHeaders()
H A Dmfe_common.h360 OutStream m_OutStream;
H A Dmfe_reg_264e.c208 OutStream* pStream = &pConfig->m_OutStream; in mfeH264_EncodeFrame()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DOutStrm.h98 } OutStream; typedef
101 void osCreate(OutStream* pStream);
102 void osDestroy(OutStream* pStream);
104 void osSetWriteBuffer(OutStream* pStream, MS_U8 *pWBuf);
106 void osReset(OutStream* pStream);
108 void osFlushAll(OutStream* pStream);
110 MS_U32 GetBitsCount(OutStream* pStream);
113 void osPutBits(OutStream* pStream, MS_U32 value, MS_S32 bits, MS_S8* name);
118 void osStuffing(OutStream* pStream);
120 void osNextStartCode(OutStream* pStream);
H A DOutStrm.c92 void osCreate(OutStream* pStream) in osCreate()
113 void osDestroy(OutStream* pStream) in osDestroy()
117 void osSetWriteBuffer(OutStream* pStream, MS_U8 *pWBuf) in osSetWriteBuffer()
125 void osReset(OutStream* pStream) in osReset()
133 void osFlushAll(OutStream* pStream) in osFlushAll()
151 void osPutBits(OutStream* pStream, MS_U32 value, MS_S32 bits, MS_S8* name) in osPutBits()
209 void osNextStartCode(OutStream* pStream) in osNextStartCode()
215 MS_U32 GetBitsCount(OutStream* pStream) in GetBitsCount()
220 void osStuffing(OutStream* pStream) in osStuffing()
H A Dm4v_header.h85 void codeSequenceHead (MFE_CONFIG *pConfig, OutStream* pStream);
86 void codeVOHead (MFE_CONFIG *pConfig, OutStream* pStream);
87 void codeVOLHead (MFE_CONFIG *pConfig, OutStream* pStream);
88 void codeVOPHead (MFE_CONFIG *pConfig, OutStream* pStream);
89 void codeNonCodedVOPHead (MFE_CONFIG *pConfig, OutStream* pStream);
90 void codeVOPShortHead (MFE_CONFIG *pConfig, OutStream* pStream);
91 void codeNonCodedVOPShortHead (MFE_CONFIG *pConfig, OutStream* pStream);
H A Dm4v_header.c148 void codeSequenceHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeSequenceHead()
168 void codeVOHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeVOHead()
177 void codeVOLHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeVOLHead()
277 static void codeVOPHeadInitial(MFE_CONFIG *pConfig, OutStream* pStream) in codeVOPHeadInitial()
333 void codeNonCodedVOPHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeNonCodedVOPHead()
342 void codeVOPHead (MFE_CONFIG *pConfig, OutStream* pStream) in codeVOPHead()
389 void codeVOPShortHead(MFE_CONFIG *pConfig, OutStream* pStream) in codeVOPShortHead()
507 void codeNonCodedVOPShortHead(MFE_CONFIG *pConfig, OutStream* pStream) in codeNonCodedVOPShortHead()
H A Dparset.h103 void codeSPSPPS(MFE_CONFIG* pConfig,OutStream* pStream);
104 void codeSliceHeader(MFE_CONFIG* pConfig, OutStream* pStream);
105 void codeDummySliceHeader(MFE_CONFIG* pConfig, OutStream* pStream);
H A Dparset.c874 static MS_S32 WriteAnnexbNALU(OutStream* pStream, NALU_t *n) in WriteAnnexbNALU()
1214 void codeSPSPPS(MFE_CONFIG* pConfig,OutStream* pStream) in codeSPSPPS()
1222 OutStream* pStream = &pConfig->m_OutStream; in codeH264ConfigHeaders()
1237 void codeSliceHeader(MFE_CONFIG* pConfig, OutStream* pStream) in codeSliceHeader()
1257 void codeDummySliceHeader(MFE_CONFIG* pConfig, OutStream* pStream) in codeDummySliceHeader()
H A Dmfe_reg_m4ve.c325 OutStream* pStream = &pConfig->m_OutStream; in mfeM4VE_EncodeFrame()
1121 OutStream* pStream = &pConfig->m_OutStream; in codeM4vConfigHeaders()
H A Dmfe_reg_264e.c318 OutStream* pStream = &pConfig->m_OutStream; in mfeH264_EncodeFrame()
434 OutStream* pStream = &pConfig->m_OutStream; in mfeH264_EncodeDummyFrame()
H A Dmfe_common.h393 OutStream m_OutStream;
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c441 OutStream* pStream = &pConfig->m_OutStream; in copybits2file()
846 OutStream* pStream = NULL; in MDrv_MFE_GetConfigBytes()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c1284 OutStream* pStream = NULL; in MDrv_MFE_GetConfigBytes()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c227 OutStream* pStream = &(pConfig->m_OutStream); in MAdp_MFE_Proc_nonThread()