/external/srec/audio/AudioIn/UNIX/src/ |
filter.c | 160 * FIR_type FIR_downsample(unsigned int nInput, typeSample *pInput, 165 * Apply FIR filter to input data. If nInput > 1, this will also 166 * decimate by a factor of nInput. That is, the filter will only be 167 * evaluated every nInput samples, not at each of the nInput samples. 176 * nInput = 1 194 * Since nInput == 1, state for newest sample is still 2 195 * (otherwise, update state -= nInput-1; wrap by adding nTaps if < 0) 219 * nInput - number of new input samples; evaluate FIR at this point 228 void FIR_downsample(unsigned int nInput, typeSample *pInput [all...] |
/external/valgrind/main/coregrind/ |
m_seqmatch.c | 45 void* input, SizeT szbInput, UWord nInput, UWord ixInput, 70 vg_assert(nInput >= 0 && nInput < 1000000); /* arbitrary */ 72 vg_assert(ixInput >= 0 && ixInput <= nInput); 75 haveInput = ixInput < nInput; 104 input,szbInput,nInput, ixInput+0,
|
/external/srec/audio/AudioIn/UNIX/include/ |
filter.h | 52 extern void FIR_downsample(unsigned int nInput, typeSample *pInput,
|
/external/valgrind/main/include/ |
pub_tool_seqmatch.h | 59 Ditto for input/nInput/szbInput/ixInput. 76 void* input, SizeT szbInput, UWord nInput, UWord ixInput,
|
/external/elfutils/tests/ |
asm-tst9.c | 30 #define ninput (sizeof (input) / sizeof (input[0])) macro 112 for (cnt = 0; cnt < ninput; ++cnt)
|
/hardware/qcom/media/mm-video/vidc/venc/test/ |
video_encoder_test.c | 994 DEBUG_PRINT("\nINPUT buffer done Indiacation"); 998 DEBUG_PRINT("\nInput Client data pointer is %p",queueitem.clientdata);
|
/external/clang/www/demo/ |
index.cgi | 446 "--- Query: ---\nFrom: ($ip) $host\nInput: $lines lines of $lg\n"
|
/external/icu4c/samples/ustring/ |
ustring.cpp | 284 printUString("\ninput string: ", input, -1);
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Alt.c | 185 bbs_ERROR1( "%s:\ninput vector has incorrect size", fNameL );
|
Mat.c | 187 bbs_ERROR1( "%s:\ninput vector has incorrect size", fNameL );
|
SubVecMap.c | 191 bbs_ERROR1( "%s:\ninput vector too small", fNameL );
|
/hardware/ti/omap4xxx/domx/test/sample_proxy/ |
test_sample_proxy.c | 1021 printf("\nInput file opened\n"); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDecoder.c | [all...] |
/frameworks/base/services/audioflinger/ |
AudioFlinger.cpp | [all...] |