/hardware/qcom/media/mm-video/vidc/vdec/src/ |
h264_utils.cpp | 83 uint32 RbspParser::next () 86 //return static_cast<uint32> (*pos); 87 return static_cast<uint32> (begin[pos]); 104 //cursor |= static_cast<uint32> (*pos); 105 cursor |= static_cast<uint32> (begin[pos]); 114 uint32 RbspParser::u (uint32 n) 116 uint32 i, s, x = 0; 119 s = static_cast<uint32>STD_MIN(static_cast<int>(8 - bit), 123 x |= ((next () >> ((8 - static_cast<uint32>(bit)) - s)) [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL.h | 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags); 72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags); 75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags); 81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL.h | 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags); 72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags); 75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags); 81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL.h | 72 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags); 75 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags); 78 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags); 84 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
|
SDL_types.h | 52 typedef unsigned int Uint32; 81 Uint32 hi; 82 Uint32 lo; 94 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
|
/prebuilt/windows/sdl/include/SDL/ |
SDL.h | 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags); 72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags); 75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags); 81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite_inl.h | 58 uint32 temp; 73 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>( 75 uint32* value) { 88 uint32 temp; 103 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_FIXED32>( 105 uint32* value) { 118 uint32 temp; 136 uint32 temp; 154 uint32 temp; 163 uint32 temp [all...] |
extension_set.cc | 276 PRIMITIVE_ACCESSORS(UINT32, uint32, UInt32) 612 HANDLE_TYPE( UINT32, uint32, RepeatedField < uint32>); 654 HANDLE_TYPE(UINT32, uint32, UInt32); 706 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input [all...] |
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
sad_halfpel.cpp | 34 uint32 num_sad_HP_MB = 0; 35 uint32 num_sad_HP_Blk = 0; 36 uint32 num_sad_HP_MB_call = 0; 37 uint32 num_sad_HP_Blk_call = 0; 98 if (sad > (int)((uint32)dmin_rx >> 16)) 137 if (sad > (int)((uint32)dmin_rx >> 16)) 171 if (sad > (int)((uint32)dmin_rx >> 16)) 195 uint32 cur_word; 197 madstar = (uint32)dmin_rx >> 20; 211 cur_word = *((uint32*)(blk += 4)) [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file.h | 24 // uint32 add_chunk_count; // Chunks seen, including empties. 25 // uint32 sub_chunk_count; // Ditto. 26 // uint32 add_prefix_count; 27 // uint32 sub_prefix_count; 28 // uint32 add_hash_count; 29 // uint32 sub_hash_count; 64 // uint32 add_prefix_count; 65 // uint32 sub_prefix_count; 66 // uint32 add_hash_count; 67 // uint32 sub_hash_count [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.h | 166 uint32 audio_ssrc; 167 uint32 video_ssrc; 186 uint32 ssrc; 187 uint32 width; 188 uint32 height; 189 uint32 framerate; 191 VideoViewRequest(const std::string& nick_name, uint32 ssrc, uint32 width, 192 uint32 height, uint32 framerate) [all...] |
port.cc | 42 const uint32 CONNECTION_READ_TIMEOUT = 30 * 1000; // 30 seconds 45 const uint32 CONNECTION_WRITE_TIMEOUT = 15 * 1000; // 15 seconds 48 const uint32 CONNECTION_WRITE_CONNECT_TIMEOUT = 5 * 1000; // 5 seconds 51 const uint32 CONNECTION_WRITE_CONNECT_FAILURES = 5; 59 const std::vector<uint32>& pings_since_last_response, 60 uint32 maximum_failures, 61 uint32 rtt_estimate, 62 uint32 now) { 75 const std::vector<uint32>& pings_since_last_response, 76 uint32 maximum_time [all...] |
/external/dhcpcd/ |
showlease.c | 17 #define UINT32 (1 << 4) 35 { 2, UINT32, "time_offset" }, 57 { 24, UINT32, "path_mtu_aging_timeout" }, 68 { 35, UINT32, "arp_cache_timeout" }, 71 { 38, UINT32, "tcp_keepalive_interval" }, 84 { 51, UINT32 | REQUEST, "dhcp_lease_time" }, 91 { 58, UINT32 | REQUEST, "dhcp_renewal_time" }, 92 { 59, UINT32 | REQUEST, "dhcp_rebinding_time" }, 112 { 91, UINT32, "client_last_transaction_time" }, 168 if (opt->type & UINT32 || opt->type & IPV4 [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt8Image.h | 47 uint32 widthE; 50 uint32 heightE; 69 uint32 widthA, 70 uint32 heightA, 92 uint32 bim_UInt8Image_checkSum( struct bbs_Context* cpA, 105 uint32 widthA, 106 uint32 heightA ); 111 uint32 bim_UInt8Image_memSize( struct bbs_Context* cpA, 115 uint32 bim_UInt8Image_memWrite( struct bbs_Context* cpA, 120 uint32 bim_UInt8Image_memRead( struct bbs_Context* cpA [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
MemSeg.c | 83 uint32 bbs_MemSeg_availableSize( struct bbs_Context* cpA, 98 uint32 bbs_MemSeg_allocatedSize( struct bbs_Context* cpA, 113 uint32 bbs_MemSeg_usedSize( struct bbs_Context* cpA, 124 uint32 indexL = 0; 125 uint32 countL = 0; 128 uint32 sizeL = *( uint32* )( ptrA->memPtrE + indexL ); 146 uint32 bbs_MemSeg_blocks( struct bbs_Context* cpA, 149 uint32 indexL = 0; 150 uint32 countL = 0 [all...] |
MemTbl.c | 33 flag bbs_MemTbl_memOverlap( const uint16* memPtr1A, uint32 size1A, 34 const uint16* memPtr2A, uint32 size2A ) 56 uint32 iL; 72 uint32 iL; 103 const void* memPtrA, uint32 sizeA ) 105 uint32 iL; 158 uint32 sizeA, 159 uint32 sharedSubSizeA ) 163 bbs_ERROR0( "struct bbs_MemTbl bbs_MemTbl_create( void* memPtrA, uint32 sizeA, uint32 sharedSubSizeA ):\n [all...] |
/external/chromium/net/base/ |
dnssec_keyset.cc | 59 // ttl uint32 60 // expires uint32 61 // begins uint32 71 uint32 expires = static_cast<uint32>(sigdata[6]) << 24 | 72 static_cast<uint32>(sigdata[7]) << 16 | 73 static_cast<uint32>(sigdata[8]) << 8 | 74 static_cast<uint32>(sigdata[9]); 75 uint32 begins = static_cast<uint32>(sigdata[10]) << 24 [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
socketaddress.cc | 69 SocketAddress::SocketAddress(uint32 ip, int port) { 99 void SocketAddress::SetIP(uint32 ip) { 109 void SocketAddress::SetResolvedIP(uint32 ip) { 118 uint32 SocketAddress::ip() const { 176 std::vector<uint32> ips; 213 ip_ = NetworkToHost32(*reinterpret_cast<uint32*>(pHost->h_addr_list[0])); 304 std::string SocketAddress::IPToString(uint32 ip) { 316 bool SocketAddress::StringToIP(const std::string& hostname, uint32* ip) { 324 uint32 SocketAddress::StringToIP(const std::string& hostname) { 325 uint32 ip = 0 [all...] |
/external/neven/Embedded/common/src/b_APIEm/ |
FaceFinder.h | 52 uint32 typeE; 59 uint32 maxImageWidthA, 60 uint32 maxImageHeightA ); 65 uint32 minEyeDistanceA, 66 uint32 maxEyeDistanceA ); 81 uint32 indexA, 119 uint32 bpi_FaceFinder_memSize( struct bbs_Context* cpA, 123 uint32 bpi_FaceFinder_memWrite( struct bbs_Context* cpA, 127 uint32 bpi_FaceFinder_memRead( struct bbs_Context* cpA, 142 uint32 bpi_faceFinderMemSize( struct bbs_Context* cpA, [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vop.cpp | 85 uint32 tmpvar, vol_shape; 86 uint32 startCode; 92 uint32 profile = 0x01; 108 tmpvar = (uint32) BitstreamReadBits16(stream, 8); /* profile */ 166 tmpvar = (uint32) BitstreamRead1Bits(stream); 170 tmpvar = (uint32) BitstreamReadBits16(stream, 4); 172 tmpvar = (uint32) BitstreamReadBits16(stream, 3); 179 tmpvar = (uint32) BitstreamRead1Bits(stream); 183 tmpvar = (uint32) BitstreamReadBits16(stream, 3); 185 tmpvar = (uint32) BitstreamRead1Bits(stream) [all...] |
/external/chromium/base/ |
process_util.h | 59 const uint32 kProcessAccessTerminate = PROCESS_TERMINATE; 60 const uint32 kProcessAccessCreateThread = PROCESS_CREATE_THREAD; 61 const uint32 kProcessAccessSetSessionId = PROCESS_SET_SESSIONID; 62 const uint32 kProcessAccessVMOperation = PROCESS_VM_OPERATION; 63 const uint32 kProcessAccessVMRead = PROCESS_VM_READ; 64 const uint32 kProcessAccessVMWrite = PROCESS_VM_WRITE; 65 const uint32 kProcessAccessDuplicateHandle = PROCESS_DUP_HANDLE; 66 const uint32 kProcessAccessCreateProcess = PROCESS_CREATE_PROCESS; 67 const uint32 kProcessAccessSetQuota = PROCESS_SET_QUOTA; 68 const uint32 kProcessAccessSetInformation = PROCESS_SET_INFORMATION [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
getbits.h | 98 __inline UInt32 getbits( 102 UInt32 returnValue = 0; 117 returnValue = (((UInt32) * (pElem)) << 24) | 118 (((UInt32) * (pElem + 1)) << 16) | 119 (((UInt32) * (pElem + 2)) << 8) | 120 ((UInt32) * (pElem + 3)); 135 returnValue = (((UInt32) * (pElem + 2)) << 8); 137 returnValue |= (((UInt32) * (pElem + 1)) << 16); 139 returnValue |= (((UInt32) * (pElem)) << 24); 148 returnValue = (((UInt32) * (pElem)) << 24) [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
call.h | 58 void SetVideoRenderer(BaseSession *session, uint32 ssrc, 60 void AddStream(BaseSession *session, uint32 voice_ssrc, uint32 video_ssrc); 61 void RemoveStream(BaseSession *session, uint32 voice_ssrc, uint32 video_ssrc); 70 uint32 id(); 122 uint32 id_;
|
/external/qemu/distrib/sdl-1.2.12/src/ |
SDL.c | 56 static Uint32 SDL_initialized = 0; 58 static Uint32 ticks_started = 0; 65 int SDL_InitSubSystem(Uint32 flags) 150 int SDL_Init(Uint32 flags) 173 void SDL_QuitSubSystem(Uint32 flags) 208 Uint32 SDL_WasInit(Uint32 flags)
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_iconv.c | 215 Uint32 ch = 0; 295 *(Uint32 *)dst = UNICODE_BOM; 309 ch = (Uint32)(p[0] & 0x7F); 317 ch = (Uint32)p[0]; 337 ch = (Uint32)(p[0] & 0x01); 350 ch = (Uint32)(p[0] & 0x03); 363 ch = (Uint32)(p[0] & 0x07); 376 ch = (Uint32)(p[0] & 0x0F); 389 ch = (Uint32)(p[0] & 0x1F); 399 ch = (Uint32)p[0] [all...] |