/art/runtime/mirror/ |
art_field-inl.h | 130 inline int16_t ArtField::GetShort(const Object* object) const { 136 inline void ArtField::SetShort(Object* object, int16_t s) const {
|
/device/asus/deb/original-kernel-headers/media/ |
msm_cam_sensor.h | 387 int16_t dest_step_pos; 393 int16_t initial_code;
|
/device/asus/flo/original-kernel-headers/media/ |
msm_cam_sensor.h | 387 int16_t dest_step_pos; 393 int16_t initial_code;
|
/external/chromium_org/content/renderer/media/ |
webrtc_audio_device_not_impl.cc | 50 int16_t WebRtcAudioDeviceNotImpl::PlayoutDevices() { 54 int16_t WebRtcAudioDeviceNotImpl::RecordingDevices() {
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ffmpeg/ |
FFTFrameFFMPEG.cpp | 48 int16_t re; 49 int16_t im;
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginTest.cpp | 89 NPError PluginTest::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) 124 int16_t PluginTest::NPP_HandleEvent(void*)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 106 int16_t maxGPR; /* may be -1 if none used */ 107 int16_t maxOutput;
|
nv50_ir_graph.h | 140 int16_t inCount; 141 int16_t outCount;
|
/external/chromium_org/third_party/ots/include/ |
opentype-sanitiser.h | 12 typedef short int16_t; typedef 114 bool WriteS16(int16_t v) {
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFFont.h | 154 bool addCommonFontDescriptorEntries(int16_t defaultWidth); 159 void adjustGlyphRangeForSingleByteEncoding(int16_t glyphID);
|
/external/chromium_org/third_party/smhasher/src/ |
pstdint.h | 77 * int32_t, int16_t and int8_t, it just dumps out with a compiler 139 * (u)intmax_t, (u)int64_t, (u)int32_t, (u)int16_t, (u)least64_t, 357 #ifndef int16_t 359 typedef signed int int16_t; typedef 360 # define INT16_C(v) ((int16_t) (v)) 365 typedef signed short int16_t; typedef 366 # define INT16_C(v) ((int16_t) (v)) 582 typedef int16_t int_least16_t;
|
/external/compiler-rt/lib/ |
gcc_personality_v0.c | 129 result = *((int16_t*)p); 130 p += sizeof(int16_t);
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_short_idct4x4_add_neon.asm | 19 ;void vp9_short_idct4x4_add_neon(int16_t *input, uint8_t *dest, int dest_stride) 21 ; r0 int16_t input
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 106 int16_t maxGPR; /* may be -1 if none used */ 107 int16_t maxOutput;
|
nv50_ir_graph.h | 140 int16_t inCount; 141 int16_t outCount;
|
/external/qemu/hw/ |
hw.h | 186 static inline void qemu_put_sbe16s(QEMUFile *f, const int16_t *pv) 206 static inline void qemu_get_sbe16s(QEMUFile *f, int16_t *pv)
|
/external/qemu/slirp/ |
slirp.h | 62 typedef short int16_t; typedef 66 typedef int int16_t; typedef
|
/external/qemu/slirp-android/ |
slirp.h | 54 typedef short int16_t; typedef 58 typedef int int16_t; typedef
|
/external/sfntly/cpp/src/test/ |
cmap_test.cc | 149 c1 = TestUtils::EncodeOneChar(encoder1_, (int16_t)uchar); 152 c2 = TestUtils::EncodeOneChar(encoder2_, (int16_t)uchar);
|
/external/skia/src/pdf/ |
SkPDFFont.h | 154 bool addCommonFontDescriptorEntries(int16_t defaultWidth); 159 void adjustGlyphRangeForSingleByteEncoding(int16_t glyphID);
|
/external/srtp/ |
config.hw | 38 /* Define to 1 if the system has the type `int16_t'. */ 189 typedef __int16 int16_t;
|
/external/srtp/crypto/include/ |
config.h | 34 /* Define to 1 if the system has the type `int16_t'. */ 195 typedef short int16_t; typedef
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_neon.S | 15 @ void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0, 16 @ int16_t input1,
|
/frameworks/av/services/audioflinger/ |
AudioResampler.cpp | 60 void AsmMono16Loop(int16_t *in, int32_t* maxOutPt, int32_t maxInIdx, 63 void AsmStereo16Loop(int16_t *in, int32_t* maxOutPt, int32_t maxInIdx, 249 void AudioResampler::setVolume(int16_t left, int16_t right) { 334 int16_t *in = mBuffer.i16; 428 int16_t *in = mBuffer.i16; 513 void AudioResamplerOrder1::AsmMono16Loop(int16_t *in, int32_t* maxOutPt, int32_t maxInIdx, 624 void AudioResamplerOrder1::AsmStereo16Loop(int16_t *in, int32_t* maxOutPt, int32_t maxInIdx,
|
AudioResamplerCubic.cpp | 73 int16_t *in = mBuffer.i16; 139 int16_t *in = mBuffer.i16;
|