Searched
full:int16_t (Results
301 -
325 of
1335) sorted by null
<<11121314151617181920>>
/external/speex/include/speex/ |
speex_types.h | 62 typedef int16_t spx_int16_t; 71 typedef int16_t spx_int16_t;
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.cpp | 110 * sizeof(int16_t); 319 reinterpret_cast<int16_t *>(outHeader->pBuffer), 357 int16_t *outPtr = (int16_t *)outHeader->pBuffer; 362 memset(outPtr, 0, kNumSamplesPerFrameWB * sizeof(int16_t)); 371 int16_t numSamplesOutput; 396 outHeader->nFilledLen = kNumSamplesPerFrameNB * sizeof(int16_t); 404 outHeader->nFilledLen = kNumSamplesPerFrameWB * sizeof(int16_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdint | 106 int16_t 154 using::int16_t;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm_rate.h | 91 void (*convert_s16)(void *obj, int16_t *dst, unsigned int dst_frames, 92 const int16_t *src, unsigned int src_frames);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_rate.h | 91 void (*convert_s16)(void *obj, int16_t *dst, unsigned int dst_frames, 92 const int16_t *src, unsigned int src_frames);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_rate.h | 91 void (*convert_s16)(void *obj, int16_t *dst, unsigned int dst_frames, 92 const int16_t *src, unsigned int src_frames);
|
/frameworks/av/media/libeffects/testlibs/ |
EffectEqualizer.cpp | 376 if (*pValueSize < sizeof(int16_t)) { 379 *pValueSize = sizeof(int16_t); 383 if (*pValueSize < 2 * sizeof(int16_t)) { 386 *pValueSize = 2 * sizeof(int16_t); 420 ALOGV("Equalizer_getParameter() EQ_PARAM_NUM_BANDS %d", *(int16_t *)pValue); 424 *(int16_t *)pValue = -9600; 425 *((int16_t *)pValue + 1) = 4800; 436 *(int16_t *)pValue = (int16_t)pEqualizer->getGain(param2); 477 ALOGV("Equalizer_getParameter() EQ_PARAM_GET_NUM_OF_PRESETS %d", *(int16_t *)pValue) [all...] |
/external/android-clat/ |
config.h | 28 int16_t mtu, ipv4mtu;
|
/external/chromium_org/ppapi/c/ |
pp_stdint.h | 39 typedef short int16_t; typedef
|
/external/chromium_org/third_party/icu/source/common/ |
rbbidata.h | 98 int16_t fAccepting; /* Non-zero if this row is for an accepting state. */ 105 int16_t fLookAhead; /* Non-zero if this row is for a state that */ 110 int16_t fTagIdx; /* Non-zero if this row covers a {tagged} position */ 114 int16_t fReserved;
|
/external/chromium_org/third_party/icu/source/i18n/ |
inputext.h | 46 int16_t *fByteStats;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga_types.h | 38 typedef int16_t int16;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkBoundable.cpp | 27 if (fBounds.fLeft == (int16_t)0x8000U) {
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitter.h | 32 const int16_t runs[]); 97 const int16_t runs[]) SK_OVERRIDE; 119 const int16_t runs[]) SK_OVERRIDE; 146 const int16_t runs[]) SK_OVERRIDE;
|
SkFDot6.h | 53 if (a == (int16_t)a) {
|
/external/chromium_org/third_party/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/icu4c/common/ |
rbbidata.h | 98 int16_t fAccepting; /* Non-zero if this row is for an accepting state. */ 105 int16_t fLookAhead; /* Non-zero if this row is for a state that */ 110 int16_t fTagIdx; /* Non-zero if this row covers a {tagged} position */ 114 int16_t fReserved;
|
/external/icu4c/i18n/ |
inputext.h | 46 int16_t *fByteStats;
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_nat.h | 26 int16_t offset_before, offset_after;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_filter.c | 15 DECLARE_ALIGNED(256, const int16_t, 36 DECLARE_ALIGNED(256, const int16_t, 57 DECLARE_ALIGNED(256, const int16_t, 78 DECLARE_ALIGNED(256, const int16_t,
|
/external/libvpx/libvpx/vpx/ |
vpx_integer.h | 20 typedef signed short int16_t; typedef
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_types.h | 38 typedef int16_t int16;
|
/external/skia/src/animator/ |
SkBoundable.cpp | 27 if (fBounds.fLeft == (int16_t)0x8000U) {
|
/external/skia/src/core/ |
SkBlitter.h | 32 const int16_t runs[]); 97 const int16_t runs[]) SK_OVERRIDE; 119 const int16_t runs[]) SK_OVERRIDE; 146 const int16_t runs[]) SK_OVERRIDE;
|
SkFDot6.h | 53 if (a == (int16_t)a) {
|
Completed in 2699 milliseconds
<<11121314151617181920>>