Home | History | Annotate | Download | only in inc

Lines Matching refs:pContext

110  * M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat);
112 * @param pContext: (IN/OUT) Address of the context to create
115 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only). Invalid formatType
119 M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat);
124 * M4OSA_ERR M4AIR_cleanUp(M4OSA_Context pContext)
126 * @param pContext: (IN) Context identifying the instance to destroy
128 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only).
132 M4OSA_ERR M4AIR_cleanUp(M4OSA_Context pContext);
137 * M4OSA_ERR M4AIR_configure(M4OSA_Context pContext, M4AIR_Params* pParams)
143 * @param pContext: (IN) Context identifying the instance
150 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only).
154 M4OSA_ERR M4AIR_configure(M4OSA_Context pContext, M4AIR_Params* pParams);
159 * M4OSA_ERR M4AIR_get(M4OSA_Context pContext, M4VIFI_ImagePlane* pIn, M4VIFI_ImagePlane* pOut)
172 * @param pContext: (IN) Context identifying the instance
177 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only).
180 M4OSA_ERR M4AIR_get(M4OSA_Context pContext, M4VIFI_ImagePlane* pIn, M4VIFI_ImagePlane* pOut);