OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipsize
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc
194
uint32_t&
ipSize
,
197
const uint32_t originalIPSize =
ipSize
;
200
ipSize
= (
ipSize
- 1 < _previousIPSize) ?
ipSize
- 1 : _previousIPSize;
201
memcpy(ip,_previousIP,sizeof(int8_t)*(
ipSize
+ 1));
208
uint32_t&
ipSize
,
216
GetCachedAddress(ip,
ipSize
,sourcePort);
222
ipSize
= kIpAddressVersion6Length;
223
if(IPAddress(address,_previousIP,
ipSize
,_previousSourcePort) != 0
[
all
...]
udp_transport_impl.h
133
uint32_t&
ipSize
,
183
void GetCachedAddress(char* ip, uint32_t&
ipSize
,
udp_transport.h
351
// Set ip and sourcePort according to address. As input parameter
ipSize
357
uint32_t&
ipSize
,
360
// Set ip and sourcePort according to address. As input parameter
ipSize
369
uint32_t&
ipSize
,
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf
211
IPsize
=
216
1)
IPsize
=$(expr $9 \* $10 \* 2) ;;
/external/webrtc/webrtc/base/
network_unittest.cc
205
size_t
ipsize
= bindaddress.ToSockAddrStorage(&storage);
local
206
EXPECT_GE(
ipsize
, 0U);
209
static_cast<int>(
ipsize
));
[
all
...]
/external/chromium-trace/catapult/telemetry/third_party/png/
png.py
243
def interleave_planes(ipixels, apixels,
ipsize
, apsize):
247
Return an array of pixels consisting of the `
ipsize
` elements of data
258
newpsize =
ipsize
+ apsize
266
for i in range(
ipsize
):
267
out[i:newtotal:newpsize] = ipixels[i:itotal:
ipsize
]
269
out[i+
ipsize
:newtotal:newpsize] = apixels[i:atotal:apsize]
[
all
...]
Completed in 2317 milliseconds