Home
last modified time | relevance | path

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

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