Searched defs:uint32 (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davc_types.h25 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/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
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;
H A Dcolorspace.cpp23 typedef uint32_t uint32; typedef
29 uint32 color;
40 static inline uint32 clamp(int32 x) {
/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/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h37 #define uint32 uint32_t macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h29 typedef uint32_t uint32; typedef
/frameworks/base/services/net/java/android/net/apf/
H A DApfFilter.java386 long lifetime = uint32(mPacket.getInt(offset + 4));
560 optionLifetime = uint32(byteBuffer.getInt(offset));
1156 private static long uint32(int i) { method in class:ApfFilter
1165 return uint32(buffer.getInt(position));
1171 return bytesToInt(addrBytes) | (int) (uint32(-1) >>> prefixLength);
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2136 uint32_t uint32[4]; member in union:VkClearColorValue

Completed in 832 milliseconds