Home
last modified time | relevance | path

Searched refs:wrote_bytes (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dgiochannel.c2205 gssize wrote_bytes = 0; in g_io_channel_write_chars() local
2266 while (wrote_bytes < count) in g_io_channel_write_chars()
2294 if (status == G_IO_STATUS_AGAIN && wrote_bytes > 0) in g_io_channel_write_chars()
2297 *bytes_written = wrote_bytes; in g_io_channel_write_chars()
2312 gssize write_this = MIN (space_in_buf, count_unsigned - wrote_bytes); in g_io_channel_write_chars()
2316 wrote_bytes += write_this; in g_io_channel_write_chars()
2327 g_assert (wrote_bytes == 0); in g_io_channel_write_chars()
2340 from_buf_len = count_unsigned - wrote_bytes; in g_io_channel_write_chars()
2475 wrote_bytes += from_buf_len - left_len - from_buf_old_len; in g_io_channel_write_chars()
2477 *bytes_written = wrote_bytes; in g_io_channel_write_chars()
[all …]
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c1632 int wrote_bytes; in copy_emulation_prev() local
1668 wrote_bytes = dst - dst_start; in copy_emulation_prev()
1671 return -wrote_bytes; in copy_emulation_prev()
1673 return wrote_bytes; in copy_emulation_prev()
1807 int wrote_bytes; in copy_replace_length_codes() local
1817 wrote_bytes = write_sei(sei, in copy_replace_length_codes()
1822 if (wrote_bytes < 0) in copy_replace_length_codes()
1823 return wrote_bytes; in copy_replace_length_codes()
1825 remaining_dst_size -= wrote_bytes; in copy_replace_length_codes()
1826 dst_data += wrote_bytes; in copy_replace_length_codes()
[all …]