/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
mediachannel.h | 277 Settable<uint32> recording_sample_rate; 278 Settable<uint32> playout_sample_rate; 525 virtual bool RemoveSendStream(uint32 ssrc) = 0; 532 virtual bool RemoveRecvStream(uint32 ssrc) = 0; 535 virtual bool MuteStream(uint32 ssrc, bool on) = 0; 614 uint32 ssrc; 623 uint32 ssrc; 640 void add_ssrc(uint32 ssrc) { 646 std::vector<uint32> ssrcs() const { 647 std::vector<uint32> retval [all...] |
/external/lzma/CPP/7zip/Archive/ |
SplitHandler.cpp | 45 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream);
56 case kpidMainSubfile: prop = (UInt32)0; break;
57 case kpidNumVolumes: prop = (UInt32)_streams.Size(); break;
276 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
282 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
297 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
303 if (numItems != (UInt32)-1 && (numItems != 1 || indices[0] != 0))
338 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream)
|
/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.15/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 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) {
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 82 Uint32 Rmask; 83 Uint32 Gmask; 84 Uint32 Bmask; 85 Uint32 Amask; 88 Uint32 colorkey; 97 Uint32 flags; /**< Read-only */ 109 Uint32 unused1; /**< for binary compatibility */ 112 Uint32 locked; /**< Private */ 172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */ 173 Uint32 wm_available :1; /**< Flag: Can you talk to a window manager? * [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 82 Uint32 Rmask; 83 Uint32 Gmask; 84 Uint32 Bmask; 85 Uint32 Amask; 88 Uint32 colorkey; 97 Uint32 flags; /**< Read-only */ 109 Uint32 unused1; /**< for binary compatibility */ 112 Uint32 locked; /**< Private */ 172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */ 173 Uint32 wm_available :1; /**< Flag: Can you talk to a window manager? * [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 82 Uint32 Rmask; 83 Uint32 Gmask; 84 Uint32 Bmask; 85 Uint32 Amask; 88 Uint32 colorkey; 97 Uint32 flags; /**< Read-only */ 109 Uint32 unused1; /**< for binary compatibility */ 112 Uint32 locked; /**< Private */ 172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */ 173 Uint32 wm_available :1; /**< Flag: Can you talk to a window manager? * [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_video.h | 82 Uint32 Rmask; 83 Uint32 Gmask; 84 Uint32 Bmask; 85 Uint32 Amask; 88 Uint32 colorkey; 97 Uint32 flags; /**< Read-only */ 109 Uint32 unused1; /**< for binary compatibility */ 112 Uint32 locked; /**< Private */ 172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */ 173 Uint32 wm_available :1; /**< Flag: Can you talk to a window manager? * [all...] |
/external/bluetooth/bluedroid/include/ |
bt_trace.h | 199 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); 200 extern void LogMsg_0 (UINT32 trace_set_mask, const char *p_str); 201 extern void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1); 202 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2); 203 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2 [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_sock_sdp.c | 70 UINT32 btm_sdp_handle; 102 TEXT_STR_DESC_TYPE, (UINT32)(strlen(name)+1), 143 UINT32 sdp_handle = 0; 176 (UINT32)(strlen(p_service_name) + 1), 191 (UINT32)1, (UINT8*)&p_bta_pbs_cfg->supported_repositories); 247 UINT32 sdp_handle = 0; 280 (UINT32)(strlen(p_bta_maps_cfg->service_name) + 1), 295 (UINT32)1, (UINT8*)&p_bta_maps_cfg->mas_id); 297 (UINT32)1, (UINT8*)&p_bta_maps_cfg->supported_message_types); 353 UINT32 sdp_handle [all...] |
/external/bluetooth/bluedroid/udrv/include/ |
uipc.h | 128 UDRV_API extern UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len); 139 UDRV_API extern BOOLEAN UIPC_Ioctl(tUIPC_CH_ID ch_id, UINT32 request, void *param);
|
/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/chromium_org/chrome/browser/spellchecker/ |
misspelling.h | 7 // Stores the spellcheck suggestion, its uint32 hash identifier, and user's 38 uint32 hash); 63 uint32 hash;
|
/external/chromium_org/chrome/browser/usb/ |
usb_device.h | 32 uint32 unique_id() const { return unique_id_; } 67 uint32 unique_id); 80 uint32 unique_id_;
|
/external/chromium_org/chrome/common/media_galleries/ |
picasa_types.cc | 42 const uint32 kAlbumCategoryAlbum = 0; 43 const uint32 kAlbumCategoryFolder = 2; 44 const uint32 kAlbumCategoryInvalid = 0xffff; // Sentinel value.
|
picasa_types.h | 39 extern const uint32 kAlbumCategoryAlbum; 40 extern const uint32 kAlbumCategoryFolder; 41 extern const uint32 kAlbumCategoryInvalid;
|
/external/chromium_org/chrome/common/metrics/ |
caching_permuted_entropy_provider.cc | 42 uint32 randomization_seed) const { 73 void CachingPermutedEntropyProvider::AddToCache(uint32 randomization_seed, 96 bool CachingPermutedEntropyProvider::FindValue(uint32 randomization_seed,
|
/external/chromium_org/chrome/test/logging/win/ |
file_logger.h | 45 static const uint32 kAllEventProviders = (CHROME_LOG_PROVIDER | 58 void Initialize(uint32 event_provider_mask); 81 uint32 event_provider_mask_;
|