HomeSort by relevance Sort by last modified time
    Searched full:ipsize (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/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 138 uint32_t& ipSize,
188 void GetCachedAddress(char* ip, uint32_t& ipSize,
udp_transport.h 350 // Set ip and sourcePort according to address. As input parameter ipSize
356 uint32_t& ipSize,
359 // Set ip and sourcePort according to address. As input parameter ipSize
368 uint32_t& ipSize,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 211 IPsize=
216 1) IPsize=$(expr $9 \* $10 \* 2) ;;
  /external/chromium_org/third_party/webrtc/base/
network_unittest.cc 123 size_t ipsize = bindaddress.ToSockAddrStorage(&storage); local
124 EXPECT_GE(ipsize, 0U);
127 static_cast<int>(ipsize));
  /external/chromium_org/tools/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 182 milliseconds