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

  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 64 LVM_FLOAT *pOutput = pOutData;
67 LVM_INT32 *pOutput = pOutData;
115 if(pInput != pOutput)
122 MonoTo2I_32(pInput, pOutput, NumSamples);
125 (LVM_INT16 *)pOutput,
130 MonoTo2I_Float(pInput, pOutput, NumSamples);
133 pOutput,
166 ReverbBlock(pInput, pOutput, pLVREV_Private, (LVM_UINT16)SamplesToProcess);
169 pOutput = (LVM_FLOAT *)(pOutput + (SamplesToProcess * 2)); // Always stereo outpu
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 25 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
313 int encode(const char* pInput, const char* pOutput, bool bEmitHeader, const char* pDiffFile) {
337 if ((pOut = fopen(pOutput, "wb")) == NULL) {
338 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno);
348 pOutput, errno);
356 pOutput, errno);
366 if (readPKMFile(pOutput, &pDiffImage, &outWidth, &outHeight)) {
405 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
423 if ((pOut = fopen(pOutput, "wb")) == NULL) {
424 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno)
    [all...]

Completed in 312 milliseconds