/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
OpenTypeTypes.h | 35 Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { } 36 operator int16_t() const { return static_cast<int16_t>(ntohs(v)); }
|
/external/libogg/include/ogg/ |
os_types.h | 31 typedef int16_t ogg_int16_t; 72 typedef int16_t ogg_int16_t; 92 typedef int16_t ogg_int16_t;
|
/external/libvpx/libvpx/test/ |
subtract_test.cc | 49 be.src_diff = reinterpret_cast<int16_t*>( 61 int16_t *src_diff = be.src_diff; 64 src_diff[c] = static_cast<int16_t>(0xa5a5);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 294 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]); 295 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]); 296 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]); 297 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]); 299 DECLARE_ALIGNED(16, int16_t, uv_quant[QINDEX_RANGE][8]); 300 DECLARE_ALIGNED(16, int16_t, uv_quant_shift[QINDEX_RANGE][8]); 301 DECLARE_ALIGNED(16, int16_t, uv_zbin[QINDEX_RANGE][8]); 302 DECLARE_ALIGNED(16, int16_t, uv_round[QINDEX_RANGE][8]); 305 DECLARE_ALIGNED(16, int16_t, a_quant[QINDEX_RANGE][8]); 306 DECLARE_ALIGNED(16, int16_t, a_quant_shift[QINDEX_RANGE][8]) [all...] |
/external/webrtc/src/modules/audio_processing/ |
level_estimator_impl.cc | 40 void Process(int16_t* data, int length) { 73 static double SumSquare(int16_t* data, int length) { 104 int16_t* mixed_data = audio->data(0);
|
/external/webrtc/src/ |
typedefs.h | 100 typedef signed short int16_t; typedef 118 typedef int16_t WebRtc_Word16; 133 typedef int16_t WebRtc_Word16;
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_convolve2_vert_dspr2.c | 27 const int16_t *filter_y, 40 const int16_t *filter = &filter_y[3]; 125 const int16_t *filter_y, 137 const int16_t *filter = &filter_y[3]; 220 const int16_t *filter_x, int x_step_q4, 221 const int16_t *filter_y, int y_step_q4,
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
AACEncoder.cpp | 151 mInputFrame = new int16_t[mChannels * kNumSamplesPerFrame]; 252 sizeof(int16_t) * (nSamples - mNumInputSamples)); 257 size_t align = mInputBuffer->range_length() % sizeof(int16_t); 271 size_t copy = (nSamples - mNumInputSamples) * sizeof(int16_t); 290 mNumInputSamples += copy / sizeof(int16_t); 300 inputData.Length = nSamples * sizeof(int16_t);
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
SoftG711.cpp | 89 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t); 225 reinterpret_cast<int16_t *>(outHeader->pBuffer), 229 reinterpret_cast<int16_t *>(outHeader->pBuffer), 235 outHeader->nFilledLen = inHeader->nFilledLen * sizeof(int16_t); 254 int16_t *out, const uint8_t *in, size_t inSize) { 280 int16_t *out, const uint8_t *in, size_t inSize) {
|
/frameworks/wilhelm/src/android/ |
android_GenericPlayer.h | 76 void setBufferingUpdateThreshold(int16_t thresholdPercent); 155 void bufferingUpdate(int16_t fillLevelPerMille); 186 int16_t mPlaybackRatePermille; 189 int16_t mCacheFill; // cache fill level + played back level in permille 190 int16_t mLastNotifiedCacheFill; // last cache fill level communicated to the listener 191 int16_t mCacheFillNotifThreshold; // threshold in cache fill level for cache fill to be reported
|
/cts/suite/audio_quality/lib/src/ |
BuiltinProcessing.cpp | 57 int16_t* rawData = reinterpret_cast<int16_t*>(data->getData());
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
InvokeDestroysPluginWithinNPP_New.cpp | 39 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *); 48 NPError InvokeDestroysPluginWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
|
/external/chromium_org/third_party/icu/source/i18n/ |
nfrule.h | 82 int16_t expectedExponent() const; 97 int16_t exponent;
|
/external/chromium_org/third_party/qcms/src/ |
qcmstypes.h | 39 typedef PRInt16 int16_t; typedef 81 typedef __int16 int16_t; typedef
|
/external/icu4c/i18n/ |
nfrule.h | 82 int16_t expectedExponent() const; 97 int16_t exponent;
|