HomeSort by relevance Sort by last modified time
    Searched refs:uint32 (Results 1 - 25 of 2544) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/libjingle/source/talk/base/
time.h 39 typedef uint32 TimeStamp;
42 uint32 Time();
45 uint32 StartTime();
48 uint32 TimeAfter(int32 elapsed);
51 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later); // Inclusive
52 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later); // Inclusive
53 bool TimeIsLater(uint32 earlier, uint32 later); // Exclusiv
    [all...]
  /external/chromium_org/chrome/common/
partial_circular_buffer.h 29 PartialCircularBuffer(void* buffer, uint32 buffer_size);
35 uint32 buffer_size,
36 uint32 wrap_position,
39 uint32 Read(void* buffer, uint32 buffer_size);
40 void Write(const void* buffer, uint32 buffer_size);
48 uint32 total_written;
49 uint32 wrap_position;
50 uint32 end_position;
55 void DoWrite(void* dest, const void* src, uint32 num)
    [all...]
  /external/chromium_org/net/quic/crypto/
strike_register.h 72 static const uint32 kExternalNodeSize;
78 static const uint32 kNil;
82 static const uint32 kExternalFlag;
93 uint32 current_time_external,
94 uint32 window_secs,
116 bool Insert(const uint8 nonce[32], const uint32 current_time);
128 // TimeFromBytes returns a big-endian uint32 from |d|.
129 static uint32 TimeFromBytes(const uint8 d[4]);
133 uint32 ExternalTimeToInternal(uint32 external_time)
    [all...]
  /external/chromium_org/net/quic/
quic_stats.h 31 uint32 packets_sent;
34 uint32 packets_received; // includes dropped packets
37 uint32 packets_retransmitted;
39 uint32 packets_revived;
40 uint32 packets_dropped; // duplicate or less than least unacked.
41 uint32 rto_count;
43 uint32 rtt;
  /external/chromium_org/media/audio/
shared_memory_util.h 22 MEDIA_EXPORT uint32 TotalSharedMemorySizeInBytes(uint32 packet_size);
23 MEDIA_EXPORT uint32 PacketSizeInBytes(uint32 shared_memory_created_size);
24 MEDIA_EXPORT uint32 GetActualDataSizeInBytes(base::SharedMemory* shared_memory,
25 uint32 packet_size);
27 uint32 packet_size,
28 uint32 actual_data_size);
30 uint32 packet_size,
31 uint32 actual_data_size)
    [all...]
  /external/chromium_org/media/base/
djb2.h 22 static const uint32 kDJB2HashSeed = 5381u;
26 // uint32 hash = DJB2Hash(data1, length1, kDJB2HashSeed);
30 // uint32 hash_value = kDJB2HashSeed; // Initial seed for DJB2.
38 MEDIA_EXPORT uint32 DJB2Hash(const void* buf, size_t len, uint32 seed);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_mp3bits.h 92 uint32 usedBits;
93 uint32 inputBufferCurrentLength;
94 uint32 offset;
pvmp3_crc.h 84 uint32 getbits_crc(tmp3Bits *inputStream,
86 uint32 *crc,
87 uint32 crc_enabled);
90 void calculate_crc(uint32 data,
91 uint32 length,
92 uint32 *crc);
pvmp3_crc.cpp 46 uint32 *crc, memory location holding calculated crc value
47 uint32 crc_enabled flag to enable/disable crc checking
55 uint32 data, data vector
56 uint32 length, number of element upon the crc will be calculated
57 uint32 *crc, memory location holding calculated crc value
123 uint32 getbits_crc(tmp3Bits *inputStream, /* bit stream structure */
125 uint32 *crc,
126 uint32 crc_enabled)
128 uint32 bits = getNbits(inputStream, neededBits);
141 void calculate_crc(uint32 data
    [all...]
  /external/chromium_org/third_party/mt19937ar/
mt19937ar.h 56 void init_genrand(uint32 s);
57 void init_by_array(uint32 init_key[], int key_length);
58 uint32 genrand_int32(void);
61 std::vector<uint32> mt; /* the array for the state vector */
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.h 57 uint32 srcImageWidthA,
58 uint32 srcImageHeightA,
61 uint32 dstWidthA,
62 uint32 dstHeightA,
64 uint32 scaleThresholdA );
77 uint32 srcImageWidthA,
78 uint32 srcImageHeightA,
81 uint32 dstWidthA,
82 uint32 dstHeightA,
84 uint32 scaleThresholdA )
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_autogen.h 12 static std::string GetStringAttachment(uint32 value);
13 static std::string GetStringBackbufferAttachment(uint32 value);
14 static std::string GetStringBlitFilter(uint32 value);
15 static std::string GetStringBufferParameter(uint32 value);
16 static std::string GetStringBufferTarget(uint32 value);
17 static std::string GetStringBufferUsage(uint32 value);
18 static std::string GetStringCapability(uint32 value);
19 static std::string GetStringCmpFunction(uint32 value);
20 static std::string GetStringCompressedTextureFormat(uint32 value);
21 static std::string GetStringDrawMode(uint32 value)
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Uint32Rect.h 42 uint32 x1E;
45 uint32 y1E;
48 uint32 x2E;
51 uint32 y2E;
69 uint32 bts_Uint32Rect_memSize( struct bbs_Context* cpA,
73 uint32 bts_Uint32Rect_memWrite( struct bbs_Context* cpA,
78 uint32 bts_Uint32Rect_memRead( struct bbs_Context* cpA,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 116 *((uint32*)ptr) = temp; \
117 *((uint32*)(ptr+4)) = temp; \
118 *((uint32*)(ptr+=16)) = temp; \
119 *((uint32*)(ptr+4)) = temp; \
120 *((uint32*)(ptr+=16)) = temp; \
121 *((uint32*)(ptr+4)) = temp; \
122 *((uint32*)(ptr+=16)) = temp; \
123 *((uint32*)(ptr+4)) = temp; \
124 *((uint32*)(ptr+=16)) = temp; \
125 *((uint32*)(ptr+4)) = temp;
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager.h 24 virtual uint32 CreateStreamTexture(uint32 service_id, uint32 client_id) = 0;
26 virtual void DestroyStreamTexture(uint32 service_id) = 0;
28 virtual StreamTexture* LookupStreamTexture(uint32 service_id) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/base/
md5.h 30 uint32 buf[4];
31 uint32 bits[2];
32 uint32 in[16];
38 void MD5Transform(uint32 buf[4], const uint32 in[16]);
timeutils.h 49 typedef uint32 TimeStamp;
52 uint32 Time();
60 uint32 TimeAfter(int32 elapsed);
63 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later); // Inclusive
64 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later); // Inclusive
65 bool TimeIsLater(uint32 earlier, uint32 later); // Exclusiv
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Functions.h 48 /** writes a 32 bit word to memory; returns bbs_SIZEOF16( uint32 ) */
49 uint32 bbs_memWrite32( const void* ptrA,
52 /** reads a 32 bit word from memory; returns bbs_SIZEOF16( uint32 ) */
53 uint32 bbs_memRead32( void* ptrA,
57 uint32 bbs_memPeek32( const uint16* memPtrA );
60 uint32 bbs_memWrite16( const void* ptrA,
64 uint32 bbs_memRead16( void* ptrA,
67 /** writes a 32 bit word array to memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint32 ) * sizeA */
68 uint32 bbs_memWrite32Arr( struct bbs_Context* cpA,
70 uint32 sizeA, uint16* memPtrA )
    [all...]
Memory.h 39 /* void* bbs_memcpy( void* dstA, const void* srcA, uint32 sizeA ); */
45 void* bbs_memcpy16( void* dstA, const void* srcA, uint32 sizeA );
51 void* bbs_memcpy32( void* dstA, const void* srcA, uint32 sizeA );
57 void* bbs_memset16( void* dstA, uint16 valA, uint32 sizeA );
63 void* bbs_memset32( void* dstA, uint32 valA, uint32 sizeA );
  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h 52 uint32 minScaleE;
55 uint32 maxScaleE;
58 uint32 maxImageWidthE;
61 uint32 maxImageHeightE;
69 uint32 patchWidthE;
72 uint32 patchHeightE;
75 uint32 minDefScaleE;
78 uint32 maxDefScaleE;
81 uint32 scaleStepE;
84 uint32 overlapThrE
    [all...]
Scanner.h 51 uint32 scaleExpE;
54 uint32 scaleE;
63 uint32 effMaxScaleE;
66 uint32 currentWidthE;
69 uint32 currentHeightE;
72 uint32 workWidthE;
75 uint32 workHeightE;
107 uint32 intCountE;
110 uint32 outCountE;
118 uint32 bufferSizeE
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_armtrap.h 58 uint32 type;
59 uint32 epc;
60 uint32 cpsr;
61 uint32 spsr;
62 uint32 r0; /* a1 */
63 uint32 r1; /* a2 */
64 uint32 r2; /* a3 */
65 uint32 r3; /* a4 */
66 uint32 r4; /* v1 */
67 uint32 r5; /* v2 *
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_video_config_parser.h 32 uint32 inBytes;
38 uint32 width;
39 uint32 height;
40 uint32 profile;
41 uint32 level;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h 267 #define SVGA_GMR_NULL ((uint32) -1)
268 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) // Guest Framebuffer (GFB)
272 uint32 ppn;
273 uint32 numPages;
278 uint32 gmrId;
279 uint32 offset;
307 uint32 bitsPerPixel : 8;
308 uint32 colorDepth : 8;
309 uint32 reserved : 16; // Must be zero
312 uint32 value
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 267 #define SVGA_GMR_NULL ((uint32) -1)
268 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) // Guest Framebuffer (GFB)
272 uint32 ppn;
273 uint32 numPages;
278 uint32 gmrId;
279 uint32 offset;
307 uint32 bitsPerPixel : 8;
308 uint32 colorDepth : 8;
309 uint32 reserved : 16; // Must be zero
312 uint32 value
    [all...]

Completed in 1277 milliseconds

1 2 3 4 5 6 7 8 91011>>