Searched refs:pContext (Results 101 - 115 of 115) sorted by relevance

12345

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp39 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1999 * M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat)
2002 * @param pContext: (IN/OUT) Address of the context to create
2005 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only). Invalid formatType
2009 M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat) argument
2014 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pContext) ;
2016 *pContext = M4OSA_NULL ;
2044 *pContext = pC ;
2055 *pContext = M4OSA_NULL ;
2064 * M4OSA_ERR M4AIR_cleanUp(M4OSA_Context pContext)
2067 * @param pContext
2073 M4AIR_cleanUp(M4OSA_Context pContext) argument
2110 M4AIR_configure(M4OSA_Context pContext, M4AIR_Params* pParams) argument
2316 M4AIR_get(M4OSA_Context pContext, M4VIFI_ImagePlane* pIn, M4VIFI_ImagePlane* pOut) argument
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VIFI_FiltersAPI.h765 *pContext, M4VIFI_ImagePlane* in, M4VIFI_ImagePlane* out);
769 *pContext, M4VIFI_ImagePlane* in, M4VIFI_ImagePlane* out);
/frameworks/wilhelm/src/itf/
H A DIObject.c388 slObjectCallback callback, void *pContext)
395 thiz->mContext = pContext;
387 IObject_RegisterCallback(SLObjectItf self, slObjectCallback callback, void *pContext) argument
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeYUVtoBGR565.c34 * M4VIFI_UInt8 M4VIFI_ResizeBilinearYUV420toBGR565(void *pContext, M4VIFI_ImagePlane *pPlaneIn,
52 * @param pContext: (IN) Context Pointer
59 M4VIFI_UInt8 M4VIFI_ResizeBilinearYUV420toBGR565(void* pContext, argument
H A DM4VIFI_ResizeYUVtoRGB565.c36 * M4VIFI_UInt8 M4VIFI_ResizeBilinearYUV420toRGB565RotatedRight(void *pContext,
55 * @param pContext: (IN) Context Pointer
62 M4VIFI_UInt8 M4VIFI_ResizeBilinearYUV420toRGB565(void* pContext, argument
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h599 void* pContext);
H A DVideoEditorClasses.cpp3077 void* pContext = M4OSA_NULL; local
3099 pContext = (void *)pEnv->GetIntField(object, fieldIds.context);
3103 return(pContext);
3111 void* pContext)
3138 pEnv->SetIntField(object, fieldIds.context, (int)pContext);
3139 M4OSA_TRACE1_1("The context value in JNI is = 0x%x",pContext);
3107 videoEditClasses_setContext( bool* pResult, JNIEnv* pEnv, jobject object, void* pContext) argument
H A DVideoEditorPropertiesMain.cpp51 M4MCS_Context pContext,
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h406 slBufferQueueCallback callback, void *pContext);
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp112 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) argument
125 if (pContext != NULL) *pContext = context;
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc224 static void ReadSampleRateAndChannelCount(CallbackContext *pContext, argument
226 SLMetadataExtractionItf decoderMetadata = pContext->decoderMetadata;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c967 * @param pContext: (IN) It is the VSS 3GPP context in our case
973 M4OSA_ERR M4VSS3GPP_intStartAU( M4WRITER_Context pContext, argument
982 (M4VSS3GPP_InternalEditContext *)pContext;
1007 * @param pContext: (IN) It is the VSS 3GPP context in our case
1013 M4OSA_ERR M4VSS3GPP_intProcessAU( M4WRITER_Context pContext, argument
1021 (M4VSS3GPP_InternalEditContext *)pContext;
1055 * @param pContext (IN) VPP context, which actually is the VSS 3GPP context in our case
1062 M4OSA_ERR M4VSS3GPP_intVPP( M4VPP_Context pContext, M4VIFI_ImagePlane *pPlaneIn, argument
1077 (M4VSS3GPP_InternalEditContext *)pContext;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1614 extern const RsdCpuReference::CpuSymbol * rsdLookupRuntimeStub(Context * pContext, char const* name) { argument
1615 ScriptC *s = (ScriptC *)pContext;

Completed in 302 milliseconds

12345