Home
last modified time | relevance | path

Searched refs:pad_bytes (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dasyncstuntcpsocket.cc62 int pad_bytes; in Send() local
63 size_t expected_pkt_len = GetExpectedLength(pv, cb, &pad_bytes); in Send()
71 ASSERT(pad_bytes < 4); in Send()
73 AppendToOutBuffer(padding, pad_bytes); in Send()
103 int pad_bytes; in ProcessInput() local
104 size_t expected_pkt_len = GetExpectedLength(data, *len, &pad_bytes); in ProcessInput()
105 size_t actual_length = expected_pkt_len + pad_bytes; in ProcessInput()
127 int* pad_bytes) { in GetExpectedLength() argument
128 *pad_bytes = 0; in GetExpectedLength()
148 *pad_bytes = 4 - (expected_pkt_len % 4); in GetExpectedLength()
Dasyncstuntcpsocket.h43 int* pad_bytes);
/external/libjpeg-turbo/
Dwrbmp.c58 int pad_bytes; /* number of padding bytes needed per row */ member
165 pad = dest->pad_bytes; in put_pixel_rows()
200 pad = dest->pad_bytes; in put_gray_rows()
531 dest->pad_bytes = (int)(dest->row_width - dest->data_width); in jinit_write_bmp()