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

/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/base/core/java/com/android/internal/util/
H A DBitUtils.java99 public static long uint32(int i) { method in class:BitUtils
123 return uint32(buffer.getInt(position));
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h29 typedef uint32_t uint32; typedef
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h2611 uint32_t uint32[4]; member in union:VkClearColorValue

Completed in 1358 milliseconds