Searched refs:int32_t (Results 476 - 500 of 777) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h94 typedef int32_t OMX_S32;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h90 bool wasFormatChange(int32_t discontinuityType) const;
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4ElementaryAssembler.cpp89 static bool GetSampleRateIndex(int32_t sampleRate, size_t *tableIndex) {
90 static const int32_t kSampleRateTable[] = {
189 int32_t sampleRate, numChannels;
241 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
H A DVideoSource.h29 static const int32_t kFramerate = 24; // fps
H A DARTPSession.cpp130 int32_t firstRTCP;
141 int32_t eos;
179 int32_t damaged;
/frameworks/av/media/mtp/
H A DMtpProperty.h32 int32_t i32;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DBurstCapture.cpp42 int32_t /*firstCaptureId*/) {
H A DZslProcessor.h73 status_t pushToReprocess(int32_t requestId);
/frameworks/base/core/jni/android/graphics/
H A DNinePatchImpl.cpp119 const int32_t* xDivs = chunk.getXDivs();
120 const int32_t* yDivs = chunk.getYDivs();
176 const int32_t x0 = xDivs[0];
177 const int32_t y0 = yDivs[0];
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h151 int32_t threadPriority,
/frameworks/base/libs/androidfw/tests/
H A DObbFile_test.cpp63 const int32_t versionNum = 1;
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.h43 virtual status_t getEstimatedError(int32_t* estimate);
/frameworks/minikin/include/minikin/
H A DMinikinFont.h96 virtual int32_t GetUniqueId() const = 0;
/frameworks/native/include/binder/
H A DBinder.h98 volatile int32_t mState;
/frameworks/native/include/media/openmax/
H A DOMX_Types.h168 typedef int32_t OMX_S32;
/frameworks/native/libs/gui/
H A DISensorServer.cpp55 int32_t n = reply.readInt32();
/frameworks/native/services/sensorservice/tests/
H A Dsensorservicetest.cpp88 int32_t ret = loop->pollOnce(-1);
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp54 for (int32_t i=0 ; i<DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES ; i++) {
111 if (int32_t(count) >= 0) { // server must protect against bad params
113 const int32_t new_count = (count == 0) ? -1 : count;
216 for (int32_t i=0 ; i<DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES ; i++) {
H A DMessageQueue.h70 int32_t mEventMask;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dresize.rs20 int32_t gWidthIn;
21 int32_t gHeightIn;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dresize.rs20 int32_t gWidthIn;
21 int32_t gHeightIn;
/frameworks/av/camera/
H A DCameraBase.cpp170 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType,
171 int32_t ext1,
172 int32_t ext2)
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp87 for (int32_t i = 0; i < 50; ++i) {
98 int32_t type = ATSParser::DISCONTINUITY_TIME;
100 int32_t mask;
/frameworks/av/media/ndk/
H A DNdkMediaFormat.cpp91 int32_t val;
149 bool AMediaFormat_getInt32(AMediaFormat* format, const char *name, int32_t *out) {
200 void AMediaFormat_setInt32(AMediaFormat* format, const char *name, int32_t value) {
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp105 static int32_t native_window_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer,
110 static int32_t native_window_unlockAndPost(ANativeWindow* window) {
156 int32_t status = native_window_lock(window.get(), &buffer, &rect);

Completed in 329 milliseconds

<<11121314151617181920>>