HomeSort by relevance Sort by last modified time
    Searched refs:int8_t (Results 51 - 75 of 1570) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/api/
pp_stdint.idl 19 int8_t;
37 /** Used for padding, should be (u)int8_t */
72 typedef signed char int8_t;
  /external/chromium_org/ppapi/generators/test_cgen/
enum_typedef.h 57 * typedef int8_t (*PPB_Audio_Callback)(const void* sample_buffer,
61 typedef int8_t (*PPB_Audio_Callback)(const void* sample_buffer,
interface.idl 22 * int8_t (*mem1)(int16_t x, int32_t y);
31 int8_t mem1([in] int16_t x, [in] int32_t y);
40 int8_t testIface([in] ifaceFoo foo, [in] int32_t y);
  /external/chromium_org/third_party/icu/source/i18n/
ucurrimp.h 53 int8_t type,
simpletz.cpp 51 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
87 int8_t savingsStartMonth, int8_t savingsStartDay,
88 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
89 int8_t savingsEndMonth, int8_t savingsEndDay,
90 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
106 int8_t savingsStartMonth, int8_t savingsStartDay,
107 int8_t savingsStartDayOfWeek, int32_t savingsStartTime
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 15 typedef signed char int8_t; typedef
  /external/chromium_org/third_party/libwebp/webp/
types.h 27 typedef signed char int8_t; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_types.h 41 typedef int8_t int8;
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
fine_audio_buffer.cc 31 cache_buffer_.reset(new int8_t[bytes_per_10_ms_]);
44 void FineAudioBuffer::GetBufferData(int8_t* buffer) {
57 int8_t* unwritten_buffer = &buffer[cached_bytes_];
77 int8_t* cache_ptr = &buffer[cache_location];
single_rw_fifo.cc 58 queue_.reset(new int8_t*[capacity_]);
64 void SingleRwFifo::Push(int8_t* mem) {
84 int8_t* SingleRwFifo::Pop() {
85 int8_t* ret_val = NULL;
fine_audio_buffer_unittest.cc 33 bool VerifyBuffer(const int8_t* buffer, int buffer_number, int size) {
51 int8_t* buffer = static_cast<int8_t*>(arg0);
83 scoped_ptr<int8_t[]> out_buffer;
85 new int8_t[fine_buffer.RequiredBufferSizeBytes()]);
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport.h 37 int8_t sin_length;
38 int8_t sin_family;
44 int8_t sin_zero[8];
58 int8_t sin_length;
59 int8_t sin_family;
76 int8_t sin_length;
77 int8_t sin_family;
81 int8_t __ss_pad1[SS_PAD1SIZE];
83 int8_t __ss_pad2[SS_PAD2SIZE];
99 virtual void IncomingRTPPacket(const int8_t* incomingRtpPacket
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
stdint.h 15 typedef signed char int8_t; typedef
  /external/icu/icu4c/source/i18n/
ucurrimp.h 53 int8_t type,
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 41 typedef int8_t int8;
  /external/openfst/src/include/fst/
types.h 28 typedef int8_t int8;
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_stdint.h 39 typedef signed __int8 int8_t; typedef
  /external/webp/include/webp/
types.h 27 typedef signed char int8_t; typedef
  /frameworks/av/include/media/
AudioBufferProvider.h 36 int8_t* i8;
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 66 typedef int8_t int8;
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 21 typedef signed char int8_t; typedef
  /hardware/invensense/60xx/mlsdk/platform/include/
stdint_invensense.h 33 typedef char int8_t; typedef
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 21 typedef signed char int8_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 21 typedef signed char int8_t; typedef
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.h 41 const int8_t payloadType,
47 const int8_t payloadType,
98 const int8_t payloadType,
118 int8_t _payloadTypeRED;
119 int8_t _payloadTypeFEC;

Completed in 1053 milliseconds

1 23 4 5 6 7 8 91011>>