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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/android/
tts.h 110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
123 int8_t **pAudioBuffer,
306 int8_t *buffer,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.h 47 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_type) const
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.h 150 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/
stdint.h 75 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/icu/icu4c/source/i18n/
gregoimp.h 150 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/
stdint.h 75 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/
stdint.h 75 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)
  /frameworks/av/media/img_utils/include/img_utils/
EndianUtils.h 104 virtual status_t write(const int8_t* buf, size_t offset, size_t count);
172 inline int8_t convertToBigEndian(int8_t in) {
212 inline int8_t convertToLittleEndian(int8_t in) {
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 291 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
292 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
293 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
294 void inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
295 void inv_get_compass_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 116 int8_t reg_flag[MM_CAMERA_MAX_NUM_FRAMES];
119 int8_t ref_count[MM_CAMERA_MAX_NUM_FRAMES];
147 int8_t pending_cnt;
152 int8_t fifo[MM_CAMERA_MAX_FRAME_NUM];
153 int8_t low;
154 int8_t high;
155 int8_t len;
156 int8_t water_mark;
240 int8_t my_id;
267 int8_t num_cam
    [all...]

Completed in 883 milliseconds

1 2 3 4 5 6 78 91011>>