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

  /external/tpm2/
CpriMisc.c 57 BYTE *pIn = in->buffer;
62 *pOut++ = *pIn++;
  /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,
  /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...]
  /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;
  /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/aac/libAACdec/src/
aacdecoder_lib.cpp 642 HANDLE_TRANSPORTDEC pIn;
646 pIn = transportDec_Open(transportFmt, TP_FLAG_MPEG4);
647 if (pIn == NULL) {
651 transportDec_SetParam(pIn, TPDEC_PARAM_IGNORE_BUFFERFULLNESS, 1);
657 transportDec_Close(&pIn);
660 aacDec->hInput = pIn;
667 transportDec_RegisterAscCallback(pIn, aacDecoder_ConfigCallback, (void*)aacDec);
    [all...]
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 168 const UChar *pIn, *pInLimit;
177 pIn=input;
189 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
191 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
199 } else if(pIn==pInLimit) {
235 const UChar *pIn, *pInLimit;
241 pIn=input;
250 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
288 const char *pIn, *pInLimit;
296 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...]
  /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
  /system/bt/bta/dm/
bta_dm_sco.cc 242 SRC_TYPE *pIn, *pInEnd;
254 pIn = (SRC_TYPE*)(pSrc + BTA_DM_PCM_OVERLAP_SIZE);
260 CONVERT_44100_TO_BLUETOOTH(pIn, pInEnd);
263 CONVERT_22050_TO_BLUETOOTH(pIn, pInEnd);
266 CONVERT_11025_TO_BLUETOOTH(pIn, pInEnd);
322 SRC_TYPE *pIn, *pInEnd;
332 pIn = (SRC_TYPE*)(pSrc + BTA_DM_PCM_OVERLAP_SIZE);
338 CONVERT_44100_TO_BLUETOOTH(pIn, pInEnd);
341 CONVERT_22050_TO_BLUETOOTH(pIn, pInEnd);
344 CONVERT_11025_TO_BLUETOOTH(pIn, pInEnd)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsplugin.c 84 cmsUInt8Number* pIn = (cmsUInt8Number*) QWord;
89 pOut[7] = pIn[0];
90 pOut[6] = pIn[1];
91 pOut[5] = pIn[2];
92 pOut[4] = pIn[3];
93 pOut[3] = pIn[4];
94 pOut[2] = pIn[5];
95 pOut[1] = pIn[6];
96 pOut[0] = pIn[7];
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h     [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java     [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp     [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
jsp-api-2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1842 milliseconds