HomeSort by relevance Sort by last modified time
    Searched full:int16_t (Results 676 - 700 of 1371) sorted by null

<<21222324252627282930>>

  /hardware/libhardware_legacy/audio/
AudioHardwareStub.cpp 131 usleep(bytes * 1000000 / sizeof(int16_t) / AudioSystem::popCount(channels()) / sampleRate());
177 usleep(bytes * 1000000 / sizeof(int16_t) / AudioSystem::popCount(channels()) / sampleRate());
  /ndk/sources/cxx-stl/gabi++/src/
dwarf_helper.cc 178 result = static_cast<uintptr_t>(static_cast<int16_t>(readUData2(p)));
179 p += sizeof(int16_t);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h 114 const int16_t parentPointIndex = parentDicNode->getInputIndex(0);
129 const int16_t insertedPointIndex = parentDicNode->getInputIndex(0);
  /external/chromium_org/native_client_sdk/src/doc/devguide/coding/
audio.rst 299 const int16_t max_int16 = std::numeric_limits<int16_t>::max();
301 int16_t* buff = reinterpret_cast<int16_t*>(samples);
319 int16_t scaled_value = static_cast<int16_t>(sin_value * max_int16);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
main.cpp 144 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
477 static int16_t handleEventCarbon(NPP instance, PluginObject* obj, EventRecord* event)
585 static int16_t handleEventCocoa(NPP instance, PluginObject* obj, NPCocoaEvent* event)
666 static int16_t handleEventX11(NPP instance, PluginObject* obj, XEvent* event)
726 static int16_t handleEventWin(NPP instance, PluginObject* obj, NPEvent* event)
777 int16_t NPP_HandleEvent(NPP instance, void *event)
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 154 static int16_t currentIndex = 0; /* the current index into the data trie */
214 int16_t length;
378 int16_t adjustedLen=0, i;
433 int16_t delta = (int16_t)((int32_t)codepoint - (int16_t) mapping[0]);
  /external/icu4c/tools/gensprep/
store.c 155 static int16_t currentIndex = 0; /* the current index into the data trie */
214 int16_t length;
359 int16_t adjustedLen=0, i, j;
410 int16_t delta = (int16_t)((int32_t)codepoint - (int16_t) mapping[0]);
  /external/libexif/m4m/
stdint.m4 465 /* int8_t int16_t int32_t defined by inet code, redeclare the u_intXX types */
494 typedef short int16_t;
506 typedef short int16_t;
518 typedef short int16_t;
535 typedef short int16_t;
565 typedef int16_t int_least16_t;
  /external/libmtp/m4/
stdint.m4 463 /* int8_t int16_t int32_t defined by inet code, redeclare the u_intXX types */
492 typedef short int16_t;
504 typedef short int16_t;
516 typedef short int16_t;
533 typedef short int16_t;
563 typedef int16_t int_least16_t;
  /external/qemu/
cpu-all.h 244 return (int16_t)val;
247 return (int16_t)(p[0] | (p[1] << 8));
350 return *(int16_t *)ptr;
426 return (int16_t)val;
429 return (int16_t)((b[0] << 8) | b[1]);
539 return *(int16_t *)ptr;
  /external/qemu/elff/
elf_file.h 178 int16_t pull_val(const int16_t* val) const {
179 return static_cast<int16_t>
182 int16_t pull_val(const int16_t& val) const {
183 return static_cast<int16_t>
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.h 178 int16_t pull_val(const int16_t* val) const {
179 return static_cast<int16_t>
182 int16_t pull_val(const int16_t& val) const {
183 return static_cast<int16_t>
  /external/chromium_org/third_party/icu/source/test/cintltst/
utf8tst.c 61 static void printUChars(const uint8_t *uchars, int16_t len);
93 int16_t i;
135 int16_t i;
137 for(i=0; i<sizeof(codepoint)/sizeof(codepoint[0]); i=(int16_t)(i+2)){
564 static const int16_t start_unsafe[]
566 static const int16_t start_safe[]
568 static const int16_t limit_unsafe[]
570 static const int16_t limit_safe[]
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 65 int16_t out[16];
105 static void ITransformSSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst,
326 int16_t* out) {
458 static void FTransformWHTSSE2(const int16_t* in, int16_t* out) {
459 int16_t tmp[16];
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 61 static void printUChars(const uint8_t *uchars, int16_t len);
103 int16_t i;
145 int16_t i;
147 for(i=0; i<LENGTHOF(codepoint); i=(int16_t)(i+2)){
725 static const int16_t start_safe[]
727 static const int16_t limit_safe[]
766 static const int16_t start_unsafe[]
768 static const int16_t limit_unsafe[]
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_horiz_dspr2.c 27 const int16_t *filter_x0,
36 const int16_t *filter = &filter_x0[3];
122 const int16_t *filter_x0,
131 const int16_t *filter = &filter_x0[3];
271 const int16_t *filter_x0,
283 const int16_t *filter = &filter_x0[3];
521 const int16_t *filter_x0,
532 const int16_t *filter = &filter_x0[3];
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 65 int16_t out[16];
105 static void ITransformSSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst,
326 int16_t* out) {
458 static void FTransformWHTSSE2(const int16_t* in, int16_t* out) {
459 int16_t tmp[16];
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 123 int16_t *buffer;
144 int16_t *buffer;
465 (int16_t *)((char *)buffer +
618 int16_t *in_buffer = (int16_t *)buffer;
961 int16_t *in_buffer = (int16_t *)buffer;
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 130 int16_t *mBuffer;
185 mBuffer = new int16_t[mBufferMask];
316 int16_t samples[mSampleCount];
403 int16_t samples[count];
863 int16_t one;
870 int16_t output[sampleCount];
875 int16_t input[sampleCount];
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 15 void vp9_fdct4x4_sse2(const int16_t *input, int16_t *output, int stride) {
114 static INLINE void load_buffer_4x4(const int16_t *input, __m128i *in,
135 static INLINE void write_buffer_4x4(int16_t *output, __m128i *res) {
247 void vp9_short_fht4x4_sse2(const int16_t *input, int16_t *output,
275 void vp9_fdct8x8_sse2(const int16_t *input, int16_t *output, int stride) {
532 static INLINE void load_buffer_8x8(const int16_t *input, __m128i *in,
598 static INLINE void write_buffer_8x8(int16_t *output, __m128i *res, int stride)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 460 // public int16_t constructor
461 LLAssert(llong((int16_t)0).asInt() == (int16_t)0);
462 LLAssert(llong((int16_t)1).asInt() == (int16_t)1);
463 LLAssert(llong((int16_t)-1).asInt() == (int16_t)-1);
464 LLAssert(llong((int16_t)0x7fff).asInt() == (int16_t)0x7fff);
465 LLAssert(llong((int16_t)0xffff).asInt() == (int16_t)0xffff)
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 461 // public int16_t constructor
462 LLAssert(llong((int16_t)0).asInt() == (int16_t)0);
463 LLAssert(llong((int16_t)1).asInt() == (int16_t)1);
464 LLAssert(llong((int16_t)-1).asInt() == (int16_t)-1);
465 LLAssert(llong((int16_t)0x7fff).asInt() == (int16_t)0x7fff);
466 LLAssert(llong((int16_t)0xffff).asInt() == (int16_t)0xffff)
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp     [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 184 if (disp != (int16_t) disp)
452 if (arg == (int16_t) arg)
532 if (offset == (int16_t) offset)
543 if (offset == (int16_t) (offset & ~3))
950 if (si == (int16_t) si)
962 if (si == (int16_t) si
986 if ((int16_t) arg2 == arg2) {
1006 if ((int16_t) arg2 == arg2) {
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 143 void MixStereoToMono(const int16_t* stereo,
144 int16_t* mono,
149 mono[i] = static_cast<int16_t>(int32);
163 void SetFrameTo(AudioFrame* frame, int16_t value) {
170 int16_t MaxAudioFrame(const AudioFrame& frame) {
172 int16_t max = AbsValue(frame._payloadData[0]);
191 sizeof(int16_t))) {
    [all...]

Completed in 1611 milliseconds

<<21222324252627282930>>