Searched refs:int32_t (Results 251 - 275 of 902) sorted by relevance

<<11121314151617181920>>

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp504 static inline bool setVolumeRampVariables(float newVolume, int32_t ramp,
505 int16_t *pIntSetVolume, int32_t *pIntPrevVolume, int32_t *pIntVolumeInc,
573 const int32_t intVolume = (scaledVolume >= (float)AudioMixer::UNITY_GAIN_INT) ?
574 AudioMixer::UNITY_GAIN_INT : (int32_t)scaledVolume;
583 const int32_t inc = ((intVolume << 16) - *pIntPrevVolume) / ramp;
611 int32_t *valueBuf = reinterpret_cast<int32_t*>(value);
1003 state->outputTemp = new int32_t[MAX_NUM_CHANNELS * state->frameCount];
1006 state->resampleTemp = new int32_t[MAX_NUM_CHANNEL
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp96 int32_t ColorUtils::wrapColorAspectsIntoColorStandard(
116 int32_t standard,
125 int32_t start = kColorStandardExtendedStart;
126 int32_t numPrimaries = ColorAspects::PrimariesBT2020 + 1;
127 int32_t numCoeffs = ColorAspects::MatrixBT2020Constant + 1;
128 if (standard >= (int32_t)kColorStandardVendorStart) {
134 int32_t product = standard - start;
153 int32_t ColorUtils::wrapColorAspectsIntoColorRange(ColorAspects::Range range) {
168 int32_t range, ColorAspects::Range *aspect) {
173 int32_t star
[all...]
H A DMetaData.cpp64 bool MetaData::setInt32(uint32_t key, int32_t value) {
82 int32_t left, int32_t top,
83 int32_t right, int32_t bottom) {
109 bool MetaData::findInt32(uint32_t key, int32_t *value) {
119 *value = *(int32_t *)data;
171 int32_t *left, int32_t *top,
172 int32_t *righ
[all...]
/frameworks/rs/
H A DrsFont.cpp93 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) {
96 int32_t nPenX = x + glyph->mBitmapLeft;
97 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
104 int32_t width = (int32_t) glyph->mBitmapWidth;
105 int32_t height = (int32_t) glyph->mBitmapHeight;
113 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t
[all...]
H A DrsRuntime.h104 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom);
106 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom);
108 int32_t *left, int32_t *righ
[all...]
H A DrsScriptC_LibGL.cpp230 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
246 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
257 int32_t *left, int32_t *righ
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h81 int32_t mGeneration;
82 int32_t mOutputFlags;
119 int32_t mWidth, mHeight;
120 int32_t mStride, mSliceHeight;
121 int32_t mColorFormatIn, mColorFormatOut;
123 int32_t mGeneration;
/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp70 int32_t exceptionCode = reply.readExceptionCode();
104 int32_t exceptionCode = reply.readExceptionCode();
110 int32_t lenOrErrorCode = reply.readInt32();
140 int32_t exceptionCode = reply.readExceptionCode();
158 int32_t exceptionCode = reply.readExceptionCode();
178 int32_t exceptionCode = reply.readExceptionCode();
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp160 int32_t numCameras = mCameraModule->getNumberOfCameras();
165 for (int32_t i = 0; i < numCameras; i++) {
381 sp<CameraDeviceBase> &device, int32_t width, int32_t height) {
391 int32_t format = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED;
420 const camera_info& info, int32_t *width, int32_t *height) {
425 int32_t w = INT32_MAX;
426 int32_t h = 1;
433 int32_t fm
[all...]
/frameworks/native/include/binder/
H A DPersistableBundle.h54 void putInt(const String16& key, int32_t value);
59 void putIntVector(const String16& key, const std::vector<int32_t>& value);
71 bool getInt(const String16& key, int32_t* out) const;
76 bool getIntVector(const String16& key, std::vector<int32_t>* out) const;
102 std::map<String16, int32_t> mIntMap;
107 std::map<String16, std::vector<int32_t>> mIntVectorMap;
/frameworks/av/include/camera/
H A DCameraBase.h107 virtual void notifyCallback(int32_t msgType, int32_t ext,
108 int32_t ext2);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.h51 CCTrack(const int32_t trackType, const size_t trackChannel)
54 int32_t mTrackType;
78 size_t getTrackIndex(int32_t trackType, size_t channel, bool *trackAdded);
H A DNuPlayerDecoder.h86 int32_t mVideoWidth;
87 int32_t mVideoHeight;
97 void handleError(int32_t err);
104 int32_t flags);
/frameworks/av/media/libnbaio/
H A DPipeReader.cpp40 int32_t readers =
53 int32_t rear = android_atomic_acquire_load(&mPipe.mRear);
58 int32_t oldFront = mFront;
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp48 int32_t size;
108 int32_t size = static_cast<int32_t>(mSurfaceList.size());
113 for (int32_t i = 0; i < size; ++i) {
/frameworks/av/include/media/nbaio/
H A DPipeReader.h58 int32_t mFront; // follows behind mPipe.mRear
/frameworks/av/include/ndk/
H A DNdkMediaCodec.h45 int32_t offset;
46 int32_t size;
187 int32_t encryptBlocks;
188 int32_t skipBlocks;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h169 typedef int32_t int32;
/frameworks/av/media/ndk/
H A DNdkImageReader.cpp32 static int32_t createProcessUniqueId() {
33 static volatile int32_t globalCounter = 0;
42 AImageReader::isSupportedFormat(int32_t format) {
59 AImageReader::getNumPlanesForFormat(int32_t format) {
143 AImageReader::AImageReader(int32_t width, int32_t height, int32_t format, int32_t maxImages) :
440 int32_t width, int32_t heigh
[all...]
/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h62 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, int32_t startValue,
63 int32_t endValue)
73 int32_t mStartValue;
74 int32_t mEndValue;
/frameworks/base/libs/storage/
H A DIMountShutdownObserver.cpp32 int32_t statusCode = data.readInt32();
/frameworks/base/native/android/
H A Dnative_activity.cpp28 void ANativeActivity_setWindowFormat(ANativeActivity* activity, int32_t format) {
/frameworks/minikin/libs/minikin/
H A DAnalyzeStyle.cpp25 static int32_t readU16(const uint8_t* data, size_t offset) {
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h38 #define int32 int32_t
/frameworks/native/include/android/
H A Dbitmap.h74 int32_t format;

Completed in 726 milliseconds

<<11121314151617181920>>