Lines Matching refs:pContext

34 * @param pContext   : A pointer to the context internally used by the package - ALLOCATED BY THE
40 void M4_BitStreamParser_Init(void** pContext, void* pBitStream, M4OSA_Int32 size);
45 * @param pContext (IN/OUT) M4_BitStreamParser context.
48 void M4_BitStreamParser_CleanUp(void* pContext);
54 * @param pContext (IN/OUT) M4_BitStreamParser context.
59 M4OSA_UInt32 M4_BitStreamParser_ShowBits(void* pContext, M4OSA_Int32 length);
64 * @param pContext (IN/OUT) M4_BitStreamParser context.
68 void M4_BitStreamParser_FlushBits(void* pContext, M4OSA_Int32 length);
75 * @param pContext : A pointer to the context internally used by the package
80 M4OSA_UInt32 M4_BitStreamParser_GetBits(void* pContext,M4OSA_Int32 bitPos, M4OSA_Int32 length);
85 * @param pContext : A pointer to the context internally used by the package
88 void M4_BitStreamParser_Restart(void* pContext);
96 * @param pContext (IN/OUT) M4_BitStreamParser context.
98 M4OSA_UInt8* M4_BitStreamParser_GetCurrentbitStreamPointer(void* pContext);
103 * @param pContext : A pointer to the context internally used by the package
107 M4OSA_Int32 M4_BitStreamParser_GetSize(void* pContext);
109 void M4_MPEG4BitStreamParser_Init(void** pContext, void* pBitStream, M4OSA_Int32 size);
114 * @param pContext : A pointer to the context internally used by the package
120 M4OSA_Int32 M4_MPEG4BitStreamParser_GetMpegLengthFromInteger(void* pContext, M4OSA_UInt32 val);
127 * @param pContext (IN/OUT) M4_BitStreamParser context.
131 M4OSA_Int32 M4_MPEG4BitStreamParser_GetMpegLengthFromStream(void* pContext);