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

1 2

  /external/clang/test/CodeGenCXX/
poly-unsigned.cpp 12 poly16_t test_poly8(poly8_t pIn) {
19 return pIn;
  /frameworks/av/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) {
82 reinterpret_cast<const audio_sample_t *> (pIn),
87 reinterpret_cast<const audio_sample_t *> (pIn),
93 pIn = reinterpret_cast<const audio_sample_t *> (pIn)
98 ConvertInput(pIn, nSamplesChannels);
124 // 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,
  /device/generic/goldfish-opengl/system/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/libgdx/gdx/jni/etc1/
etc1_utils.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...]
etc1_utils.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...]
  /external/skia/third_party/etc1/
etc1.h 43 // pIn is a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that represent a
52 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
56 // pIn is an ETC1 compressed version of the data.
62 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut);
69 // pIn - pointer to the image data. Formatted such that
70 // pixel (x,y) is at pIn + pixelSize * x + stride * y;
75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
79 // pIn - pointer to encoded data.
81 // pixel (x,y) is at pIn + pixelSize * x + stride * y. Must be
86 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut
    [all...]
etc1.cpp 208 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) {
209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3];
210 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7];
255 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask
    [all...]
  /frameworks/native/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...]
  /frameworks/native/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...]
  /external/tpm2/
CpriMisc.c 57 BYTE *pIn = in->buffer;
62 *pOut++ = *pIn++;
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.c 198 pUtilFifo->pIn = (uint8_t *)pBuffStart;
208 pUtilFifo->pIn = pUtilFifo->pBuffStart;
225 pNext = (uint8_t*)pUtilFifo->pIn+1;
247 pUtilFifo->pIn = pNext;
265 if((pUtilFifo->pOut == pUtilFifo->pIn) && (pUtilFifo->bFull == FALSE))
301 uint8_t * pIn = (uint8_t *)pUtilFifo->pIn;
310 if(pIn >= pOut)
312 dataLength = pIn - pOut;
317 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 */
  /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...]
  /system/bt/bta/dm/
bta_dm_sco.c 246 SRC_TYPE *pIn, *pInEnd;
257 pIn = (SRC_TYPE *)(pSrc + BTA_DM_PCM_OVERLAP_SIZE);
264 CONVERT_44100_TO_BLUETOOTH(pIn, pInEnd);
269 CONVERT_22050_TO_BLUETOOTH(pIn, pInEnd);
274 CONVERT_11025_TO_BLUETOOTH(pIn, pInEnd);
332 SRC_TYPE *pIn, *pInEnd;
341 pIn = (SRC_TYPE *)(pSrc + BTA_DM_PCM_OVERLAP_SIZE);
347 CONVERT_44100_TO_BLUETOOTH(pIn, pInEnd);
352 CONVERT_22050_TO_BLUETOOTH(pIn, pInEnd);
357 CONVERT_11025_TO_BLUETOOTH(pIn, pInEnd)
    [all...]
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 164 const UChar *pIn, *pInLimit;
173 pIn=input;
185 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
187 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
195 } else if(pIn==pInLimit) {
231 const UChar *pIn, *pInLimit;
237 pIn=input;
246 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
284 const char *pIn, *pInLimit;
292 pIn=input8
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 594 u8 *pOut, *pIn;
620 pIn = pInImage + pCropParams->cropTopOffset*picWidth +
629 *pOut++ = *pIn++;
631 pIn += picWidth - outWidth;
638 pIn = pInImage + picWidth*picHeight +
646 *pOut++ = *pIn++;
648 pIn += picWidth/2 - outWidth;
652 pIn = pInImage + 5*picWidth*picHeight/4 +
660 *pOut++ = *pIn++;
662 pIn += picWidth/2 - outWidth
    [all...]
TestBenchMultipleInstance.c 465 u8 *pOut, *pIn;
488 pIn = pInImage + pCropParams->cropTopOffset*picWidth +
497 *pOut++ = *pIn++;
499 pIn += picWidth - outWidth;
505 pIn = pInImage + picWidth*picHeight +
513 *pOut++ = *pIn++;
515 pIn += picWidth/2 - outWidth;
518 pIn = pInImage + 5*picWidth*picHeight/4 +
526 *pOut++ = *pIn++;
528 pIn += picWidth/2 - outWidth
    [all...]
  /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/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 185 LVM_INT32 *pIn;
219 pIn = pInput;
231 pIn = pTemp;
234 Mult3s_32x16(pIn,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uiautomationcore.h 226 IRawElementProviderSimple *pIn,
266 IRawElementProviderSimple *pIn,
285 #define IAccessibleEx_ConvertReturnedElement(This,pIn,ppRetValOut) (This)->lpVtbl->ConvertReturnedElement(This,pIn,ppRetValOut)
307 static FORCEINLINE HRESULT IAccessibleEx_ConvertReturnedElement(IAccessibleEx* This,IRawElementProviderSimple *pIn,IAccessibleEx **ppRetValOut) {
308 return This->lpVtbl->ConvertReturnedElement(This,pIn,ppRetValOut);
343 IRawElementProviderSimple *pIn,
  /external/pdfium/third_party/lcms2-2.6/src/
cmscam02.c 436 void CMSEXPORT cmsCIECAM02Forward(cmsHANDLE hModel, const cmsCIEXYZ* pIn, cmsJCh* pOut)
442 _cmsAssert(pIn != NULL);
447 clr.XYZ[0] = pIn ->X;
448 clr.XYZ[1] = pIn ->Y;
449 clr.XYZ[2] = pIn ->Z;
462 void CMSEXPORT cmsCIECAM02Reverse(cmsHANDLE hModel, const cmsJCh* pIn, cmsCIEXYZ* pOut)
468 _cmsAssert(pIn != NULL);
473 clr.J = pIn -> J;
474 clr.C = pIn -> C;
475 clr.h = pIn -> h
    [all...]
  /external/lz4/lib/
lz4.c 394 static unsigned LZ4_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* pInLimit)
396 const BYTE* const pStart = pIn;
398 while (likely(pIn<pInLimit-(STEPSIZE-1)))
400 size_t diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn);
401 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; }
402 pIn += LZ4_NbCommonBytes(diff);
403 return (unsigned)(pIn - pStart);
406 if (LZ4_64bits()) if ((pIn<(pInLimit-3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) { pIn+=4; pMatch+=4;
    [all...]
  /external/clang/test/Analysis/
taint-tester.c 116 void stdinTest2(FILE *pIn) {
130 p = pIn;
  /frameworks/base/core/java/android/hardware/camera2/params/
TonemapCurve.java 37 * <p>The total number of points {@code (Pin, Pout)} for each color channel can be no more than
61 * Number of elements in a {@code (Pin, Pout)} point;
81 * <p>Values are stored as a contiguous array of {@code (Pin, Pout)} points.</p>
181 * @return the {@code (Pin, Pout)} pair mapping the tone for that index
196 final float pIn = curve[index * POINT_SIZE + OFFSET_POINT_IN];
199 return new PointF(pIn, pOut);
207 * Values are stored as packed {@code (Pin, Pout}) points, and there are a total of

Completed in 579 milliseconds

1 2