Searched refs:Temporary (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_GetMemoryTable.c | 67 INST_ALLOC Temporary; in LVREV_GetMemoryTable() local 110 InstAlloc_Init(&Temporary, (void *)LVM_NULL); in LVREV_GetMemoryTable() 198 …InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* General purpose scr… in LVREV_GetMemoryTable() 199 …InstAlloc_AddMember(&Temporary, 2*sizeof(LVM_INT32) * MaxBlockSize); /* Mono->stereo input … in LVREV_GetMemoryTable() 205 …InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* A Scratch buffer for ea… in LVREV_GetMemoryTable() 213 …InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* A Scratch buffer for ea… in LVREV_GetMemoryTable() 221 …InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* A Scratch buffer for ea… in LVREV_GetMemoryTable() 225 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&Temporary); in LVREV_GetMemoryTable()
|
D | LVREV_GetInstanceHandle.c | 57 INST_ALLOC Temporary; in LVREV_GetInstanceHandle() local 106 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress); in LVREV_GetInstanceHandle() 159 …pLVREV_Private->pScratchDelayLine[i] = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBloc… in LVREV_GetInstanceHandle() 175 …pLVREV_Private->pScratchDelayLine[i] = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBloc… in LVREV_GetInstanceHandle() 188 …pLVREV_Private->pScratchDelayLine[i] = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBloc… in LVREV_GetInstanceHandle() 203 …pLVREV_Private->pScratch = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize… in LVREV_GetInstanceHandle() 204 …pLVREV_Private->pInputSave = InstAlloc_AddMember(&Temporary, 2 * sizeof(LVM_INT32) * MaxBlock… in LVREV_GetInstanceHandle()
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | checklist.jd | 102 <li><strong>Temporary or self-hiding controls and notifications:</strong> Avoid having user
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-creating.jd | 993 Temporary permission 1096 android:grantUriPermssions</a></code>: Temporary permission flag.
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 30 <li><a href="#temporaryimages">Temporary images</a></li> 777 <h3 id="temporaryimages">Temporary Images</h3>
|
/frameworks/base/docs/html/guide/faq/ |
D | commontasks.jd | 241 // Temporary screen to let the user choose something.
|
/frameworks/base/docs/html/tools/sdk/ |
D | eclipse-adt.jd | 1790 <li>Temporary work-around to resolve the rare cases in which the layout editor will
|