/external/lzma/CPP/7zip/Archive/Common/ |
DummyOutStream.cpp | 7 STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
9 UInt32 realProcessedSize;
|
InStreamWithCRC.cpp | 7 STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize)
9 UInt32 realProcessedSize;
20 STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize)
22 UInt32 realProcessedSize;
35 STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
|
/external/lzma/CPP/7zip/Common/ |
OffsetStream.h | 20 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
21 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
|
LockedStream.cpp | 7 HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size,
8 UInt32 *processedSize)
15 STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size, UInt32 *processedSize)
17 UInt32 realProcessedSize = 0;
|
StreamBinder.h | 14 UInt32 _bufferSize;
24 HRESULT Read(void *data, UInt32 size, UInt32 *processedSize);
27 HRESULT Write(const void *data, UInt32 size, UInt32 *processedSize);
|
/external/lzma/CPP/7zip/Compress/ |
BranchCoder.cpp | 14 STDMETHODIMP_(UInt32) CBranchConverter::Filter(Byte *data, UInt32 size)
16 UInt32 processedSize = SubFilter(data, size);
|
ByteSwap.cpp | 18 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
28 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
33 STDMETHODIMP_(UInt32) CByteSwap2::Filter(Byte *data, UInt32 size)
35 const UInt32 kStep = 2;
36 UInt32 i;
48 STDMETHODIMP_(UInt32) CByteSwap4::Filter(Byte *data, UInt32 size) [all...] |
Bcj2Coder.h | 53 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
54 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
56 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
57 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
77 UInt32 _inBufSizes[4];
78 UInt32 _outBufSize;
101 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
102 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
104 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
105 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams, [all...] |
DeltaFilter.cpp | 29 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
43 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
44 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
53 STDMETHODIMP_(UInt32) CDeltaEncoder::Filter(Byte *data, UInt32 size)
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
61 UInt32 delta = _delta; [all...] |
/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/media/cast/rtcp/ |
rtcp.h | 32 typedef std::pair<uint32, base::TimeTicks> RtcpSendTimePair; 33 typedef std::map<uint32, base::TimeTicks> RtcpSendTimeMap; 54 uint32* cumulative_lost, // 24 bits valid. 55 uint32* extended_high_sequence_number, 56 uint32* jitter) = 0; 70 uint32 local_ssrc, 71 uint32 remote_ssrc, 78 static uint32 GetSsrcOfSender(const uint8* rtcp_buffer, size_t length); 103 uint32 rtp_timestamp, 107 int CheckForWrapAround(uint32 new_timestamp [all...] |
rtcp_utility.h | 21 static const uint32 kRemb = ('R' << 24) + ('E' << 16) + ('M' << 8) + 'B'; 22 static const uint32 kCast = ('C' << 24) + ('A' << 16) + ('S' << 8) + 'T'; 33 uint32 sender_ssrc; 39 uint32 sender_ssrc; 41 uint32 ntp_most_significant; 42 uint32 ntp_least_significant; 43 uint32 rtp_timestamp; 44 uint32 sender_packet_count; 45 uint32 sender_octet_count; 50 uint32 ssrc [all...] |
rtcp_defines.h | 22 explicit RtcpCastMessage(uint32 media_ssrc); 25 uint32 media_ssrc_; 26 uint32 ack_frame_id_; 40 uint32 rtp_timestamp; 57 explicit RtcpReceiverFrameLogMessage(uint32 rtp_timestamp); 60 uint32 rtp_timestamp_; 69 uint32 ntp_seconds; 70 uint32 ntp_fraction; 71 uint32 rtp_timestamp; 72 uint32 send_packet_count [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;
|
stream_texture_manager_mock.h | 22 uint32(uint32 service_id, uint32 client_id)); 23 MOCK_METHOD1(DestroyStreamTexture, void(uint32 service_id)); 24 MOCK_METHOD1(LookupStreamTexture, StreamTexture*(uint32 service_id));
|
/external/lzma/CPP/7zip/ |
ICoder.h | 24 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
25 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
53 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;
65 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size) PURE;
80 STDMETHOD(SetNumberOfThreads)(UInt32 numThreads) PURE;
112 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size) PURE;
113 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
119 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size) PURE; [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
7z.h | 48 UInt32 NumInStreams; 49 UInt32 NumOutStreams; 59 UInt32 InIndex; 60 UInt32 OutIndex; 67 UInt32 *PackStreams; 69 UInt32 NumCoders; 70 UInt32 NumBindPairs; 71 UInt32 NumPackStreams; 73 UInt32 UnpackCRC; 75 UInt32 NumUnpackStreams [all...] |
/external/lzma/C/ |
7z.h | 48 UInt32 NumInStreams;
49 UInt32 NumOutStreams;
59 UInt32 InIndex;
60 UInt32 OutIndex;
67 UInt32 *PackStreams;
69 UInt32 NumCoders;
70 UInt32 NumBindPairs;
71 UInt32 NumPackStreams;
73 UInt32 UnpackCRC;
75 UInt32 NumUnpackStreams; [all...] |
/external/lzma/CS/7zip/Compress/RangeCoder/ |
RangeCoderBitTree.cs | 22 public void Encode(Encoder rangeEncoder, UInt32 symbol)
24 UInt32 m = 1;
28 UInt32 bit = (symbol >> bitIndex) & 1;
34 public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol)
36 UInt32 m = 1;
37 for (UInt32 i = 0; i < NumBitLevels; i++)
39 UInt32 bit = symbol & 1;
46 public UInt32 GetPrice(UInt32 symbol)
48 UInt32 price = 0; [all...] |
/external/chromium_org/media/cast/logging/ |
logging_internal.h | 21 uint32 frame_id; 28 uint32 frame_id; 35 typedef std::map<uint32, FrameEvent> FrameMap; 37 typedef std::map<uint32, BasePacketMap> PacketMap; 43 void Insert(uint32 rtp_timestamp, uint32 frame_id); 45 void InsertWithSize(uint32 rtp_timestamp, uint32 frame_id, int size); 48 uint32 rtp_timestamp, uint32 frame_id, base::TimeDelta delay) [all...] |
logging_stats.h | 25 uint32 rtp_timestamp, 26 uint32 frame_id); 29 uint32 rtp_timestamp, 30 uint32 frame_id, 34 uint32 rtp_timestamp, 35 uint32 frame_id, 39 uint32 rtp_timestamp, 40 uint32 frame_id, 57 uint32 frame_id, 58 uint32 rtp_timestamp) [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
hndrte_debug.h | 41 #define _HD_EVLOG_P uint32 42 #define _HD_CONS_P uint32 43 #define _HD_TRAP_P uint32 46 uint32 magic; 49 uint32 version; /* Debug struct version */ 52 uint32 fwid; /* 4 bytes of fw info */ 58 uint32 ram_base; 59 uint32 ram_size; 61 uint32 rom_base; 62 uint32 rom_size [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format.h | 85 return sizeof(T) * num_results + sizeof(uint32); // NOLINT 91 return size_of_result_in_bytes + sizeof(uint32); // NOLINT 95 static uint32 ComputeMaxResults(size_t size_of_buffer) { 96 return (size_of_buffer >= sizeof(uint32)) ? 97 ((size_of_buffer - sizeof(uint32)) / sizeof(T)) : 0; // NOLINT 115 uint32 size; // in bytes. 127 uint32 type; // The type (GL_VEC3, GL_MAT3, GL_SAMPLER_2D, etc. 129 uint32 location_offset; // offset from ProgramInfoHeader to 'size' locations 131 uint32 name_offset; // offset from ProgrmaInfoHeader to start of name. 132 uint32 name_length; // length of the name [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_VideoInfo.3 | 8 Uint32 hw_available:1; 9 Uint32 wm_available:1; 10 Uint32 blit_hw:1; 11 Uint32 blit_hw_CC:1; 12 Uint32 blit_hw_A:1; 13 Uint32 blit_sw:1; 14 Uint32 blit_sw_CC:1; 15 Uint32 blit_sw_A:1; 16 Uint32 blit_fill; 17 Uint32 video_mem [all...] |
/external/chromium/chrome/browser/ |
keychain_mac.cc | 10 UInt32 *length, void **outData) const { 17 UInt32 length, const void *data) const { 46 UInt32 serverNameLength, const char *serverName, 47 UInt32 securityDomainLength, const char *securityDomain, 48 UInt32 accountNameLength, const char *accountName, 49 UInt32 pathLength, const char *path, 52 UInt32 passwordLength, const void *passwordData, 65 UInt32 serviceNameLength, 67 UInt32 accountNameLength, 69 UInt32 *passwordLength [all...] |