| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | OutStrm.h | 98 } 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 D | OutStrm.c | 92 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 D | m4v_header.h | 85 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 D | m4v_header.c | 147 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 D | parset.c | 812 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 D | parset.h | 102 void codeSPSPPS(OutStream* pStream); 103 void codeSliceHeader(MFE_CONFIG* pConfig, OutStream* pStream);
|
| H A D | mfe_reg_m4ve.c | 292 OutStream* pStream = &pConfig->m_OutStream; in mfeM4VE_EncodeFrame() 1072 OutStream* pStream = &pConfig->m_OutStream; in codeM4vConfigHeaders()
|
| H A D | mfe_common.h | 360 OutStream m_OutStream;
|
| H A D | mfe_reg_264e.c | 208 OutStream* pStream = &pConfig->m_OutStream; in mfeH264_EncodeFrame()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | OutStrm.h | 98 } 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 D | OutStrm.c | 92 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 D | m4v_header.h | 85 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 D | m4v_header.c | 148 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 D | parset.h | 103 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 D | parset.c | 874 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 D | mfe_reg_m4ve.c | 325 OutStream* pStream = &pConfig->m_OutStream; in mfeM4VE_EncodeFrame() 1121 OutStream* pStream = &pConfig->m_OutStream; in codeM4vConfigHeaders()
|
| H A D | mfe_reg_264e.c | 318 OutStream* pStream = &pConfig->m_OutStream; in mfeH264_EncodeFrame() 434 OutStream* pStream = &pConfig->m_OutStream; in mfeH264_EncodeDummyFrame()
|
| H A D | mfe_common.h | 393 OutStream m_OutStream;
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/ |
| H A D | mdrv_mfe.c | 441 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 D | mdrv_mfe.c | 1284 OutStream* pStream = NULL; in MDrv_MFE_GetConfigBytes()
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | madp_mfe.c | 227 OutStream* pStream = &(pConfig->m_OutStream); in MAdp_MFE_Proc_nonThread()
|