/external/webkit/Source/WebKit2/Shared/ |
WebPreferencesStore.h | 84 macro(FontSmoothingLevel, fontSmoothingLevel, UInt32, uint32_t, FontSmoothingLevelMedium) \ 85 macro(MinimumFontSize, minimumFontSize, UInt32, uint32_t, 0) \ 86 macro(MinimumLogicalFontSize, minimumLogicalFontSize, UInt32, uint32_t, 9) \ 87 macro(DefaultFontSize, defaultFontSize, UInt32, uint32_t, 16) \ 88 macro(DefaultFixedFontSize, defaultFixedFontSize, UInt32, uint32_t, 13) \ 89 macro(PDFDisplayMode, pdfDisplayMode, UInt32, uint32_t, 1) \ 90 macro(EditableLinkBehavior, editableLinkBehavior, UInt32, uint32_t, WebCore::EditableLinkNeverLive) \
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
motion_comp.cpp | 48 uint32 x_pos, y_pos; 59 uint32 tmp_word; 195 uint32 prev_pix, result, pix1, pix2, pix4; 201 switch (((uint32)ref)&0x3) 214 pix4 = *((uint32*)ref); 218 *((uint32*)out) = result; /* write 4 bytes */ 234 pix4 = *((uint32*)ref); 238 *((uint32*)out) = result; /* write 4 bytes */ 253 pix4 = *((uint32*)ref); 257 *((uint32*)out) = result; /* write 4 bytes * [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/ |
mp4dec_api.h | 65 uint32 timeStamp; /* time stamp */ 109 uint32 timestamp; 155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV); 158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV); 164 uint32 PVGetVideoTimeStamp(VideoDecControls *decoderControl);
|
/hardware/msm7k/librpc/rpc/ |
xdr.h | 51 #define XDR_RECV_UINT(XDR, VALUE) (XDR)->xops->recv_uint32(XDR, (uint32 *)(VALUE)) 57 #define XDR_SEND_UINT(XDR, VALUE) (XDR)->xops->send_uint32(XDR, (uint32 *)(VALUE)) 69 extern bool_t xdr_call_msg_start (XDR *xdr, uint32 prog, uint32 ver, uint32 proc, opaque_auth *cred, opaque_auth *verf); 81 extern bool_t xdr_send_enum (XDR *xdr, const void *value, uint32 size); 82 extern bool_t xdr_recv_enum (XDR *xdr, void *value, uint32 size);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socketaddress.h | 56 SocketAddress(uint32 ip, int port); 74 void SetIP(uint32 ip); 82 void SetResolvedIP(uint32 ip); 91 uint32 ip() const; 170 static std::string IPToString(uint32 ip); 174 static bool StringToIP(const std::string& str, uint32* ip); 175 static uint32 StringToIP(const std::string& str); // deprecated 181 static bool GetLocalIPs(std::vector<uint32>& ips); 185 uint32 ip_;
|
/external/neven/Embedded/common/src/b_BasicEm/ |
APhArr.h | 49 uint32 sizeE; 52 uint32 allocatedSizeE; 85 uint32 bbs_APhArr_heapSize( struct bbs_Context* cpA, 87 uint32 sizeA ); 97 uint32 sizeA, 103 uint32 sizeA ); 108 uint32 bbs_APhArr_memSize( struct bbs_Context* cpA, 112 uint32 bbs_APhArr_memWrite( struct bbs_Context* cpA, 117 uint32 bbs_APhArr_memRead( struct bbs_Context* cpA,
|
ComplexArr.h | 49 uint32 sizeE; 52 uint32 allocatedSizeE; 85 uint32 bbs_ComplexArr_heapSize( struct bbs_Context* cpA, 87 uint32 sizeA ); 94 uint32 sizeA, 100 uint32 sizeA ); 105 uint32 bbs_ComplexArr_memSize( struct bbs_Context* cpA, 109 uint32 bbs_ComplexArr_memWrite( struct bbs_Context* cpA, 114 uint32 bbs_ComplexArr_memRead( struct bbs_Context* cpA,
|
Int32Arr.h | 48 uint32 sizeE; 51 uint32 allocatedSizeE; 84 uint32 bbs_Int32Arr_heapSize( struct bbs_Context* cpA, 86 uint32 sizeA ); 93 uint32 sizeA, 99 uint32 sizeA ); 104 uint32 bbs_Int32Arr_memSize( struct bbs_Context* cpA, 108 uint32 bbs_Int32Arr_memWrite( struct bbs_Context* cpA, 113 uint32 bbs_Int32Arr_memRead( struct bbs_Context* cpA,
|
Int8Arr.h | 48 uint32 sizeE; 51 uint32 allocatedSizeE; 84 uint32 bbs_Int8Arr_heapSize( struct bbs_Context* cpA, 86 uint32 sizeA ); 93 uint32 sizeA, 99 uint32 sizeA ); 104 uint32 bbs_Int8Arr_memSize( struct bbs_Context* cpA, 108 uint32 bbs_Int8Arr_memWrite( struct bbs_Context* cpA, 113 uint32 bbs_Int8Arr_memRead( struct bbs_Context* cpA,
|
UInt8Arr.h | 48 uint32 sizeE; 51 uint32 allocatedSizeE; 84 uint32 bbs_UInt8Arr_heapSize( struct bbs_Context* cpA, 86 uint32 sizeA ); 93 uint32 sizeA, 98 struct bbs_UInt8Arr* ptrA, uint32 sizeA ); 103 uint32 bbs_UInt8Arr_memSize( struct bbs_Context* cpA, 107 uint32 bbs_UInt8Arr_memWrite( struct bbs_Context* cpA, 112 uint32 bbs_UInt8Arr_memRead( struct bbs_Context* cpA,
|
/external/neven/Embedded/common/src/b_ImageEm/ |
APhImage.h | 49 uint32 widthE; 52 uint32 heightE; 71 uint32 widthA, 72 uint32 heightA, 98 uint32 widthA, 99 uint32 heightA ); 104 uint32 bim_APhImage_memSize( struct bbs_Context* cpA, 108 uint32 bim_APhImage_memWrite( struct bbs_Context* cpA, 113 uint32 bim_APhImage_memRead( struct bbs_Context* cpA,
|
Flt16Image.h | 52 uint32 widthE; 55 uint32 heightE; 97 uint32 widthA, 98 uint32 heightA, 109 uint32 widthA, 110 uint32 heightA ); 115 uint32 bim_Flt16Image_memSize( struct bbs_Context* cpA, 119 uint32 bim_Flt16Image_memWrite( struct bbs_Context* cpA, 124 uint32 bim_Flt16Image_memRead( struct bbs_Context* cpA,
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 74 Uint32 Rmask; 75 Uint32 Gmask; 76 Uint32 Bmask; 77 Uint32 Amask; 80 Uint32 colorkey; 89 Uint32 flags; /* Read-only */ 101 Uint32 unused1; /* for binary compatibility */ 104 Uint32 locked; /* Private */ 150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysyuv.cc | 50 uint32 width = bounds.IntegerWidth() + 1; 51 uint32 height = bounds.IntegerHeight() + 1; 52 uint32 width_padding = 0; 53 uint32 height_padding = 0; 60 uint32 aligned_width = r.source.width_alignment + 1; 66 uint32 aligned_height = r.source.height_alignment + 1; 97 enum color_space convert_color_space(Uint32 format) { 115 int count_planes(Uint32 format) { 129 SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 74 Uint32 Rmask; 75 Uint32 Gmask; 76 Uint32 Bmask; 77 Uint32 Amask; 80 Uint32 colorkey; 89 Uint32 flags; /* Read-only */ 101 Uint32 unused1; /* for binary compatibility */ 104 Uint32 locked; /* Private */ 150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 74 Uint32 Rmask; 75 Uint32 Gmask; 76 Uint32 Bmask; 77 Uint32 Amask; 80 Uint32 colorkey; 89 Uint32 flags; /* Read-only */ 101 Uint32 unused1; /* for binary compatibility */ 104 Uint32 locked; /* Private */ 150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 81 Uint32 Rmask; 82 Uint32 Gmask; 83 Uint32 Bmask; 84 Uint32 Amask; 87 Uint32 colorkey; 101 Uint32 flags; /* Read-only */ 113 Uint32 unused1; /* for binary compatibility */ 116 Uint32 locked; /* Private */ 158 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 159 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 74 Uint32 Rmask; 75 Uint32 Gmask; 76 Uint32 Bmask; 77 Uint32 Amask; 80 Uint32 colorkey; 89 Uint32 flags; /* Read-only */ 101 Uint32 unused1; /* for binary compatibility */ 104 Uint32 locked; /* Private */ 150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |
/external/chromium/base/ |
pickle.cc | 20 // Payload is uint32 aligned. 33 header_size_(AlignInt(header_size, sizeof(uint32))), 53 if (header_size_ != AlignInt(header_size_, sizeof(uint32))) 174 bool Pickle::ReadUInt32(void** iter, uint32* result) const { 380 // write at a uint32-aligned offset from the beginning of the header 381 size_t offset = AlignInt(header_->payload_size, sizeof(uint32)); 389 DCHECK_LE(length, std::numeric_limits<uint32>::max()); 392 header_->payload_size = static_cast<uint32>(new_size); 399 if (length % sizeof(uint32)) 400 memset(dest + length, 0, sizeof(uint32) - (length % sizeof(uint32))) [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stun.h | 64 STUN_ATTR_CHANGE_REQUEST = 0x0003, // UInt32 74 STUN_ATTR_LIFETIME = 0x000d, // UInt32 77 STUN_ATTR_BANDWIDTH = 0x0010, // UInt32 81 STUN_ATTR_OPTIONS = 0x8001 // UInt32 208 uint32 ip() const { return ip_; } 211 void SetIP(uint32 ip) { ip_ = ip; } 220 uint32 ip_; 234 uint32 value() const { return bits_; } 236 void SetValue(uint32 bits) { bits_ = bits; } 245 uint32 bits_ [all...] |
/external/dbus/test/data/valid-introspection-files/ |
lots-of-types.xml | 19 <arg name="theUint32" type="uint32"/> 22 <arg name="theUint32" type="uint32" direction="out"/> 25 <arg name="newUint32Value" type="uint32"/>
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Cluster2D.h | 55 uint32 allocatedSizeE; 58 uint32 sizeE; 101 uint32 bts_Cluster2D_checkSum( struct bbs_Context* cpA, 111 uint32 indexA, int32 bbpA ); 116 uint32 indexA, 124 uint32 sizeA, 130 uint32 sizeA ); 141 uint32 dstBbpA ); 153 uint32 dstBbpA ); 158 uint32 bts_Cluster2D_memSize( struct bbs_Context* cpA [all...] |
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/ |
SDL_systhread.c | 41 Uint32 riscos_main_thread = 0; /* Thread running events */ 100 Uint32 SDL_ThreadID(void) 102 return((Uint32)pthread_self());
|
/external/qemu/distrib/sdl-1.2.12/src/timer/epoc/ |
SDL_systimer.cpp | 55 Uint32 SDL_GetTicks(void) 61 void SDL_Delay(Uint32 ms) 73 Uint32 ms;
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxvideo.h | 47 Uint32 red_mask ; 48 Uint32 green_mask ; 49 Uint32 blue_mask ;
|