HomeSort by relevance Sort by last modified time
    Searched refs:pMask (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
getmask.cpp 36 (2) increment pointer pMask after memset
81 pMask contents replaced by MS information of each scalefactor band
107 This function shall replace the contents of pMask with the MS information
158 *(pMask++) = 1;
186 *(pMask++) = (tempMask & bitmask) >> (sfb - 1);
194 pMask,
196 (pFrameInfo->sfb_per_win[win]-max_sfb)*sizeof(*pMask));
266 Int *pMask;
274 pMask = mask;
296 *(pMask++) = 1; /* cannot use memset for Int type *
    [all...]
huffman.h 227 Int *pMask);
  /frameworks/base/services/audioflinger/
AudioResamplerSinc.h 79 static const uint32_t pMask = ((1<<pLerpBits)-1) << pShift; // 0x7fff << 11
AudioResamplerSinc.cpp 310 uint16_t lerpP = (phase & pMask) >> pShift;
312 uint16_t lerpN = (-phase & pMask) >> pShift;
315 lerpN = pMask >> pShift;
  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 289 * pMask: Pointer to the mask of ready streams.
294 * DSP_EPOINTER: Invalid aStreamTab or pMask pointer.
302 UINT nStreams, OUT UINT * pMask,
wcdioctl.h 377 UINT *pMask;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 291 * pMask: Pointer to the mask of ready streams.
296 * DSP_EPOINTER: Invalid aStreamTab or pMask pointer.
304 UINT nStreams, OUT UINT * pMask,
wcdioctl.h 377 UINT *pMask;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 55 *! Also set *pMask to 0 if nStreams is 0.
753 UINT nStreams, OUT UINT *pMask, UINT uTimeout)
760 if ((aStreamTab) && (pMask)) {
766 tempStruct.ARGS_STRM_SELECT.pMask = pMask;
772 *pMask = 0;
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 576 milliseconds