Searched refs:pad_bytes (Results 1 – 5 of 5) sorted by relevance
67 int pad_bytes; in Send() local68 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() local112 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() argument136 *pad_bytes = 0; in GetExpectedLength()156 *pad_bytes = 4 - (expected_pkt_len % 4); in GetExpectedLength()
45 size_t GetExpectedLength(const void* data, size_t len, int* pad_bytes);
58 int pad_bytes; /* number of padding bytes needed per row */ member163 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()
264 FT_ULong pad_bytes; in pad4() local270 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()
1370 int aligned_size, pad_bytes; in format_bin_ext() local1388 pad_bytes = aligned_size - size; in format_bin_ext()1408 while (pad_bytes--) in format_bin_ext()