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 56 LVM_INT32 *pOutput = pOutData;
103 if(pInput != pOutput)
110 MonoTo2I_32(pInput, pOutput, NumSamples);
113 (LVM_INT16 *)pOutput,
145 ReverbBlock(pInput, pOutput, pLVREV_Private, (LVM_UINT16)SamplesToProcess);
148 pOutput = (LVM_INT32 *)(pOutput+(SamplesToProcess*2)); // Always stereo output
179 void ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples)
465 pOutput,
471 pOutput,
    [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 40 milliseconds