HomeSort by relevance Sort by last modified time
    Searched refs:pad_bytes (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
asyncstuntcpsocket.cc 62 int pad_bytes; local
63 size_t expected_pkt_len = GetExpectedLength(pv, cb, &pad_bytes);
71 ASSERT(pad_bytes < 4);
73 AppendToOutBuffer(padding, pad_bytes);
103 int pad_bytes;
104 size_t expected_pkt_len = GetExpectedLength(data, *len, &pad_bytes);
105 size_t actual_length = expected_pkt_len + pad_bytes;
127 int* pad_bytes) {
128 *pad_bytes = 0;
148 *pad_bytes = 4 - (expected_pkt_len % 4)
    [all...]
asyncstuntcpsocket.h 41 // turn message. |pad_bytes| should be used only when |is_turn| is true.
43 int* pad_bytes);
  /external/libjpeg-turbo/
wrbmp.c 57 int pad_bytes; /* number of padding bytes needed per row */ member in struct:__anon25069
133 pad = dest->pad_bytes;
163 pad = dest->pad_bytes;
468 dest->pad_bytes = (int) (dest->row_width - dest->data_width);
  /external/mesa3d/src/intel/isl/
isl.c 1237 uint32_t pad_bytes; local
    [all...]

Completed in 88 milliseconds