OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int16_t
(Results
376 - 400
of
1335
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/v8/include/
v8stdint.h
40
typedef short
int16_t
; // NOLINT
typedef
/external/libvpx/libvpx/vp9/common/
vp9_seg_common.h
44
int16_t
feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
/external/qemu/distrib/sdl-1.2.15/include/
SDL_config_minimal.h
34
typedef signed short
int16_t
;
typedef
/external/skia/src/animator/
SkHitTest.cpp
38
if (bBounds.fLeft == (
int16_t
)0x8000U)
/external/v8/include/
v8stdint.h
40
typedef short
int16_t
; // NOLINT
typedef
/external/webp/include/webp/
types.h
29
typedef signed short
int16_t
;
typedef
/frameworks/av/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.h
32
} M4AM_Buffer16; // Structure contains
Int16_t
pointer
/frameworks/av/media/common_time/
local_clock.cpp
73
status_t LocalClock::setLocalSlew(
int16_t
rate) {
/frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h
55
kMaxInputBufferSize = kMaxNumSamplesPerFrame * sizeof(
int16_t
) * 2,
/frameworks/av/media/mtp/
MtpProperty.h
30
int16_t
i16;
MtpTypes.h
63
typedef Vector<
int16_t
> Int16List;
/hardware/akm/AK8975_FS/libsensors/
AkmSensor.cpp
243
int16_t
acc[3];
245
acc[0] = (
int16_t
)(data->acceleration.x / GRAVITY_EARTH * AKSC_LSG);
246
acc[1] = (
int16_t
)(data->acceleration.y / GRAVITY_EARTH * AKSC_LSG);
247
acc[2] = (
int16_t
)(data->acceleration.z / GRAVITY_EARTH * AKSC_LSG);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cstdint
37
using ::
int16_t
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdint
37
using ::
int16_t
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdint
37
using ::
int16_t
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdint
37
using ::
int16_t
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cstdint
37
using ::
int16_t
;
/system/media/audio_utils/
fixedfft.cpp
96
return (((a >> 16) * (b >> 16) + (
int16_t
)a * (
int16_t
)b) & ~0xFFFF) |
97
((((a >> 16) * (
int16_t
)b - (
int16_t
)a * (b >> 16)) >> 16) & 0xFFFF);
/bionic/libc/include/
stdint.h
44
typedef __int16_t
int16_t
;
typedef
85
*
int16_t
& uint16_t
88
typedef
int16_t
int_least16_t;
/development/ndk/platforms/android-3/include/
stdint.h
44
typedef __int16_t
int16_t
;
typedef
85
*
int16_t
& uint16_t
88
typedef
int16_t
int_least16_t;
/external/chromium_org/media/base/android/
webaudio_media_codec_bridge.cc
162
std::vector<
int16_t
> decoded_data;
169
int16_t
* data = static_cast<
int16_t
*>(env->GetDirectBufferAddress(buf));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.cpp
172
int16_t
DataView::getInt16(unsigned byteOffset, bool littleEndian, ExceptionState& es)
174
return getData<
int16_t
>(byteOffset, littleEndian, es);
214
setData<
int16_t
>(byteOffset, value, littleEndian, es);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
VDMXParser.cpp
76
bool readS16(
int16_t
* value)
186
int16_t
tempYMax, tempYMin;
194
if (!buf.skip(2 * sizeof(
int16_t
)))
/external/chromium_org/third_party/icu/source/i18n/
dtptngen_impl.h
103
int16_t
type;
104
int16_t
minLen;
105
int16_t
weight;
/external/chromium_org/third_party/ots/src/
metrics.cc
56
int16_t
data_format;
120
int16_t
sb = 0;
143
int16_t
sb;
Completed in 1252 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>