Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/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()
/third_party/flutter/skia/third_party/externals/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()
534 dest->pad_bytes = (int)(dest->row_width - dest->data_width); in jinit_write_bmp()
/third_party/ffmpeg/libavformat/
Dmpegenc.c577 int pad_bytes = 0; in get_vcd_padding_size() local
585 pad_bytes = (int)(full_pad_bytes - s->vcd_padding_bytes_written); in get_vcd_padding_size()
587 if (pad_bytes < 0) in get_vcd_padding_size()
590 pad_bytes = 0; in get_vcd_padding_size()
593 return pad_bytes; in get_vcd_padding_size()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c262 FT_ULong pad_bytes; in pad4() local
268 pad_bytes = ROUND4( dest_offset ) - dest_offset; in pad4()
269 if ( pad_bytes > 0 ) in pad4()
271 if ( WRITE_SFNT_BUF( &zeroes[0], pad_bytes ) ) in pad4()
/third_party/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()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c2142 gulong total_size, pad_bytes = 0; in gst_avi_mux_do_buffer() local
2209 pad_bytes = 2 - (datasize & 1); in gst_avi_mux_do_buffer()
2212 total_size = gst_buffer_get_size (header) + datasize + pad_bytes; in gst_avi_mux_do_buffer()
2263 if (pad_bytes) { in gst_avi_mux_do_buffer()
2264 if ((res = gst_avi_mux_send_pad_data (avimux, pad_bytes)) != GST_FLOW_OK) in gst_avi_mux_do_buffer()
/third_party/ffmpeg/libavcodec/
Dac3enc.c1682 int frame_size_58, pad_bytes, crc1, crc2_partial, crc2, crc_inv; in output_frame_end() local
1691 pad_bytes = s->frame_size - (put_bits_ptr(&s->pb) - frame) - 2; in output_frame_end()
1692 av_assert2(pad_bytes >= 0); in output_frame_end()
1693 if (pad_bytes > 0) in output_frame_end()
1694 memset(put_bits_ptr(&s->pb), 0, pad_bytes); in output_frame_end()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.c99 guint8 pad_bytes; in gst_rtcp_buffer_validate_data_internal() local
145 pad_bytes = data[data_len - 1]; in gst_rtcp_buffer_validate_data_internal()
146 if (pad_bytes == 0 || (pad_bytes & 0x3)) in gst_rtcp_buffer_validate_data_internal()