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

<<11121314151617181920>>

/frameworks/av/media/libeffects/testlibs/
H A DAudioCommon.h28 typedef int32_t audio_coef_t;
30 typedef int32_t audio_sample_t;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.h74 virtual void handleError(int32_t err);
77 int32_t mBufferGeneration;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h63 int32_t mFlags;
67 int32_t mIDRFrameRefreshIntervalInSec;
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h29 int32_t bandwidthLimitBytesPerSecond);
73 int32_t mBandwidthLimitBytesPerSecond;
H A DWVMExtractor.h37 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps) = 0;
63 status_t getEstimatedBandwidthKbps(int32_t *kbps);
/frameworks/av/media/mtp/
H A DMtpTypes.h26 typedef int32_t int128_t[4];
64 typedef Vector<int32_t> Int32List;
/frameworks/av/services/camera/libcameraservice/api_pro/
H A DProCamera2Client.h110 static const int32_t FRAME_PROCESSOR_LISTENER_MIN_ID = 0;
111 static const int32_t FRAME_PROCESSOR_LISTENER_MAX_ID = 0x7fffffffL;
/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp65 bool processPendingEvents(nsecs_t* outTimestamp, int32_t* id, uint32_t* outCount);
66 void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
67 void dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected);
112 int32_t vsyncDisplayId;
142 int32_t vsyncDisplayId;
155 nsecs_t* outTimestamp, int32_t* outId, uint32_t* outCount) {
187 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) {
198 void NativeDisplayEventReceiver::dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected) {
H A Dandroid_view_VelocityTracker.cpp51 void computeCurrentVelocity(int32_t units, float maxVelocity);
52 void getVelocity(int32_t id, float* outVx, float* outVy);
53 bool getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator);
61 int32_t mActivePointerId;
80 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) {
110 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) {
134 bool VelocityTrackerState::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) {
/frameworks/base/tools/aapt/
H A DAaptXml.cpp48 static int32_t getIntegerAttributeAtIndex(const ResXMLTree& tree, ssize_t attrIndex,
49 int32_t defValue, String8* outError) {
123 int32_t getIntegerAttribute(const ResXMLTree& tree, const char* ns,
124 const char* attr, int32_t defValue, String8* outError) {
132 int32_t getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, int32_t defValue,
141 int32_t getResolvedIntegerAttribute(const ResTable& resTable, const ResXMLTree& tree,
142 uint32_t attrRes, int32_t defValue, String8* outError) {
H A DResourceTable.h139 const int32_t format = ResTable_map::TYPE_ANY,
163 const int32_t format = ResTable_map::TYPE_ANY);
283 int32_t format = ResTable_map::TYPE_ANY);
306 int32_t format;
343 int32_t format = ResTable_map::TYPE_ANY,
350 int32_t format = ResTable_map::TYPE_ANY);
355 int32_t getNameIndex() const { return mNameIndex; }
356 void setNameIndex(int32_t index) { mNameIndex = index; }
381 int32_t mItemFormat;
383 int32_t mNameInde
[all...]
/frameworks/native/cmds/flatland/
H A DFlatland.h39 int32_t x;
40 int32_t y;
/frameworks/native/include/binder/
H A DIServiceManager.h81 int32_t* outPid, int32_t* outUid);
H A DTextOutput.h106 inline HexDump& setSingleLineCutoff(int32_t bytes);
113 inline int32_t singleLineCutoff() const;
121 int32_t mSingleLineCutoff;
175 inline HexDump& HexDump::setSingleLineCutoff(int32_t bytes) {
188 inline int32_t HexDump::singleLineCutoff() const { return mSingleLineCutoff; }
/frameworks/native/libs/binder/
H A DIAppOpsCallback.cpp39 virtual void opChanged(int32_t op, const String16& packageName) {
58 int32_t op = data.readInt32();
/frameworks/wilhelm/src/android/
H A Dandroid_defs.h60 #define PLAYER_FAILURE ((int32_t) android::UNKNOWN_ERROR)
61 #define PLAYER_SUCCESS ((int32_t) android::NO_ERROR)
H A Dandroid_GenericPlayer.cpp183 msg->setInt32(WHATPARAM_LOOP_LOOPING, (int32_t)loop);
191 msg->setInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, (int32_t)thresholdPercent);
216 void GenericPlayer::attachAuxEffect(int32_t effectId)
236 void GenericPlayer::setPlaybackRate(int32_t ratePermille) {
246 void GenericPlayer::setPlayEvents(int32_t eventFlags, int32_t markerPositionMs,
247 int32_t positionUpdatePeriodMs)
249 // Normalize ms that are within the valid unsigned range, but not in the int32_t range
289 msg->setInt32(event, (int32_t)data);
302 msg->setRect(event, 0, 0, (int32_t)data
[all...]
/frameworks/native/libs/input/
H A DInputDevice.cpp144 void InputDeviceInfo::initialize(int32_t id, int32_t generation, int32_t controllerNumber,
160 int32_t axis, uint32_t source) const {
175 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max,
/frameworks/rs/
H A DrsStream.h37 int32_t loadI32() {
39 int32_t tmp = reinterpret_cast<const int32_t *>(&mData[mPos])[0];
40 mPos += sizeof(int32_t);
98 void addI32(int32_t v) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h133 int32_t paddingLeft, paddingRight;
134 int32_t paddingTop, paddingBottom;
154 static void* serialize(const Res_png_9patch& patchHeader, const int32_t* xDivs,
155 const int32_t* yDivs, const uint32_t* colors);
157 static void serialize(const Res_png_9patch& patchHeader, const int32_t* xDivs,
158 const int32_t* yDivs, const uint32_t* colors, void* outData);
168 inline int32_t* getXDivs() const {
169 return reinterpret_cast<int32_t*>(reinterpret_cast<uintptr_t>(this) + xDivsOffset);
171 inline int32_t* getYDivs() const {
172 return reinterpret_cast<int32_t*>(reinterpret_cas
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp99 static inline int32_t getMotionEventActionPointerIndex(int32_t action) {
104 static bool isValidKeyAction(int32_t action) {
114 static bool validateKeyEvent(int32_t action) {
122 static bool isValidMotionAction(int32_t action, size_t pointerCount) {
136 int32_t index = getMotionEventActionPointerIndex(action);
144 static bool validateMotionEvent(int32_t action, size_t pointerCount,
157 int32_t id = pointerProperties[i].id;
172 static bool isMainDisplay(int32_t displayId) {
441 int32_t displayI
[all...]
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp231 int32_t /*sessionId*/,
232 int32_t /*ioId*/,
300 static inline int16_t clamp16(int32_t sample)
348 int32_t shift;
356 int32_t smp = inBuffer->s16[i];
358 int32_t clz = __builtin_clz(smp);
385 int32_t smp = inBuffer->s16[2 * inIdx] + inBuffer->s16[2 * inIdx + 1];
513 pReplyData == NULL || *replySize != sizeof(int32_t)) {
516 *(int32_t *)pReplyData = 0;
519 *(int32_t *)pReplyDat
[all...]
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) {
101 ALOGE("%s: Value of type 'int32_t' is not valid for tag with TIFF type %d.",
192 const int32_t* typed_data = getData<int32_t>();
199 const int32_t* typed_data = getData<int32_t>();
/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp28 static const int32_t DEVICE_ID = 1;
31 static const int32_t DISPLAY_ID = 0;
34 static const int32_t INJECTOR_PID = 999;
35 static const int32_t INJECTOR_UID = 1001;
92 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType) {
96 int32_t injectorPid, int32_t injectorUid) {
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp183 int32_t startFrame, int32_t rampDurationFrames,
186 const int32_t kShift = 14;
187 int32_t fixedMultiplier = (startFrame << kShift) / rampDurationFrames;
188 const int32_t nChannels = mRecord->channelCount();
189 int32_t stopFrame = startFrame + bytes / sizeof(int16_t);
242 int32_t autoRampDurationFrames =
245 int32_t autoRampStartFrames =
248 int32_t nFrames = mNumFramesReceived - autoRampStartFrames;

Completed in 526 milliseconds

<<11121314151617181920>>