/external/skia/src/gpu/ |
SkGr.cpp | 61 int16_t width = static_cast<int16_t>(bitmap.width()); 62 int16_t height = static_cast<int16_t>(bitmap.height());
|
/external/webrtc/src/common_audio/signal_processing/ |
spl_sqrt_floor.c | 19 * if you need to cast the output to int16_t type.
|
/frameworks/av/media/libeffects/testlibs/ |
AudioFormatAdapter.h | 130 const int16_t * pIn16 = reinterpret_cast<const int16_t *>(pIn); 149 int16_t * pOut16 = reinterpret_cast<int16_t *>(pOut);
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
SoftAACEncoder.h | 62 int16_t *mInputFrame;
|
SoftAACEncoder2.h | 60 int16_t *mInputFrame;
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
SoftAMRNBEncoder.h | 56 int16_t mInputFrame[kNumSamplesPerFrame];
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
SoftAMRWBEncoder.h | 62 int16_t mInputFrame[kNumSamplesPerFrame];
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
SoftGSM.cpp | 87 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t); 219 reinterpret_cast<int16_t *>(outHeader->pBuffer), inputptr, inHeader->nFilledLen); 223 outHeader->nFilledLen = n * sizeof(int16_t); 243 int16_t *out, uint8_t *in, size_t inSize) {
|
SoftGSM.h | 57 static int DecodeGSM(gsm handle, int16_t *out, uint8_t *in, size_t inSize);
|
/frameworks/av/media/libstagefright/include/ |
AACEncoder.h | 63 int16_t *mInputFrame;
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
stdint_invensense.h | 34 typedef short int16_t; typedef
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
dic_node_state_scoring.h | 135 int16_t getEditCorrectionCount() const { 139 int16_t getProximityCorrectionCount() const { 195 int16_t mEditCorrectionCount; 196 int16_t mProximityCorrectionCount;
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
EffectReverb.cpp | 137 int16_t SavedRoomLevel; 138 int16_t SavedHfLevel; 139 int16_t SavedDecayTime; 140 int16_t SavedDecayHfRatio; 141 int16_t SavedReverbLevel; 142 int16_t SavedDiffusion; 143 int16_t SavedDensity; 386 static inline int16_t clamp16(int32_t sample) 875 int16_t ReverbConvertLevel(int16_t level) [all...] |
/frameworks/av/services/audioflinger/ |
Effects.h | 87 void setInBuffer(int16_t *buffer) { mConfig.inputCfg.buffer.s16 = buffer; } 88 int16_t *inBuffer() { return mConfig.inputCfg.buffer.s16; } 89 void setOutBuffer(int16_t *buffer) { mConfig.outputCfg.buffer.s16 = buffer; } 90 int16_t *outBuffer() { return mConfig.outputCfg.buffer.s16; } 277 void setInBuffer(int16_t *buffer, bool ownsBuffer = false) { 281 int16_t *inBuffer() const { 284 void setOutBuffer(int16_t *buffer) { 287 int16_t *outBuffer() const { 352 int16_t *mInBuffer; // chain input buffer 353 int16_t *mOutBuffer; // chain output buffe [all...] |
PlaybackTracks.h | 59 void setMainBuffer(int16_t *buffer) { mMainBuffer = buffer; } 60 int16_t *mainBuffer() const { return mMainBuffer; } 131 int16_t *mMainBuffer; 250 int16_t *mBuffer; 265 bool write(int16_t* data, uint32_t frames);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitter.cpp | 37 const int16_t runs[]) { 45 int16_t runs[2]; 172 SkAutoSTMalloc<64, int16_t> runStorage(width + 1); 173 int16_t* runs = runStorage.get(); 230 const int16_t runs[]) {} 246 static int compute_anti_width(const int16_t runs[]) { 293 const int16_t runs[]) { 308 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, dx); 317 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, x1 - x0); 318 ((int16_t*)runs)[x1 - x0] = 0 [all...] |
/external/libvpx/libvpx/test/ |
convolve_test.cc | 28 const int16_t *filter_x, int filter_x_stride, 29 const int16_t *filter_y, int filter_y_stride, 58 const int16_t *HFilter, 59 const int16_t *VFilter, 156 const int16_t *HFilter, 157 const int16_t *VFilter, 261 DECLARE_ALIGNED(256, const int16_t, filter8[8]) = {0, 0, 0, 128, 0, 0, 0, 0}; 278 DECLARE_ALIGNED(256, const int16_t, filter8[8]) = {0, 0, 0, 128, 0, 0, 0, 0}; 295 DECLARE_ALIGNED(256, const int16_t, filter8[8]) = {0, 0, 0, 128, 0, 0, 0, 0}; 309 const int16_t (*kTestFilterList[])[8] = [all...] |
/external/skia/src/core/ |
SkBlitter.cpp | 37 const int16_t runs[]) { 45 int16_t runs[2]; 172 SkAutoSTMalloc<64, int16_t> runStorage(width + 1); 173 int16_t* runs = runStorage.get(); 230 const int16_t runs[]) {} 246 static int compute_anti_width(const int16_t runs[]) { 293 const int16_t runs[]) { 308 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, dx); 317 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, x1 - x0); 318 ((int16_t*)runs)[x1 - x0] = 0 [all...] |
/external/chromium_org/third_party/icu/source/common/ |
propname.h | 103 typedef int16_t Offset; /* must be signed */ 175 int16_t total_size; /* size in bytes excluding the udata header */ 177 int16_t valueMap_count; /* number of entries */ 179 int16_t nameGroupPool_count; /* number of entries (not groups) */ 181 int16_t stringPool_count; /* number of strings (not size in bytes) */ 444 * int16_t total_size; // size in bytes excluding the udata header 446 * int16_t valueMap_count; // number of entries 448 * int16_t nameGroupPool_count; // number of entries (not groups) 450 * int16_t stringPool_count; // number of strings (not size in bytes)
|
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | 116 int16_t *inBuf; // input buffer used when resampling 120 int16_t *outBuf; // output buffer used when resampling 130 int16_t *revBuf; // reverse channel input buffer 305 if (*pValueSize < sizeof(int16_t)) { 331 *(int16_t *) pValue = (int16_t)(agc->target_level_dbfs() * -100); 332 ALOGV("AgcGetParameter() target level %d milliBels", *(int16_t *) pValue); 335 *(int16_t *) pValue = (int16_t)(agc->compression_gain_db() * 100); 336 ALOGV("AgcGetParameter() comp gain %d milliBels", *(int16_t *) pValue) [all...] |
/external/chromium_org/ppapi/examples/audio_input/ |
audio_input.cc | 69 samples_ = new int16_t[sample_count_ * channel_count_]; 70 memset(samples_, 0, sample_count_ * channel_count_ * sizeof(int16_t)); 210 (std::numeric_limits<int16_t>::max() + 1) + mid_height; 279 thiz->sample_count_ * thiz->channel_count_ * sizeof(int16_t); 281 PP_DCHECK(num_bytes % (thiz->channel_count_ * sizeof(int16_t)) == 0); 311 int16_t* samples_;
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_short_idct16x16_add_neon.asm | 41 ;void |vp9_short_idct16x16_add_neon_pass1|(int16_t *input, 42 ; int16_t *output, int output_stride) 44 ; r0 int16_t input 45 ; r1 int16_t *output 280 ;void vp9_short_idct16x16_add_neon_pass2(int16_t *src, 281 ; int16_t *output, 282 ; int16_t *pass1Output, 283 ; int16_t skip_adding, 287 ; r0 int16_t *src 288 ; r1 int16_t *output [all...] |
/external/llvm/lib/Target/R600/ |
SIInstrInfo.cpp | 45 static const int16_t Sub0_15[] = { 52 static const int16_t Sub0_7[] = { 57 static const int16_t Sub0_3[] = { 61 static const int16_t Sub0_2[] = { 65 static const int16_t Sub0_1[] = { 70 const int16_t *SubIndices;
|
/frameworks/av/media/libstagefright/ |
WAVExtractor.cpp | 475 int16_t *dst = (int16_t *)tmp->data(); 480 *dst++ = ((int16_t)(*src) - 128) * 256; 491 int16_t *dst = (int16_t *)src; 499 *dst++ = (int16_t)x;
|
/hardware/akm/AK8975_FS/akmdfs/ |
AKFS_Measure.c | 343 mag[0] = (int)((int16_t)(i2cData[2]<<8)+((int16_t)i2cData[1])); 344 mag[1] = (int)((int16_t)(i2cData[4]<<8)+((int16_t)i2cData[3])); 345 mag[2] = (int)((int16_t)(i2cData[6]<<8)+((int16_t)i2cData[5]));
|