Searched defs:Instance (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Init.c54 INST_ALLOC Instance; local
88 InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress);
97 *phInstance = InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) );
145 pLVPSA_Inst->pPostGains = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT16) );
146 pLVPSA_Inst->pFiltersParams = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_FilterParam_t) );
147 pLVPSA_Inst->pSpectralDataBufferStart = InstAlloc_AddMember( &Instance, pInitParams->nBands * pLVPSA_Inst->SpectralDataBufferLength * sizeof(LVM_UINT8) );
148 pLVPSA_Inst->pPreviousPeaks = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) );
149 pLVPSA_Inst->pBPFiltersPrecision = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_BPFilterPrecision_en) );
H A DLVPSA_Memory.c31 /* hInstance = Instance handle Returns the memory requirements and */
37 /* When the function is called for free (hInstance = Instance Handle) the memory */
41 /* hInstance Instance Handle */
56 INST_ALLOC Instance; local
63 InstAlloc_Init( &Instance , LVM_NULL);
105 * Instance memory
108 InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) );
109 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT16) );
110 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_FilterParam_t) );
127 InstAlloc_AddMember( &Instance, pInitParam
[all...]
/frameworks/base/core/java/android/gesture/
H A DInstance.java24 class Instance { class
44 private Instance(long id, float[] sample, String sampleName) { method in class:Instance
72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) {
74 Instance instance;
77 instance = new Instance(gesture.getID(), pts, label);
81 instance = new Instance(gesture.getID(), pts, label);
/frameworks/av/drm/libmediadrm/
H A DDrmSessionManager.cpp52 sp<DrmSessionManager> DrmSessionManager::Instance() { function in class:android::DrmSessionManager
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h103 static ObjectPool* Instance() { function in class:ObjectPool
215 ObjectPool<T>* pool = ObjectPool<T>::Instance();
235 ObjectPool<T>* pool = ObjectPool<T>::Instance();
249 ObjectPool<T>* pool = ObjectPool<T>::Instance();
259 ObjectPool<T>* pool = ObjectPool<T>::Instance();

Completed in 130 milliseconds