HomeSort by relevance Sort by last modified time
    Searched refs:uint32 (Results 376 - 400 of 717) sorted by null

<<11121314151617181920>>

  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
getBspectrum.m 17 bspectrum=uint32(0);
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_huffman_decoding.cpp 261 if (15 == (uint32)x)
279 if (15 == (uint32)y)
  /external/chromium/net/disk_cache/
backend_impl.h 48 BackendImpl(const FilePath& path, uint32 mask,
56 uint32 flags, base::MessageLoopProxy* thread,
225 void SetFlags(uint32 flags);
290 EntryImpl* MatchEntry(const std::string& key, uint32 hash, bool find_parent,
348 uint32 mask_; // Binary mask to map a hash to the hash table.
361 uint32 user_flags_; // Flags set by the user.
entry_impl.h 58 uint32 GetHash();
62 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
65 bool IsSameEntry(const std::string& key, uint32 hash);
228 void SetEntryFlags(uint32 flags);
231 uint32 GetEntryFlags();
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 105 void SetPortAllocatorFlags(uint32 flags) { portallocator_flags_ = flags; }
126 void AddStream(uint32 audio_src_id, uint32 video_src_id);
127 void RemoveStream(uint32 audio_src_id, uint32 video_src_id);
194 uint32 portallocator_flags_;
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 60 typedef unsigned int uint32; typedef
61 typedef uint32 count_t;
64 typedef unsigned long uint32; typedef
68 typedef unsigned int uint32; typedef
69 typedef uint32 count_t;
73 typedef uint32 flag; /* boolean type */
  /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) {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 47 VoiceChannelErrorMessageData(uint32 in_ssrc,
51 uint32 ssrc;
56 VideoChannelErrorMessageData(uint32 in_ssrc,
60 uint32 ssrc;
80 static uint32 GetRtpSsrc(const talk_base::Buffer* packet) {
146 bool BaseChannel::RemoveStream(uint32 ssrc) {
585 void BaseChannel::Send(uint32 id, talk_base::MessageData *pdata) {
589 void BaseChannel::Post(uint32 id, talk_base::MessageData *pdata) {
593 void BaseChannel::PostDelayed(int cmsDelay, uint32 id,
598 void BaseChannel::Clear(uint32 id, talk_base::MessageList* removed)
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.c 48 uint32 outBbpL = inClusterPtrA->clusterE.bbpE;
49 uint32 iL, jL;
273 uint32 bbf_LocalScanDetector_memSize( struct bbs_Context* cpA,
276 uint32 iL;
277 uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
278 bbs_SIZEOF16( uint32 ); /* version */
304 uint32 bbf_LocalScanDetector_memWrite( struct bbs_Context* cpA,
308 uint32 iL;
309 uint32 memSizeL = bbf_LocalScanDetector_memSize( cpA, ptrA )
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 186 uint32 value;
188 EXPECT_EQ(static_cast<uint32>(kVarintCases_case.value), value);
201 uint32 expected_value = static_cast<uint32>(kVarintCases_case.value);
227 uint32 expected_value = static_cast<uint32>(kVarintCases_case.value);
248 const uint32 expected_value = static_cast<uint32>(kVarintCases_case.value);
289 coded_output.WriteVarint32(static_cast<uint32>(kVarintCases_case.value));
404 uint32 value
    [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...]
shared_memory_unittest.cc 38 const uint32 kDataSize = 1024;
82 const uint32 kDataSize = sizeof(int);
120 const uint32 kDataSize = 1024;
168 const uint32 kDataSize = 1024;
169 const uint32 kDataSize2 = 2048;
291 const uint32 kDataSize = 8192;
341 const uint32 kDataSize = 1024;
shared_memory_posix.cc 86 bool SharedMemory::CreateAndMapAnonymous(uint32 size) {
90 bool SharedMemory::CreateAnonymous(uint32 size) {
101 bool open_existing, uint32 size) {
143 const uint32 current_size = stat.st_size;
200 bool SharedMemory::Map(uint32 bytes) {
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bt_amp_hci.h 241 uint32 bandwidth;
242 uint32 gbandwidth;
243 uint32 latency;
244 uint32 PDU_size;
248 uint32 max_flush_timeout;
249 uint32 be_flush_timeout;
319 uint32 befto;
425 uint32 StartTime;
426 uint32 Duration;
427 uint32 Periodicity
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 241 uint32 bandwidth;
242 uint32 gbandwidth;
243 uint32 latency;
244 uint32 PDU_size;
248 uint32 max_flush_timeout;
249 uint32 be_flush_timeout;
319 uint32 befto;
425 uint32 StartTime;
426 uint32 Duration;
427 uint32 Periodicity
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 48 const uint32 MSG_CONFIG_START = 1;
49 const uint32 MSG_CONFIG_READY = 2;
50 const uint32 MSG_ALLOCATE = 3;
51 const uint32 MSG_ALLOCATION_PHASE = 4;
52 const uint32 MSG_SHAKE = 5;
54 const uint32 ALLOCATE_DELAY = 250;
55 const uint32 ALLOCATION_STEP_DELAY = 1 * 1000;
114 const uint32 DISABLE_ALL_PHASES =
127 uint32 flags);
133 PortConfiguration* config, uint32* flags)
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
RBFMap2D.c 135 uint32 sizeA,
156 const uint32 sizeL = srcPtrA->sizeE;
163 uint32 iL, jL;
251 uint32 jL;
359 uint32 bts_RBFMap2D_memSize( struct bbs_Context* cpA,
362 return bbs_SIZEOF16( uint32 )
363 + bbs_SIZEOF16( uint32 ) /* version */
373 uint32 bts_RBFMap2D_memWrite( struct bbs_Context* cpA,
377 uint32 memSizeL = bts_RBFMap2D_memSize( cpA, ptrA );
390 uint32 bts_RBFMap2D_memRead( struct bbs_Context* cpA
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 24 static const uint32 msk[33] =
104 stream->next_word = ((uint32)v[0] << 24) | (v[1] << 16) | (v[2] << 8) | v[3];
175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code)
193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code)
382 uint32 BitstreamReadBits32(BitstreamDecVideo *stream, int nbits)
384 uint32 code;
396 uint32 BitstreamReadBits32HC(BitstreamDecVideo *stream)
398 uint32 code;
422 PV_STATUS PV_BitstreamShowBitsByteAlign(BitstreamDecVideo *stream, int nbits, uint32 *code)
441 PV_STATUS PV_BitstreamShowBitsByteAlignNoForceStuffing(BitstreamDecVideo *stream, int nbits, uint32 *code
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 33 DevToolsNetLogObserver::GetResourceInfo(uint32 id) {
132 uint32 http_stream_job_id = static_cast<net::NetLogSourceParameter*>(
138 uint32 socket_id = it->second;
164 uint32 socket_id = static_cast<net::NetLogSourceParameter*>(
191 uint32 request_id = it->second;
245 uint32 source_id = request->net_log().source().id;
260 uint32 source_id = request->net_log().source().id;
  /external/dnsmasq/src/
util.c 46 typedef unsigned int uint32; typedef
48 static uint32 seed[32];
49 static uint32 in[12];
50 static uint32 out[8];
69 uint32 t[12]; uint32 x; uint32 sum = 0;
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 154 uint32 GetUInt32(const Message& message,
180 const FieldDescriptor* field, uint32 value) const;
201 uint32 GetRepeatedUInt32(const Message& message,
229 const FieldDescriptor* field, int index, uint32 value) const;
253 const FieldDescriptor* field, uint32 value) const;
298 inline const uint32* GetHasBits(const Message& message) const;
299 inline uint32* MutableHasBits(Message* message) const;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 410 uint32 subpel_pred[SUBPEL_PRED_BLK_SIZE/*<<2*/]; /* all 16 sub-pel positions */
451 uint32 prevFrameNum; /* previous frame number starting from modTimeRef */
452 uint32 modTimeRef; /* Reference modTime update every I-Vop*/
453 uint32 wrapModTime; /* Offset to modTime Ref, rarely used */
458 uint32 dispOrdPOCRef; /* reference POC is displayer order unit. */
  /external/chromium/chrome/browser/chromeos/
system_key_event_listener.cc 126 void SystemKeyEventListener::GrabKey(int32 key, uint32 mask) {
127 uint32 num_lock_mask = Mod2Mask;
128 uint32 caps_lock_mask = LockMask;
  /external/chromium/chrome/browser/download/
save_package.h 175 static uint32 GetMaxPathLengthForDirectory(const FilePath& base_dir);
179 uint32 max_file_path_len,
305 typedef base::hash_map<FilePath::StringType, uint32> FileNameCountMap;
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_delegate_win.cc 77 uint32 int_value;
127 uint32 local_result = 0;
135 const string16& value_name, uint32* result) const {

Completed in 735 milliseconds

<<11121314151617181920>>