Searched refs:int8_t (Results 1 - 25 of 89) sorted by relevance

1234

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h48 int8_t mLsbDelta;
49 int8_t mRsbDelta;
/frameworks/opt/net/voip/src/jni/rtp/
H A DG711Codec.cpp21 const int8_t gExponents[128] = {
49 int8_t *ulaws = (int8_t *)payload;
69 int8_t *ulaws = (int8_t *)payload;
100 int8_t *alaws = (int8_t *)payload;
119 int8_t *alaws = (int8_t *)payload;
/frameworks/base/libs/incident/include/android/os/
H A DIncidentReportArgs.h43 void addHeader(const vector<int8_t>& header);
49 inline const vector<vector<int8_t>>& headers() const { return mHeaders; }
55 vector<vector<int8_t>> mHeaders;
/frameworks/av/include/media/
H A DAudioBufferProvider.h36 int8_t* i8;
H A DRecordBufferConverter.h113 int8_t mIdxAry[sizeof(uint32_t) * 8]; // used for channel mask conversion
/frameworks/av/media/libaudioclient/include/media/
H A DAudioBufferProvider.h36 int8_t* i8;
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3_audio_type_defs.h66 typedef int8_t int8;
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h75 typedef int8_t Word8;
/frameworks/native/services/sensorservice/
H A DSensorRegistrationInfo.h52 mHour = static_cast<int8_t>(timeinfo->tm_hour);
53 mMin = static_cast<int8_t>(timeinfo->tm_min);
54 mSec = static_cast<int8_t>(timeinfo->tm_sec);
88 int8_t mHour, mMin, mSec;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h78 typedef int8_t Word8;
/frameworks/base/core/jni/android/graphics/
H A DNinePatch.cpp44 * int8_t* to allocate and free the backing storage.
59 int8_t wasDeserialized = chunk->wasDeserialized;
73 int8_t* storage = new int8_t[chunkSize];
81 int8_t* patch = reinterpret_cast<int8_t*>(patchHandle);
/frameworks/base/libs/hwui/
H A DResourceCache.cpp120 delete[] (int8_t*) resource;
143 int8_t* patch = (int8_t*) resource;
/frameworks/native/services/surfaceflinger/EventLog/
H A DEventLog.h58 void startList(int8_t count);
/frameworks/native/vulkan/include/vulkan/
H A Dvk_platform.h75 typedef signed __int8 int8_t; typedef
/frameworks/av/media/img_utils/include/img_utils/
H A DEndianUtils.h104 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) {
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) {
61 ALOGE("%s: Value of type 'int8_t' is not valid for tag with TIFF type %d.",
178 const int8_t* typed_data = getData<int8_t>();
/frameworks/av/media/mtp/
H A DMtpDataPacket.h48 inline bool getInt8(int8_t& value) { return getUInt8((uint8_t&)value); }
68 void putInt8(int8_t value);
81 void putAInt8(const int8_t* values, int count);
H A DMtpTypes.h62 typedef Vector<int8_t> Int8List;
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2_test.cpp38 constexpr auto min_i8_i32 = c2_min(int8_t(0xff), int32_t(0xffffffff));
60 constexpr auto max_i8_i32 = c2_max(int8_t(0xff), int32_t(0xffffffff));
/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp70 for (vector<vector<int8_t>>::const_iterator it = mHeaders.begin(); it != mHeaders.end(); it++) {
144 IncidentReportArgs::addHeader(const vector<int8_t>& header)
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h89 typedef int8_t LVM_INT8; /* Signed 8-bit word */
/frameworks/av/media/libmedia/include/media/
H A DRecordBufferConverter.h113 int8_t mIdxAry[sizeof(uint32_t) * 8]; // used for channel mask conversion
/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.h68 virtual size_t getFrameSize() const { return sizeof(int8_t); }
/frameworks/native/include/binder/
H A DValue.h78 Value(const int8_t& value);
93 Value& operator=(const int8_t& rhs);
109 void putByte(const int8_t& value);
124 bool getByte(int8_t* out) const;
/frameworks/native/libs/binder/include/binder/
H A DValue.h78 Value(const int8_t& value);
93 Value& operator=(const int8_t& rhs);
109 void putByte(const int8_t& value);
124 bool getByte(int8_t* out) const;

Completed in 375 milliseconds

1234