Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Datf_common.h137 uint32_t copied_size; /* image size copied in blocks */ member
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c2460 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_create_from() local
2463 JERRY_ASSERT (copied_size == string_size); in ecma_stringbuilder_create_from()
2576 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_append() local
2579 JERRY_ASSERT (copied_size == string_size); in ecma_stringbuilder_append()
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c1845 int copied_size; in get_sei_msg_bytes() local
1849 copied_size = -copy_emulation_prev(sei->data, in get_sei_msg_bytes()
1856 copied_size++; in get_sei_msg_bytes()
1858 return copied_size + sei->size / 255 + 1 + type / 255 + 1; in get_sei_msg_bytes()
/third_party/uboot/u-boot-2020.01/common/
Dload_fip.c210 uint32_t copied_size; /* image size copied in blocks */ member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c2562 gsize copied_size; in gst_base_src_get_range() local
2570 copied_size = gst_buffer_extract (res_buf, 0, info.data, info.size); in gst_base_src_get_range()
2572 gst_buffer_set_size (in_buf, copied_size); in gst_base_src_get_range()