Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dasync_stun_tcp_socket.cc67 int pad_bytes; in Send() local
68 size_t expected_pkt_len = GetExpectedLength(pv, cb, &pad_bytes); in Send()
76 RTC_DCHECK(pad_bytes < 4); in Send()
78 AppendToOutBuffer(padding, pad_bytes); in Send()
111 int pad_bytes; in ProcessInput() local
112 size_t expected_pkt_len = GetExpectedLength(data, *len, &pad_bytes); in ProcessInput()
113 size_t actual_length = expected_pkt_len + pad_bytes; in ProcessInput()
135 int* pad_bytes) { in GetExpectedLength() argument
136 *pad_bytes = 0; in GetExpectedLength()
156 *pad_bytes = 4 - (expected_pkt_len % 4); in GetExpectedLength()
Dasync_stun_tcp_socket.h45 size_t GetExpectedLength(const void* data, size_t len, int* pad_bytes);
/external/libjpeg-turbo/
Dwrbmp.c58 int pad_bytes; /* number of padding bytes needed per row */ member
163 pad = dest->pad_bytes; in put_pixel_rows()
198 pad = dest->pad_bytes; in put_gray_rows()
525 dest->pad_bytes = (int)(dest->row_width - dest->data_width); in jinit_write_bmp()
/external/freetype/src/sfnt/
Dsfwoff2.c264 FT_ULong pad_bytes; in pad4() local
270 pad_bytes = ROUND4( dest_offset ) - dest_offset; in pad4()
271 if ( pad_bytes > 0 ) in pad4()
273 if ( WRITE_SFNT_BUF( &zeroes[0], pad_bytes ) ) in pad4()
/external/arm-trusted-firmware/tools/marvell/doimage/
Ddoimage.c1370 int aligned_size, pad_bytes; in format_bin_ext() local
1388 pad_bytes = aligned_size - size; in format_bin_ext()
1408 while (pad_bytes--) in format_bin_ext()