Home
last modified time | relevance | path

Searched refs:pSelection (Results 1 – 2 of 2) sorted by relevance

/external/aac/libDRCdec/src/
DdrcDec_selectionProcess.cpp319 DRCDEC_SELECTION* pSelection);
322 DRCDEC_SELECTION* pSelection, DRCDEC_SELECTION_DATA* pDataIn);
324 static int _drcdec_selection_clear(DRCDEC_SELECTION* pSelection);
326 static int _drcdec_selection_getNumber(DRCDEC_SELECTION* pSelection);
328 static int _drcdec_selection_setNumber(DRCDEC_SELECTION* pSelection, int num);
331 DRCDEC_SELECTION* pSelection, int at);
2428 DRCDEC_SELECTION* pSelection) { in _drcdec_selection_addNew() argument
2429 if (pSelection->numData < (12 + 1 + 6)) { in _drcdec_selection_addNew()
2430 DRCDEC_SELECTION_DATA* pData = &(pSelection->data[pSelection->numData]); in _drcdec_selection_addNew()
2432 pSelection->numData++; in _drcdec_selection_addNew()
[all …]
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py515 pSelection = FOUR_CHAR_CODE('sele') variable