Searched defs:uint (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davc_types.h27 typedef unsigned int uint; typedef
/frameworks/rs/driver/runtime/arch/
H A Dclamp.c37 S_CLAMP(uint); variable
103 V_CLAMP(uint); //implemented in .ll variable
H A Dgeneric.c108 _CLAMP(uint); variable
371 extern uint __attribute__((overloadable)) max(uint v1, uint v2) {
572 extern uint __attribute__((overloadable)) min(uint v1, uint v2) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dm4vh263_decoder_pv_types.h32 typedef unsigned int uint; typedef
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h21 typedef uint32_t uint; typedef
32 typedef uint uint2 __attribute__((ext_vector_type(2)));
33 typedef uint uint3 __attribute__((ext_vector_type(3)));
34 typedef uint uint4 __attribute__((ext_vector_type(4)));
72 CVT_FUNC_2(type, uint) \
81 CVT_FUNC(uint)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h31 typedef unsigned int uint; typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp76 typedef uint32_t uint; typedef
570 ELEMENT_AT(uint, RS_TYPE_UNSIGNED_32, 1)
993 void rsgDrawMesh(::rs_mesh ism, uint primitiveIndex) {
998 void rsgDrawMesh(::rs_mesh ism, uint primitiveIndex, uint start, uint len) {
1054 void rsgBindColorTarget(::rs_allocation a, uint slot) {
1064 void rsgClearColorTarget(uint slot) {

Completed in 8196 milliseconds