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

  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Process.c 85 LVM_INT16 *pInput = (LVM_INT16 *)pInData;
115 Int16LShiftToInt32_16x32(pInput, /* Source 16-bit data */
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Process.c 64 LVM_INT16 *pInput = (LVM_INT16 *)pInData;
131 pInput = pOutData;
145 pInput,
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Process.c 75 const LVM_INT16 *pInput;
86 pInput = pScratch + (2*NumSamples);
88 (LVM_INT16 *)pInput, /* Destination */
94 pInput = pInData;
125 pInput, /* Pointer to the input (unprocessed) data */
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 55 LVM_INT32 *pInput = (LVM_INT32 *)pInData;
103 if(pInput != pOutput)
110 MonoTo2I_32(pInput, pOutput, NumSamples);
112 Copy_16((LVM_INT16 *)pInput,
145 ReverbBlock(pInput, pOutput, pLVREV_Private, (LVM_UINT16)SamplesToProcess);
147 pInput = (LVM_INT32 *)(pInput +(SamplesToProcess*format));
179 void ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples)
219 pIn = pInput;
227 From2iToMono_32( pInput,
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer1.c 35 const char *pInput; /* input we are tokenizing */
37 int iOffset; /* current position in pInput */
101 ** string to be tokenized is pInput[0..nBytes-1]. A cursor
107 const char *pInput, int nBytes, /* String to be tokenized */
115 c->pInput = pInput;
116 if( pInput==0 ){
119 c->nBytes = (int)strlen(pInput);
157 unsigned char *p = (unsigned char *)c->pInput;
simple_tokenizer.c 38 const char *pInput; /* input we are tokenizing */
40 const char *pCurrent; /* current position in pInput */
92 const char *pInput, int nBytes,
98 c->pInput = pInput;
99 c->nBytes = nBytes<0 ? (int) strlen(pInput) : nBytes;
100 c->pCurrent = c->pInput; /* start tokenizing at the beginning */
130 while( c->pCurrent-c->pInput<c->nBytes ){
146 *piStartOffset = (int) (c->pCurrent-c->pInput);
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer1.c 42 const char *pInput; /* input we are tokenizing */
44 int iOffset; /* current position in pInput */
110 ** string to be tokenized is pInput[0..nBytes-1]. A cursor
116 const char *pInput, int nBytes, /* String to be tokenized */
124 c->pInput = pInput;
125 if( pInput==0 ){
128 c->nBytes = (int)strlen(pInput);
166 unsigned char *p = (unsigned char *)c->pInput;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer1.c 43 const char *pInput; /* input we are tokenizing */
45 int iOffset; /* current position in pInput */
110 ** string to be tokenized is pInput[0..nBytes-1]. A cursor
116 const char *pInput, int nBytes, /* String to be tokenized */
126 c->pInput = pInput;
127 if( pInput==0 ){
130 c->nBytes = (int)strlen(pInput);
168 unsigned char *p = (unsigned char *)c->pInput;
  /development/tools/etc1tool/
etc1tool.cpp 136 int read_PNG_File(const char* pInput, etc1_byte** ppImageData,
149 if ((pIn = fopen(pInput, "rb")) == NULL) {
151 pInput, errno);
158 fprintf(stderr, "Could not read PNG header from %s: %d\n", pInput,
164 fprintf(stderr, "%s is not a PNG file.\n", pInput);
234 int readPKMFile(const char* pInput, etc1_byte** ppImageData,
247 if ((pIn = fopen(pInput, "rb")) == NULL) {
249 pInput, errno);
255 pInput, errno);
260 fprintf(stderr, "Bad header PKM header for input file %s\n", pInput);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 58 uint8* const pInput = static_cast<uint8*>(env->GetDirectBufferAddress(input));
63 uint8* pInY = pInput;
64 uint8* pInU = pInput + size;
65 uint8* pInV = pInput + size + size / 4;
100 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input));
104 Rgba color_in = *pInput++;
115 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input));
121 Rgba color_in = *pInput++;
158 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input));
163 Rgba color_in = *pInput++
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2752 milliseconds