/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
rtputils.cc | 57 bool GetUint32(const void* data, size_t offset, uint32* value) { 81 bool SetUint32(void* data, size_t offset, uint32 value) { 114 bool GetRtpTimestamp(const void* data, size_t len, uint32* value) { 121 bool GetRtpSsrc(const void* data, size_t len, uint32* value) { 132 size_t header_size = kMinRtpPacketLen + (header[0] & 0xF) * sizeof(uint32); 136 if (len < header_size + sizeof(uint32)) return false; 138 sizeof(uint32)); 172 bool GetRtcpSsrc(const void* data, size_t len, uint32* value) { 209 bool SetRtpTimestamp(void* data, size_t len, uint32 value) { 213 bool SetRtpSsrc(void* data, size_t len, uint32 value) [all...] |
streamparams.cc | 39 static std::string SsrcsToString(const std::vector<uint32>& ssrcs) { 42 for (std::vector<uint32>::const_iterator it = ssrcs.begin(); 102 uint32 primary_ssrc, 103 uint32 secondary_ssrc) { 109 std::vector<uint32> ssrc_vector; 118 uint32 primary_ssrc, 119 uint32* secondary_ssrc) const { 147 bool GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc, 174 bool RemoveStreamBySsrc(StreamParamsVec* streams, uint32 ssrc) { 197 static void RemoveFirst(std::list<uint32>* ssrcs, uint32 value) [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_test_bad_identifiers.proto | 78 optional uint32 uint32 = 16; 85 optional uint32 cached_size = 22; 86 optional uint32 extensions = 23; 87 optional uint32 bit = 24; 88 optional uint32 bits = 25; 89 optional uint32 offsets = 26; 90 optional uint32 reflection = 27; 99 optional uint32 int = 30; 100 optional uint32 friend = 31 [all...] |
/external/lzma/C/ |
Ppmd7Dec.c | 21 static UInt32 Range_GetThreshold(void *pp, UInt32 total)
41 static void Range_Decode(void *pp, UInt32 start, UInt32 size)
49 static UInt32 Range_DecodeBit(void *pp, UInt32 size0)
52 UInt32 newBound = (p->Range >> 14) * size0;
53 UInt32 symbol;
86 UInt32 count, hiCnt;
140 UInt32 freqSum, count, hiCnt; [all...] |
/external/marisa-trie/tests/ |
io-test.cc | 25 marisa::UInt32 value = 123; 36 marisa::UInt32 value = 234; 50 marisa::UInt32 value; 67 marisa::UInt32 value; 110 marisa::UInt32 value = 345; 131 marisa::UInt32 value; 163 marisa::UInt32 value = 345; 179 marisa::UInt32 value; 202 marisa::UInt32 value = 345; 212 marisa::UInt32 value [all...] |
/external/marisa-trie/v0_1_5/tests/ |
io-test.cc | 26 marisa_alpha::UInt32 value = 123; 37 marisa_alpha::UInt32 value = 234; 51 marisa_alpha::UInt32 value; 68 marisa_alpha::UInt32 value; 111 marisa_alpha::UInt32 value = 345; 132 marisa_alpha::UInt32 value; 164 marisa_alpha::UInt32 value = 345; 180 marisa_alpha::UInt32 value; 203 marisa_alpha::UInt32 value = 345; 213 marisa_alpha::UInt32 value [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlvideoinfo.html | 94 Uint32 hw_available:1; 95 Uint32 wm_available:1; 96 Uint32 blit_hw:1; 97 Uint32 blit_hw_CC:1; 98 Uint32 blit_hw_A:1; 99 Uint32 blit_sw:1; 100 Uint32 blit_sw_CC:1; 101 Uint32 blit_sw_A:1; 102 Uint32 blit_fill; 103 Uint32 video_mem [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
intra_est.cpp | 120 uint32 *saved_inter; 161 *saved_inter++ = *((uint32*)(curL += 4)); 162 *saved_inter++ = *((uint32*)(curL += 4)); 163 *saved_inter++ = *((uint32*)(curL += 4)); 164 *saved_inter++ = *((uint32*)(curL += 4)); 194 *((uint32*)(curL += 4)) = *saved_inter++; 195 *((uint32*)(curL += 4)) = *saved_inter++; 196 *((uint32*)(curL += 4)) = *saved_inter++; 197 *((uint32*)(curL += 4)) = *saved_inter++; 219 uint32 word1, word2, word3, word4 [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
candidate.h | 50 const talk_base::SocketAddress& address, uint32 priority, 53 uint32 generation, const std::string& foundation) 74 uint32 priority() const { return priority_; } 75 void set_priority(const uint32 priority) { priority_ = priority; } 77 // void set_type_preference(uint32 type_preference) { 91 // Limiting priority to UINT_MAX when value exceeds uint32 max. 94 priority_ = static_cast<uint32>( 113 uint32 generation() const { return generation_; } 114 void set_generation(uint32 generation) { generation_ = generation; } 166 uint32 GetPriority(uint32 type_preference) const [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
MemTbl.h | 44 uint32 esSizeE; 53 uint32 ssSizeE; 80 const void* memPtrA, uint32 sizeA ); 92 uint32 sizeA, 93 uint32 sharedSubSizeA ); 99 uint32 sizeA, 100 uint32 idA ); 106 uint32 sizeA, 107 uint32 idA ); 112 uint32 idA ) [all...] |
Math.c | 37 extern int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 38 extern int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 42 int32 bbs_dotProduct_fr71( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 47 uint16 bbs_sqrt32( uint32 valA ) 49 uint32 rootL = 0; 50 uint32 expL = 0; 97 const uint32 bbs_fastSqrt32_tableG[] = 125 uint16 bbs_fastSqrt32( uint32 valA ) 127 uint32 expL = 0; 128 uint32 valL [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
ComplexImage.h | 49 uint32 widthE; 52 uint32 heightE; 87 uint32 bim_ComplexImage_checkSum( struct bbs_Context* cpA, 91 uint32 bim_ComplexImage_heapSize( struct bbs_Context* cpA, 93 uint32 widthA, uint32 heightA ); 100 uint32 widthA, 101 uint32 heightA, 107 uint32 widthA, 108 uint32 heightA ) [all...] |
UInt8PyramidalImage.c | 115 uint32 levelA ) 117 uint32 iL; 118 uint32 offsL = 0; 119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE; 124 bbs_ERROR2( "uint8* bim_UInt8PyramidalImage_arrPtr( struct bim_UInt8PyramidalImage* ptrA, uint32 levelA ):\n" 139 uint32 bim_UInt8PyramidalImage_heapSize( struct bbs_Context* cpA, 141 uint32 widthA, 142 uint32 heightA, 143 uint32 depthA ) 145 uint32 baseSizeL = widthA * heightA [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine.h | 140 bool RegisterProcessor(uint32 ssrc, 143 bool UnregisterProcessor(uint32 ssrc, 188 signal3<uint32, MediaProcessorDirection, AudioFrame*> FrameSignal; 212 uint32* ssrc) const; 213 bool FindChannelNumFromSsrc(uint32 ssrc, 221 uint32 ssrc, 278 uint32 tx_processor_ssrc_; 279 uint32 rx_processor_ssrc_; 340 virtual bool RemoveSendStream(uint32 ssrc); 342 virtual bool RemoveRecvStream(uint32 ssrc) [all...] |
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 45 typedef UINT32 (WINAPI * CreateObjectFunc)(
79 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result)
92 static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bool &result)
175 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode);
191 UInt32 Attrib;
228 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index,
427 UInt32 Attrib;
446 STDMETHOD(GetUpdateItemInfo)(UInt32 index,
447 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive);
448 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value); [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testblitspeed.c | 37 size_t strsize, Uint32 flag, 145 static Uint32 blit(SDL_Surface *dst, SDL_Surface *src, int x, int y) 147 Uint32 start = 0; 191 Uint32 dstbpp = 32; 192 Uint32 dstrmask = 0x00FF0000; 193 Uint32 dstgmask = 0x0000FF00; 194 Uint32 dstbmask = 0x000000FF; 195 Uint32 dstamask = 0x00000000; 196 Uint32 dstflags = 0; 199 Uint32 srcbpp = 32 [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
h264_utils.h | 105 uint32 picSetID; 106 uint32 seqSetID; 107 uint32 picOrderCntType; 110 uint32 picWidthInMbsMinus1; 111 uint32 picHeightInMapUnitsMinus1; 112 uint32 log2MaxFrameNumMinus4; 113 uint32 log2MaxPicOrderCntLsbMinus4; 116 uint32 nalu; 117 uint32 crop_left; 118 uint32 crop_right [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
h264_utils.h | 110 uint32 picSetID; 111 uint32 seqSetID; 112 uint32 picOrderCntType; 115 uint32 picWidthInMbsMinus1; 116 uint32 picHeightInMapUnitsMinus1; 117 uint32 log2MaxFrameNumMinus4; 118 uint32 log2MaxPicOrderCntLsbMinus4; 121 uint32 nalu; 122 uint32 crop_left; 123 uint32 crop_right [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_m4v_config_parser.cpp | 26 static const uint32 mask[33] = 66 uint32 byte_pos; 89 uint32 initial_byte_aligned_position = (psBits->dataBitPos + 7) >> 3; 129 uint32 codeword; 255 uint32 vol_id; 449 uint32 codeword; 626 uint32 *pulOutData /* output target */ 630 uint32 dataBitPos = pStream->dataBitPos; 631 uint32 bitPos = pStream->bitPos; 632 uint32 dataBytePos [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | 84 Uint32 Pixel; 136 Uint32 Pixel; 184 Uint32 ckey = srcfmt->colorkey; 191 Uint32 Pixel; 233 Uint32 *srcp = (Uint32 *)info->s_pixels; 235 Uint32 *dstp = (Uint32 *)info->d_pixels; 237 Uint32 dalpha = info->dst->Amask; 249 Uint32 s = *srcp++ [all...] |
SDL_RLEaccel.c | 131 Uint32 *srcp = (Uint32 *)(from); \ 132 Uint32 *dstp = (Uint32 *)(to); \ 206 Uint32 ALPHA = 0xF800; \ 219 i = (Uint32)alpha | (Uint32)alpha << 16; \ 225 Uint32 s = *srcp++; \ 226 Uint32 d = *dstp; \ 296 Uint32 ALPHA = 0x7C00; [all...] |
/external/chromium/base/ |
md5.cc | 28 uint32 buf[4]; 29 uint32 bits[2]; 37 uint32 t; 39 t = (uint32)((unsigned)buf[3]<<8 | buf[2]) << 16 | 41 *(uint32 *)buf = t; 62 static void MD5Transform(uint32 buf[4], const uint32 in[16]){ 63 register uint32 a, b, c, d; 165 uint32 t; 170 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t [all...] |
/external/chromium/net/tools/flip_server/ |
http_interface.cc | 97 void HttpSM::SendOKResponse(uint32 stream_id, std::string* output) { 150 void HttpSM::SetStreamID(uint32 stream_id) { 200 void HttpSM::NewStream(uint32 stream_id, uint32 priority, 214 void HttpSM::SendEOF(uint32 stream_id) { 221 void HttpSM::SendErrorNotFound(uint32 stream_id) { 225 size_t HttpSM::SendSynStream(uint32 stream_id, const BalsaHeaders& headers) { 229 size_t HttpSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { 233 void HttpSM::SendDataFrame(uint32 stream_id, const char* data, int64 len, 234 uint32 flags, bool compress) [all...] |
/external/chromium/net/websockets/ |
websocket_handshake.cc | 214 uint32 RandUint32(uint32 min, uint32 max) { 221 uint32 result = min + static_cast<uint32>(number % range); 228 uint32 (*WebSocketHandshake::Parameter::rand_)(uint32 min, uint32 max) = 251 static void SetChallengeNumber(uint8* buf, uint32 number) { 272 uint32 (*rand)(uint32 min, uint32 max)) [all...] |
/external/chromium_org/content/browser/speech/ |
chunked_byte_buffer.cc | 15 static const size_t kHeaderLength = sizeof(uint32); 20 uint32 ReadBigEndian32(const uint8* buffer) { 21 return (static_cast<uint32>(buffer[3])) | 22 (static_cast<uint32>(buffer[2]) << 8) | 23 (static_cast<uint32>(buffer[1]) << 16) | 24 (static_cast<uint32>(buffer[0]) << 24);
|