Searched refs:kint16max (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/base/
H A Dbasictypes.h52 const int16 kint16max = 0x7FFF; variable
/external/chromium_org/media/cast/test/utility/
H A Dgenerate_timecode_audio.cc30 const int16 sample_s16 = static_cast<int16>(samples[i] * kint16max);
/external/chromium_org/media/base/
H A Daudio_buffer_unittest.cc254 VerifyBus(bus.get(), frames, 1.0f / kint16max, 1.0f / kint16max);
260 VerifyBus(bus.get(), frames, 1.0f / kint16max, 1.0f / kint16max);
325 VerifyBus(bus.get(), 10, 1.0f / kint16max, 1.0f / kint16max);
331 VerifyBus(bus.get(), frames, 1.0f / kint16max, 1.0f / kint16max);
336 VerifyBus(bus.get(), frames, 1.0f / kint16max, 1.0f / kint16max);
[all...]
H A Daudio_buffer_queue_unittest.cc220 VerifyBus(bus.get(), 0, 4, 4, 1.0f / kint16max, 1.0f / kint16max);
221 VerifyBus(bus.get(), 4, 2, 20, 9.0f / kint16max, 1.0f / kint16max);
285 VerifyBus(bus.get(), 0, 4, 4, 1.0f / kint16max, 1.0f / kint16max);
286 VerifyBus(bus.get(), 4, 2, 20, 5.0f / kint16max, 1.0f / kint16max);
H A Daudio_bus_unittest.cc250 kint16min, 0, kint16max, kint16min, kint16max / 2, kint16min / 2,
251 0, kint16max, 0, 0 };
H A Daudio_bus.cc252 1.0f / kint16min, 1.0f / kint16max);
293 this, start_frame, frames, dest, kint16min, kint16max);
H A Daudio_buffer.cc164 // Convert int16 values in the range [kint16min, kint16max] to [-1.0, 1.0].
166 return value * (value < 0 ? -1.0f / kint16min : 1.0f / kint16max);
/external/chromium_org/ui/app_list/
H A Dspeech_ui_model.cc58 kint16max);
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h51 const int16 kint16max = INT16_MAX; variable
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h40 const int16 kint16max = INT16_MAX; member in namespace:i18n::phonenumbers
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h72 const int16 kint16max = (( int16) 0x7FFF); variable
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h78 const int16 kint16max = ( ( int16) 0x7FFF); variable
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h78 const int16 kint16max = ( ( int16) 0x7FFF); variable
/external/chromium_org/base/files/
H A Dfile_util_win.cc352 new_dir_name.append(IntToString16(RandInt(0, kint16max)));
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc461 DCHECK(index <= kint16max && index >= 0);

Completed in 378 milliseconds