/third_party/ffmpeg/libavcodec/ |
H A D | snowdec.c | 394 av_log(s->avctx, AV_LOG_ERROR, "spatial_decomposition_count %d too large for size\n", s->spatial_decomposition_count); in decode_header() 443 int buf_size = avpkt->size; in decode_frame() 493 size_t size; in decode_frame() local 494 res = av_size_mult(s->b_width * s->b_height, sizeof(AVMotionVector) << (s->block_max_depth*2), &size); in decode_frame() 497 av_fast_malloc(&s->avmv, &s->avmv_size, size); in decode_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | libsrt.c | 41 /* This is the maximum payload size for Live mode, should you have a different payload type than MPEG-TS */ 102 { "send_buffer_size", "Socket send buffer size (in bytes)", OFFSET(send_buffer_size), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags = D|E }, 103 { "recv_buffer_size", "Socket receive buffer size (in bytes)", OFFSET(recv_buffer_size), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags = D|E }, 104 { "pkt_size", "Maximum SRT packet size", OFFSET(payload_size), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, SRT_LIVE_MAX_PAYLOAD_SIZE, .flags = D|E, "payload_size" }, 105 { "payload_size", "Maximum SRT packet size", OFFSET(payload_size), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, SRT_LIVE_MAX_PAYLOAD_SIZE, .flags = D|E, "payload_size" }, 110 { "passphrase", "Crypto PBKDF2 Passphrase size[0,10..64] 0:disable crypto", OFFSET(passphrase), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E }, 118 { "ffs", "Flight flag size (window size) (in bytes)", OFFSET(ffs), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags = D|E }, 134 { "sndbuf", "Send buffer size (in bytes)", OFFSET(sndbuf), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags = D|E }, 135 { "rcvbuf", "Receive buffer size (i 678 libsrt_read(URLContext *h, uint8_t *buf, int size) libsrt_read() argument 697 libsrt_write(URLContext *h, const uint8_t *buf, int size) libsrt_write() argument [all...] |
/third_party/gn/src/base/containers/ |
H A D | flat_tree.h | 170 // leave capacity() to be greater that its size. 185 size_type size() const; 212 // Insertion of one element can take O(size). Capacity of flat_tree grows in 243 // erase(position), erase(first, last) can take O(size). 244 // erase(key) may take O(size) + O(log(size)). 264 // Search operations have O(log(size)) complexity. 589 auto flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::size() const 591 return impl_.body_.size(); 739 const size_type original_size = size(); in insert() [all...] |
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 271 #define VSCALEX_FUNC(size, opt) \ 272 void ff_yuv2planeX_ ## size ## _ ## opt(const int16_t *filter, int filterSize, \ 286 #define VSCALE_FUNC(size, opt) \ 287 void ff_yuv2plane1_ ## size ## _ ## opt(const int16_t *src, uint8_t *dst, int dstW, \
|
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 127 xinches, /* Total size in inches */ 129 static float xsize, /* Total size in points */ 1232 fprintf(stderr, "DEBUG: Image size is %.1f x %.1f inches...\n", in main() 1269 * Scale percentage of page size... in main() 1300 fprintf(stderr, "DEBUG: Portrait size is %.2f x %.2f inches\n", xsize, ysize); in main() 1301 fprintf(stderr, "DEBUG: Landscape size is %.2f x %.2f inches\n", xsize2, ysize2); in main() 1361 * Compute the number of pages to print and the size of the image on each in main() 1383 * Update the page size for custom sizes... in main() 1391 char s[255]; /* New custom page size... */ in main() 1410 * Add margins to page size in main() 1573 const size_t size = strlen(attr->value) + 1 + 30; main() local [all...] |
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 1166 // Returns the size (in bytes) of a file. 2161 #define GTEST_SNPRINTF_(buffer, size, format, ...) \ 2162 _snprintf_s(buffer, size, size, format, __VA_ARGS__) 2178 // This template class serves as a compile-time function from size to 2179 // type. It maps a size in bytes to a primitive type with that 2180 // size. e.g. 2196 template <size_t size> 2204 // The specialization for size 4. 2212 // The specialization for size [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessageFormat.java | 825 while (argNumber >= list.size()) { in getFormatsByArgumentIndex() 830 return list.toArray(new Format[list.size()]); in getFormatsByArgumentIndex() 859 return list.toArray(new Format[list.size()]); in getFormats() 2398 out.writeInt(customFormatArgStarts.size()); in writeObject() 2675 if (map.size() != 0) { in formatAndAppend()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessageFormat.java | 807 while (argNumber >= list.size()) { in getFormatsByArgumentIndex() 812 return list.toArray(new Format[list.size()]); in getFormatsByArgumentIndex() 840 return list.toArray(new Format[list.size()]); in getFormats() 2354 out.writeInt(customFormatArgStarts.size()); in writeObject() 2630 if (map.size() != 0) { in formatAndAppend()
|
/third_party/mesa3d/include/GL/ |
H A D | wglext.h | 321 typedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, INT property, GLenum dataType, UINT size, void *data); 331 INT WINAPI wglGetGPUInfoAMD (UINT id, INT property, GLenum dataType, UINT size, void *data); 783 typedef void *(WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority); 786 void *WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
|
/third_party/lame/libmp3lame/ |
H A D | bitstream.c | 117 /* All mp3 decoders should have enough buffer to handle this value: size of a 320kbps 32kHz frame */ in get_max_frame_buffer_size_by_constraint() 788 reservoir size. Only call this routine between frames - i.e. 793 size of mp3 buffer (including frame headers which may not 797 total_bytes_output is the size of the mp3 output buffer if 820 /* reduce flushbits by the size of the headers */ in compute_flushbits() 950 "Resvoir size: %i \n" in format_bitstream() 1056 do_copy_buffer(lame_internal_flags * gfc, unsigned char *buffer, int size) in do_copy_buffer() argument 1062 if (minimum > size) in do_copy_buffer() 1079 copy_buffer(lame_internal_flags * gfc, unsigned char *buffer, int size, int mp3data) in copy_buffer() argument 1081 int const minimum = do_copy_buffer(gfc, buffer, size); in copy_buffer() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_precision.cpp | 221 if (stack.size() >= 2) { in pop_stack_entry() 248 } else if (stack.size() >= 2) { in pop_stack_entry() 455 mediump = desc->channel[i].size <= 16; in handle_call() 457 mediump = desc->channel[i].size <= 10; /* unorm/snorm */ in handle_call()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_screen.c | 802 if (format_desc->nr_channels < 4 && format_desc->channel[i].size == 4) in virgl_is_format_supported() 888 const size_t size = ARRAY_SIZE(mask->bitmask); in fixup_formats() local 889 for (int i = 0; i < size; ++i) { in fixup_formats() 897 for (int i = 0; i < size; ++i) in fixup_formats()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sqtt.c | 45 uint64_t size; in si_thread_trace_init_bo() local 47 /* The buffer size and address need to be aligned in HW regs. Align the in si_thread_trace_init_bo() 48 * size as early as possible so that we do all the allocation & addressing in si_thread_trace_init_bo() 53 /* Compute total size of the thread trace BO for all SEs. */ in si_thread_trace_init_bo() 54 size = align64(sizeof(struct ac_thread_trace_info) * max_se, in si_thread_trace_init_bo() 56 size += sctx->thread_trace->buffer_size * (uint64_t)max_se; in si_thread_trace_init_bo() 59 ws->buffer_create(ws, size, 4096, in si_thread_trace_init_bo() 565 "buffer size is %d KB.\n", in si_get_thread_trace() 567 fprintf(stderr, "Please update the buffer size with " in si_get_thread_trace() 616 /* Default buffer size se in si_init_thread_trace() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd.c | 90 * command number and the full size. 120 header->size = cmdSize; in SVGA3D_FIFOReserve() 404 * The guest's image buffer can be an arbitrary size and shape. 493 uint32 size, // IN in SVGA3D_BufferDMA() 540 box->w = size; in SVGA3D_BufferDMA() 549 pSuffix->maximumOffset = guest_offset + size; in SVGA3D_BufferDMA() 570 * all be the same size, but the depth and stencil buffers do not 571 * have to be the same size as the color buffer. All attachments 489 SVGA3D_BufferDMA(struct svga_winsys_context *swc, struct svga_winsys_buffer *guest, struct svga_winsys_surface *host, SVGA3dTransferType transfer, uint32 size, uint32 guest_offset, uint32 host_offset, SVGA3dSurfaceDMAFlags flags) SVGA3D_BufferDMA() argument
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-port.h | 850 // example, you could use it to verify the size of a static array: 1127 // Returns the size (in bytes) of a file. 2082 # define GTEST_SNPRINTF_(buffer, size, format, ...) \ 2083 _snprintf_s(buffer, size, size, format, __VA_ARGS__) 2101 // This template class serves as a compile-time function from size to 2102 // type. It maps a size in bytes to a primitive type with that 2103 // size. e.g. 2119 template <size_t size> 2127 // The specialization for size [all...] |
/third_party/node/test/parallel/ |
H A D | test-buffer-alloc.js | 9 // Verify the maximum Uint8Array size. There is no concrete limit by spec. The 230 const size = buffer.write(testValue, 0, 'utf8'); 231 const slice = buffer.toString('utf8', 0, size); 289 const size = f.write('あいうえお', encoding); 290 assert.strictEqual(size, 4); 604 // Creating buffers larger than pool size. 1156 /"size" argument must be of type number/); 1158 /"size" argument must be of type number/);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/modes/ |
H A D | ghashv8-armx.S | 95 .size gcm_init_v8,.-gcm_init_v8 136 .size gcm_gmult_v8,.-gcm_gmult_v8 268 .size gcm_ghash_v8,.-gcm_ghash_v8 548 .size gcm_ghash_v8_4x,.-gcm_ghash_v8_4x
|
/third_party/node/src/ |
H A D | node_http2.h | 413 return current_headers_.size(); in headers_count() 698 void IncreaseAllocatedSize(size_t size); 699 void DecreaseAllocatedSize(size_t size); 751 total += outgoing_storage_.size(); in current_session_memory()
|
/third_party/openGLES/api/GL/ |
H A D | wglext.h | 302 typedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, INT property, GLenum dataType, UINT size, void *data); 312 INT WINAPI wglGetGPUInfoAMD (UINT id, INT property, GLenum dataType, UINT size, void *data); 764 typedef void *(WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority); 767 void *WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 1191 // Returns the size (in bytes) of a file. 2177 #define GTEST_SNPRINTF_(buffer, size, format, ...) \ 2178 _snprintf_s(buffer, size, size, format, __VA_ARGS__) 2194 // This template class serves as a compile-time function from size to 2195 // type. It maps a size in bytes to a primitive type with that 2196 // size. e.g. 2212 template <size_t size> 2220 // The specialization for size 4. 2228 // The specialization for size [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | build-ideal-tree.js | 323 if (tree.children.size) { 478 if (this.auditReport && this.auditReport.size > 0) { 604 if (this.options.force && this.auditReport && this.auditReport.topVulns.size) { 687 if (inventory.size === 0 || !ancient && !old) {
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/modes/ |
H A D | aesni-gcm-x86_64.s | 315 .size _aesni_ctr32_ghash_6x,.-_aesni_ctr32_ghash_6x 417 .size aesni_gcm_decrypt,.-aesni_gcm_decrypt 509 .size _aesni_ctr32_6x,.-_aesni_ctr32_6x 776 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 12 .size ossl_rsaz_avx512ifma_eligible, .-ossl_rsaz_avx512ifma_eligible 415 .size ossl_rsaz_amm52x20_x1_256, .-ossl_rsaz_amm52x20_x1_256 826 .size ossl_rsaz_amm52x20_x2_256, .-ossl_rsaz_amm52x20_x2_256 876 .size ossl_extract_multiplier_2x20_win5, .-ossl_extract_multiplier_2x20_win5
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/modes/ |
H A D | aesni-gcm-x86_64.s | 315 .size _aesni_ctr32_ghash_6x,.-_aesni_ctr32_ghash_6x 417 .size aesni_gcm_decrypt,.-aesni_gcm_decrypt 509 .size _aesni_ctr32_6x,.-_aesni_ctr32_6x 776 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
|
/third_party/libdrm/tests/util/ |
H A D | pattern.c | 640 void util_smpte_c8_gamma(unsigned size, struct drm_color_lut *lut) in util_smpte_c8_gamma() argument 642 if (size < 7 + 7 + 8) { in util_smpte_c8_gamma() 643 printf("Error: gamma too small: %d < %d\n", size, 7 + 7 + 8); in util_smpte_c8_gamma() 646 memset(lut, 0, size * sizeof(struct drm_color_lut)); in util_smpte_c8_gamma() 1186 * Note that due to practical size considerations, for the screens
|