Searched defs:uint32 (Results 1 - 9 of 9) sorted by path

/frameworks/av/media/libeffects/loudness/common/core/
H A Dbasic_types.h46 typedef unsigned int uint32; typedef in namespace:le_fx
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dm4vh263_decoder_pv_types.h30 typedef uint32_t uint32; typedef
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h29 typedef uint32_t uint32; typedef
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3_audio_type_defs.h71 typedef uint32_t uint32; typedef
/frameworks/base/services/net/java/android/net/apf/
H A DApfFilter.java1196 private static long uint32(int i) { method in class:ApfFilter
1209 return uint32(buffer.getInt(position));
1215 return bytesToInt(addrBytes) | (int) (uint32(-1) >>> prefixLength);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp23 typedef uint32_t uint32; typedef
29 uint32 color;
40 static inline uint32 clamp(int32 x) {
H A Dpixelutils.cpp21 typedef uint32_t uint32; typedef
26 uint32* pInPix = static_cast<uint32*>(env->GetDirectBufferAddress(input));
27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output));
28 uint32* pOutRow = pOutput + offset;
30 uint32* pOutPix = pOutRow;
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h37 #define uint32 uint32_t macro
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2263 uint32_t uint32[4]; member in union:VkClearColorValue

Completed in 250 milliseconds