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

  /frameworks/base/media/libeffects/testlibs/
AudioFormatAdapter.h 32 // void process(const audio_sample_t * pIn,
69 // pIn A buffer of samples with the format specified on
72 // configure(). May be the same as pIn.
74 void process(const void * pIn, void * pOut, uint32_t numSamples) {
81 reinterpret_cast<const audio_sample_t *> (pIn),
86 reinterpret_cast<const audio_sample_t *> (pIn),
92 pIn = reinterpret_cast<const audio_sample_t *> (pIn)
97 ConvertInput(pIn, nSamplesChannels);
123 // pIn The input buffer with the format designated in configure()
    [all...]
AudioEqualizer.h 182 // pIn Input buffer.
185 void process(const audio_sample_t * pIn, audio_sample_t * pOut,
AudioEqualizer.cpp 225 void AudioEqualizer::process(const audio_sample_t * pIn,
229 mpLowShelf->process(pIn, pOut, frameCount);
231 mpPeakingFilters[i].process(pIn, pOut, frameCount);
233 mpHighShelf->process(pIn, pOut, frameCount);
  /frameworks/base/opengl/include/ETC1/
etc1.h 35 // pIn is a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that represent a
44 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
48 // pIn is an ETC1 compressed version of the data.
54 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut);
61 // pIn - pointer to the image data. Formatted such that
62 // pixel (x,y) is at pIn + pixelSize * x + stride * y;
67 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
71 // pIn - pointer to encoded data.
73 // pixel (x,y) is at pIn + pixelSize * x + stride * y. Must be
78 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.c 156 pUtilFifo->pIn = (uint8_t *)pBuffStart;
166 pUtilFifo->pIn = pUtilFifo->pBuffStart;
183 pNext = (uint8_t*)pUtilFifo->pIn+1;
205 pUtilFifo->pIn = pNext;
223 if((pUtilFifo->pOut == pUtilFifo->pIn) && (pUtilFifo->bFull == FALSE))
259 uint8_t * pIn = (uint8_t *)pUtilFifo->pIn;
268 if(pIn >= pOut)
270 dataLength = pIn - pOut;
275 dataLength += (pIn+1) - pUtilFifo->pBuffStart
    [all...]
phFriNfc_LlcpUtils.h 44 * If pIn == pOut the buffer is empty.
50 volatile uint8_t *pIn; /* Points to 1 before where the next TU1 will enter buffer */
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 200 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) {
201 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3];
202 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7];
247 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 120 int fread_big_endian_uint16(png_uint_32* data, FILE* pIn) {
122 if ((a = fgetc(pIn)) == EOF) {
125 if ((b = fgetc(pIn)) == EOF) {
138 FILE* pIn = NULL;
149 if ((pIn = fopen(pInput, "rb")) == NULL) {
157 if (fread(pngHeader, 1, PNG_HEADER_SIZE, pIn) != PNG_HEADER_SIZE) {
187 png_init_io(png_ptr, pIn);
224 if (pIn) {
225 fclose(pIn);
237 FILE* pIn = NULL
    [all...]
  /external/chromium/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 165 const UChar *pIn, *pInLimit;
174 pIn=input;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
188 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
196 } else if(pIn==pInLimit) {
232 const UChar *pIn, *pInLimit;
238 pIn=input;
247 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
285 const char *pIn, *pInLimit;
293 pIn=input8
    [all...]
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 165 const UChar *pIn, *pInLimit;
174 pIn=input;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
188 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
196 } else if(pIn==pInLimit) {
232 const UChar *pIn, *pInLimit;
238 pIn=input;
247 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
285 const char *pIn, *pInLimit;
293 pIn=input8
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 265 EAS_PCM *pIn;
288 pIn = pSrc + nChannelNumber;
295 nInputSample = *pIn;
296 pIn += NUM_OUTPUT_CHANNELS;
341 nInputSample = *pIn;
342 pIn += NUM_OUTPUT_CHANNELS;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 265 EAS_PCM *pIn;
288 pIn = pSrc + nChannelNumber;
295 nInputSample = *pIn;
296 pIn += NUM_OUTPUT_CHANNELS;
341 nInputSample = *pIn;
342 pIn += NUM_OUTPUT_CHANNELS;
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 265 EAS_PCM *pIn;
288 pIn = pSrc + nChannelNumber;
295 nInputSample = *pIn;
296 pIn += NUM_OUTPUT_CHANNELS;
341 nInputSample = *pIn;
342 pIn += NUM_OUTPUT_CHANNELS;
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 185 LVM_INT32 *pIn;
219 pIn = pInput;
231 pIn = pTemp;
234 Mult3s_32x16(pIn,
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 399 // pIn: pointer to stereo/mono 16 bit input data
410 int process( LVM_INT16 *pIn,
437 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr);
450 pContext->InFrames32[i] = (LVM_INT32)pIn[i]<<8;
455 pContext->InFrames32[2*i] = (pIn[2*i] * REVERB_SEND_LEVEL) >> 4; // <<8 + >>12
456 pContext->InFrames32[2*i+1] = (pIn[2*i+1] * REVERB_SEND_LEVEL) >> 4; // <<8 + >>12
485 OutFrames16[i] = clamp16((pContext->OutFrames32[i]>>8) + (LVM_INT32)pIn[i]);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 925 org.bouncycastle.asn1.pkcs.PrivateKeyInfo pIn = new org.bouncycastle.asn1.pkcs.PrivateKeyInfo((ASN1Sequence)b.getBagValue());
926 PrivateKey privKey = JDKKeyFactory.createPrivateKeyFromPrivateKeyInfo(pIn);
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 696 // pIn: pointer to stereo 16 bit input data
707 int LvmBundle_process(LVM_INT16 *pIn,
734 fwrite(pIn, frameCount*sizeof(LVM_INT16)*2, 1, pContext->pBundledContext->PcmInPtr);
742 pIn, /* Input buffer */
    [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl3con.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 294 milliseconds