OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int16_t
(Results
776 - 800
of
1335
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h
68
typedef
int16_t
int16;
/frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp
367
size_t frameSize = 2 /* numChannels */ * sizeof(
int16_t
);
382
int16_t
*ptr = (
int16_t
*)accessUnit->data();
383
for (size_t i = 0; i < payloadSize / sizeof(
int16_t
); ++i) {
/frameworks/base/media/jni/
android_media_AmrInputStream.cpp
82
(
int16_t
*) inBuf,
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp
436
int32_t AHL = ((AHI & 0xFFFF) << 16) + (
int16_t
)(ALO & 0xFFFF) +
523
res = ((AHL + GP - P) - (
int16_t
)(AHL + GP - P)) >> 16;
527
res = ((AHL + S) - (
int16_t
)(AHL + S)) >> 16;
611
res = (G - (
int16_t
)G) >> (16 + A);
/frameworks/native/opengl/tests/finish/
finish.cpp
178
int16_t
texel = 0xF800;
/frameworks/wilhelm/src/android/
android_GenericPlayer.cpp
187
void GenericPlayer::setBufferingUpdateThreshold(
int16_t
thresholdPercent) {
239
mPlaybackRatePermille = (
int16_t
)ratePermille;
508
mCacheFillNotifThreshold = (
int16_t
)thresholdPercent;
572
void GenericPlayer::bufferingUpdate(
int16_t
fillLevelPerMille) {
/hardware/akm/AK8975_FS/akmdfs/
main.c
154
int16_t
n;
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mltypes.h
106
typedef
int16_t
__s16;
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mltypes.h
106
typedef
int16_t
__s16;
/hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_types.h
64
typedef
int16_t
TIMM_OSAL_S16; /*INT16 */
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h
102
const
int16_t
pointIndex = dicNode->getInputIndex(0);
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h
164
typedef short int
int16_t
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
stdint-gcc.h
37
typedef __INT16_TYPE__
int16_t
;
typedef
Completed in 1928 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>