HomeSort by relevance Sort by last modified time
    Searched refs:value16 (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 63 Uint16 value16 = 0xCDAB; local
94 printf("Value 16 = 0x%X, swapped = 0x%X\n", value16, SDL_Swap16(value16));
96 if ( SDL_Swap16(value16) != swapped16 ) {
  /external/chromium/third_party/libjingle/source/talk/base/
stringencode.cc 243 // Accumulate the trailer byte values in value16, and combine it with the
245 unsigned long value16 = (s[1] & 0x3F);
247 *value = ((s[0] & 0x1F) << 6) | value16;
253 value16 = (value16 << 6) | (s[2] & 0x3F);
255 *value = ((s[0] & 0x0F) << 12) | value16;
261 value16 = (value16 << 6) | (s[3] & 0x3F);
263 *value = ((s[0] & 0x07) << 18) | value16;
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 1039 int16_t value16; local
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 702 int16_t value16; local
703 ALOGV("Downmix_setParameter, context %p, param %d, value16 %d, value32 %d",
714 value16 = *(int16_t *)pValue;
715 ALOGV("set DOWNMIX_PARAM_TYPE, type %d", value16);
716 if (!((value16 > DOWNMIX_TYPE_INVALID) && (value16 <= DOWNMIX_TYPE_LAST))) {
717 ALOGE("Downmix_setParameter invalid DOWNMIX_PARAM_TYPE value %d", value16);
720 pDownmixer->type = (downmix_type_t) value16;
    [all...]
  /external/skia/legacy/src/core/
SkStream.cpp 159 uint16_t value16 = value; local
161 memcpy(&data[1], &value16, 2);
  /external/skia/src/core/
SkStream.cpp 181 uint16_t value16 = value; local
183 memcpy(&data[1], &value16, 2);

Completed in 232 milliseconds