HomeSort by relevance Sort by last modified time
    Searched refs:int8_t (Results 1 - 25 of 1536) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Utils.c 40 int8_t *b1 =(int8_t *)src;
41 int8_t *b2 =(int8_t *)dest;
42 int8_t diff = 0;
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h 360 int8_t (*setDimension)(int , void *);
361 int8_t (*setDefaultParams)(int );
362 int8_t (*registerPreviewBuf)(int , void *, uint32_t, struct msm_frame *, int8_t );
363 int8_t (*unregisterPreviewBuf)(int , void *, uint32_t, int , unsigned char *);
364 int8_t (*registerVideoBuf)(int , void *, uint32_t, struct msm_frame *, int8_t );
365 int8_t (*unregisterVideoBuf)(int , void *, uint32_t, int , unsigned char *);
366 int8_t (*startPreview)(int );
367 int8_t (*stopPreview)(int )
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h 353 int8_t (*setDimension)(int , void *);
354 int8_t (*setDefaultParams)(int );
355 int8_t (*registerPreviewBuf)(int , void *, uint32_t, struct msm_frame *, int8_t );
356 int8_t (*unregisterPreviewBuf)(int , void *, uint32_t, int , unsigned char *);
357 int8_t (*registerVideoBuf)(int , void *, uint32_t, struct msm_frame *, int8_t );
358 int8_t (*unregisterVideoBuf)(int , void *, uint32_t, int , unsigned char *);
359 int8_t (*startPreview)(int );
360 int8_t (*stopPreview)(int )
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.h 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy,
18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
26 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy,
28 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
32 int8_t *accuracy,
34 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
37 int inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.h 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy,
18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
26 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy,
28 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
32 int8_t *accuracy,
34 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
37 int inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
hal_outputs.h 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy,
18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
26 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
30 int8_t *accuracy,
32 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
single_rw_fifo.h 29 void Push(int8_t* mem);
30 int8_t* Pop();
38 scoped_ptr<int8_t*[]> queue_;
single_rw_fifo_unittest.cc 33 for (int8_t i = 0; i < kCapacity; ++i) {
35 buffer_[i].reset(new int8_t[kBufferSize]);
47 for (int8_t i = 0; i < number_of_buffers; ++i) {
48 int8_t* data = memory_queue_.front();
58 for (int8_t i = 0; i < number_of_buffers; ++i) {
59 int8_t* data = fifo_.Pop();
69 std::list<int8_t*>::const_iterator iter = memory_queue_.begin();
73 int8_t previous_index = DataToElementIndex(*iter);
76 int8_t current_index = DataToElementIndex(*iter);
86 int8_t DataToElementIndex(int8_t* data) const
    [all...]
fine_audio_buffer.h 47 void GetBufferData(int8_t* buffer);
59 scoped_ptr<int8_t[]> cache_buffer_;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.h 31 const int8_t payloadType,
38 const int8_t payloadType,
56 bool SendTelephoneEventActive(int8_t& telephoneEvent) const;
63 int32_t SetRED(const int8_t payloadType);
66 int32_t RED(int8_t& payloadType) const;
77 const int8_t payloadType);
94 int8_t _dtmfPayloadType;
102 int8_t _REDPayloadType;
106 int8_t _cngNBPayloadType;
107 int8_t _cngWBPayloadType
    [all...]
rtp_receiver_audio.h 44 bool TelephoneEventPayloadType(const int8_t payload_type) const;
52 bool CNGPayloadType(const int8_t payload_type,
73 int8_t payload_type,
79 int8_t payload_type,
95 void CheckPayloadChanged(int8_t payload_type,
116 int8_t telephone_event_payload_type_;
119 int8_t cng_nb_payload_type_;
120 int8_t cng_wb_payload_type_;
121 int8_t cng_swb_payload_type_;
122 int8_t cng_fb_payload_type_
    [all...]
  /external/libexif/contrib/watcom/
_stdint.h 8 typedef signed char int8_t; typedef
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_payload_registry.h 40 const int8_t payloadType,
62 const int8_t payload_type,
69 const int8_t payload_type);
76 int8_t* payload_type) const;
120 int8_t red_payload_type() const {
124 int8_t ulpfec_payload_type() const {
128 int8_t last_received_payload_type() const {
132 void set_last_received_payload_type(int8_t last_received_payload_type) {
137 int8_t last_received_media_payload_type() const {
156 int8_t red_payload_type_
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.h 53 int8_t omxJpegOpen();
54 int8_t omxJpegStart(uint8_t hw_encode_enable);
55 int8_t omxJpegEncode(omx_jpeg_encode_params *encode_params);
56 int8_t omxJpegEncodeNext(omx_jpeg_encode_params *encode_params);
61 int8_t mm_jpeg_encoder_setMainImageQuality(uint32_t quality);
62 int8_t mm_jpeg_encoder_setThumbnailQuality(uint32_t quality);
63 int8_t mm_jpeg_encoder_setRotation(int rotation,int isZSL);
65 int8_t mm_jpeg_encoder_get_buffer_offset(uint32_t width, uint32_t height,
  /external/chromium_org/third_party/webrtc/voice_engine/
level_indicator.h 31 int8_t Level() const;
47 int8_t _currentLevel;
  /external/compiler-rt/test/ubsan/TestCases/Integer/
add-overflow.cpp 10 (void)(int8_t(0x7f) + int8_t(0x7f));
mul-overflow.cpp 7 (void)(int8_t(-2) * int8_t(0x7f));
sub-overflow.cpp 10 (void)(int8_t(-2) - int8_t(0x7f));
umul-overflow.cpp 7 (void)(int8_t(-2) * int8_t(0x7f));
  /external/llvm/lib/Support/
LEB128.cpp 24 Size += sizeof(int8_t);
39 Size += sizeof(int8_t);
  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.h 72 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
73 int8_t conversionType; /* +69: 1 conversion type */
75 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
76 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
79 int8_t subCharLen; /* +76: 1 */
181 int8_t toULength; /* number of bytes in toUBytes */
204 int8_t maxBytesPerUChar;
206 int8_t subCharLen; /* length of the codepage specific character sequence */
207 int8_t invalidCharLength;
208 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer *
    [all...]
  /external/chromium_org/third_party/skia/tests/
FitsInTest.cpp 17 TEST(int32_t, 1, int8_t, true);
18 TEST(int32_t, -1, int8_t, true);
19 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true);
20 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false);
21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true);
22 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, false)
    [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.h 73 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
74 int8_t conversionType; /* +69: 1 conversion type */
76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
80 int8_t subCharLen; /* +76: 1 */
182 int8_t toULength; /* number of bytes in toUBytes */
205 int8_t maxBytesPerUChar;
207 int8_t subCharLen; /* length of the codepage specific character sequence */
208 int8_t invalidCharLength;
209 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer *
    [all...]
  /external/skia/tests/
FitsInTest.cpp 17 TEST(int32_t, 1, int8_t, true);
18 TEST(int32_t, -1, int8_t, true);
19 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true);
20 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false);
21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true);
22 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, false)
    [all...]
  /hardware/intel/common/libva/va/
va_dec_hevc.h 193 int8_t init_qp_minus26;
195 int8_t pps_cb_qp_offset;
196 int8_t pps_cr_qp_offset;
250 int8_t pps_beta_offset_div2;
251 int8_t pps_tc_offset_div2;
401 int8_t slice_qp_delta;
403 int8_t slice_cb_qp_offset;
405 int8_t slice_cr_qp_offset;
407 int8_t slice_beta_offset_div2;
409 int8_t slice_tc_offset_div2
    [all...]

Completed in 1949 milliseconds

1 2 3 4 5 6 7 8 91011>>