Searched refs:int8_t (Results 126 - 150 of 865) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/test/
H A Dfake_audio_device.h55 int8_t captured_audio_[kBufferSizeBytes];
56 int8_t playout_buffer_[kBufferSizeBytes];
/external/chromium_org/third_party/webrtc/voice_engine/
H A Ddtmf_inband_queue.cc50 int8_t
59 int8_t nextDtmf = _DtmfKey[0];
/external/clang/test/CodeGen/
H A Darm64_vadd.c19 int8_t test_vaddv_s8(int8x8_t a1) {
61 int8_t test_vaddvq_s8(int8x16_t a1) {
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_win32.h33 typedef signed __int8 int8_t; typedef
57 typedef signed char int8_t; typedef
/external/svox/pico/compat/include/
H A DTtsEngine.h62 // @param [inout] int8_t *& - A buffer of audio data only valid during the
71 tts_audio_format, int, int8_t *&, size_t&, tts_synth_status);
235 virtual tts_result synthesizeText(const char *text, int8_t *buffer,
/external/svox/pico/compat/jni/
H A Dtts.h111 // @param [inout] int8_t *& - A buffer of audio data only valid during the
124 int8_t **pAudioBuffer,
307 int8_t *buffer,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.h47 const int8_t payload_type,
98 const int8_t payload_type, const uint32_t frequency,
101 int32_t DeRegisterSendPayload(const int8_t payload_type);
103 void SetSendPayloadType(int8_t payload_type);
105 int8_t SendPayloadType() const;
139 const int8_t payload_type,
205 const int8_t payload_type,
233 bool SendTelephoneEventActive(int8_t *telephone_event) const;
244 int32_t SetRED(const int8_t payload_type);
247 int32_t RED(int8_t *payload_typ
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dgregoimp.h150 static inline int8_t monthLength(int32_t year, int32_t month);
158 static inline int8_t previousMonthLength(int y, int m);
251 static const int8_t MONTH_LENGTH[24];
263 inline int8_t
268 inline int8_t
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h75 typedef signed char int8_t; typedef
82 typedef signed __int8 int8_t; typedef
94 typedef int8_t int_least8_t;
104 typedef int8_t int_fast8_t;
132 #define INT8_MIN ((int8_t)_I8_MIN)
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dfile_recorder_impl.h88 const int8_t* audioBuffer,
103 int8_t _audioBuffer[MAX_AUDIO_BUFFER_IN_BYTES];
113 AudioFrameFileInfo(const int8_t* audioData,
129 int8_t _audioData[MAX_AUDIO_BUFFER_IN_BYTES];
153 const int8_t* audioBuffer,
H A Dvideo_coder.h41 int8_t DefaultPayloadType(const char* plName);
/external/icu/icu4c/source/i18n/
H A Dgregoimp.h150 static inline int8_t monthLength(int32_t year, int32_t month);
158 static inline int8_t previousMonthLength(int y, int m);
251 static const int8_t MONTH_LENGTH[24];
263 inline int8_t
268 inline int8_t
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h75 typedef signed char int8_t; typedef
82 typedef signed __int8 int8_t; typedef
94 typedef int8_t int_least8_t;
104 typedef int8_t int_fast8_t;
132 #define INT8_MIN ((int8_t)_I8_MIN)
/external/mesa3d/include/c99/
H A Dstdint.h75 typedef signed char int8_t; typedef
82 typedef signed __int8 int8_t; typedef
94 typedef int8_t int_least8_t;
104 typedef int8_t int_fast8_t;
132 #define INT8_MIN ((int8_t)_I8_MIN)
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DTestSenderReceiver.cc110 const int8_t payloadType /*= 127*/)
318 void TestSenderReceiver::IncomingRTPPacket(const int8_t* incomingRtpPacket,
320 const int8_t* fromIP,
328 void TestSenderReceiver::IncomingRTCPPacket(const int8_t* incomingRtcpPacket,
330 const int8_t* fromIP,
344 const int8_t* ipAddr,
347 const int8_t payloadType /*= 127*/)
/external/chromium_org/third_party/icu/source/common/
H A Dunistr_case.cpp35 int8_t
69 return (int8_t)(result >> 24 | 1);
77 return (int8_t)((length - srcLength) >> 24 | 1);
/external/elfutils/0.153/libasm/
H A DlibasmP.h193 int8_t type;
195 int8_t binding;
278 extern int __asm_addint8_internal (AsmScn_t *asmscn, int8_t num)
/external/icu/icu4c/source/common/
H A Dunistr_case.cpp35 int8_t
69 return (int8_t)(result >> 24 | 1);
77 return (int8_t)((length - srcLength) >> 24 | 1);
/external/libunwind/include/
H A Dremote.h12 unw_word_t *addr, int8_t *valp, void *arg)
14 *valp = *(int8_t *) (uintptr_t) *addr;
52 unw_word_t *addr, int8_t *valp, void *arg)
/external/chromium_org/base/
H A Dbasictypes.h22 typedef int8_t int8;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.h36 int8_t *skip);
/external/chromium_org/third_party/qcms/src/
H A Dqcmstypes.h48 typedef __int8 int8_t; typedef
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTableTypes.h20 typedef int8_t SK_OT_CHAR;
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h62 typedef int8_t int8;
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
H A Dfake_audio_device_buffer.h58 scoped_ptr<scoped_ptr<int8_t[]>[]> buf_;

Completed in 2364 milliseconds

1234567891011>>