Home
last modified time | relevance | path

Searched refs:size (Results 11676 - 11700 of 21346) sorted by relevance

1...<<461462463464465466467468469470>>...854

/third_party/ffmpeg/libavcodec/
H A Dtruemotion1.c51 int size; member
317 uint8_t header_buffer[128] = { 0 }; /* logical maximum size of the header */ in truemotion1_decode_header()
323 av_log(s->avctx, AV_LOG_ERROR, "invalid header size (%d)\n", s->buf[0]); in truemotion1_decode_header()
327 if (header.header_size + 1 > s->size) { in truemotion1_decode_header()
448 if (s->avctx->width * s->avctx->height / 2048 + header.header_size > s->size) in truemotion1_decode_header()
455 s->index_stream_size = s->size - (s->index_stream - s->buf); in truemotion1_decode_header()
876 int ret, buf_size = avpkt->size; in truemotion1_decode_frame()
880 s->size = buf_size; in truemotion1_decode_frame()
/third_party/backends/backend/
H A Dcardscan.c544 s->opt[i].size = sizeof (SANE_Word); in attach_one()
797 opt->size = maxStringSize (opt->constraint.string_list); in sane_get_option_descriptor()
815 * value (determined by member size in the corresponding option
1517 /* sanei_usb overwrites the transfer size, so make some local copies */ in do_cmd()
1554 DBG(5,"cmd: wrong size %ld/%ld\n", (long)loc_cmdLen, (long)cmdLen); in do_cmd()
1578 DBG(5,"out: wrong size %ld/%ld\n", (long)loc_outLen, (long)outLen); in do_cmd()
1620 * Convenience method to determine longest string size in a list.
1625 size_t size, max_size = 0; in maxStringSize() local
1629 size = strlen (strings[i]) + 1; in maxStringSize()
1630 if (size > max_siz in maxStringSize()
[all...]
H A Dcoolscan-scsidef.h114 #undef WRITE_BUFFER /* correct size write_buffer for scanner */
148 int size;
591 /*#define set_WDB_length(length) (window_descriptor_block.size = (length)) */
592 #define WPDB_OFF(b) (b + set_window.size)
593 #define WDB_OFF(b, n) (b + set_window.size + \
594 window_parameter_data_block.size + \
595 ( window_descriptor_block.size * (n - 1) ) )
596 #define set_WPDB_wdbnum(sb,n) set_WPDB_wdblen(sb,window_descriptor_block.size*n)
H A Dsm3840_lib.c62 unsigned char *bytes, int size, int timeout) in my_usb_bulk_write()
69 my_size = size; in my_usb_bulk_write()
79 unsigned char *bytes, int size, int timeout) in my_usb_bulk_read()
86 my_size = size; in my_usb_bulk_read()
97 unsigned char *bytes, int size, int timeout) in my_usb_control_msg()
104 (SANE_Int) index, (SANE_Int) size, in my_usb_control_msg()
61 my_usb_bulk_write(p_usb_dev_handle dev, int ep, unsigned char *bytes, int size, int timeout) my_usb_bulk_write() argument
78 my_usb_bulk_read(p_usb_dev_handle dev, int ep, unsigned char *bytes, int size, int timeout) my_usb_bulk_read() argument
95 my_usb_control_msg(p_usb_dev_handle dev, int requesttype, int request, int value, int index, unsigned char *bytes, int size, int timeout) my_usb_control_msg() argument
H A Dpint.c85 size_t size, max_size = 0; in max_string_size() local
90 size = strlen (strings[i]) + 1; in max_string_size()
91 if (size > max_size) in max_string_size()
92 max_size = size; in max_string_size()
381 s->opt[i].size = sizeof (SANE_Word); in init_options()
403 s->opt[OPT_MODE].size = max_string_size (mode_list); in init_options()
896 /* inquire resulting size of image after setting it up */ in sane_get_parameters()
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c44 int size; /* size of entire data */ member
45 int cur_buf_size; /* size of cur_buf */
404 track->size++; in add_byte()
651 fputc((tracks[i].size >> 24) & 0xff, file); in write_file()
652 fputc((tracks[i].size >> 16) & 0xff, file); in write_file()
653 fputc((tracks[i].size >> 8) & 0xff, file); in write_file()
654 fputc(tracks[i].size & 0xff, file); in write_file()
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c509 printf(_("Buffer size range from %lu to %lu\n"),buffer_size_min, buffer_size_max); in set_hwparams()
510 printf(_("Period size range from %lu to %lu\n"),period_size_min, period_size_max); in set_hwparams()
537 printf(_("Using max buffer size %lu\n"), buffer_size); in set_hwparams()
540 fprintf(stderr, _("Unable to set buffer size %lu for playback: %s\n"), in set_hwparams()
809 int size; in read_wav() local
834 for (size = 0; size < bufsize; size += 2) { in read_wav()
839 return size; in read_wav()
846 return size; in read_wav()
[all...]
/third_party/alsa-lib/src/ucm/
H A Ducm_subs.c711 size_t size, nsize, idsize, rvalsize, dpos = 0; in uc_mgr_get_substituted_value() local
721 size = strlen(value) + 1; in uc_mgr_get_substituted_value()
722 r = malloc(size); in uc_mgr_get_substituted_value()
814 nsize = size + rvalsize - idsize; in uc_mgr_get_substituted_value()
815 if (nsize > size) { in uc_mgr_get_substituted_value()
822 size = nsize; in uc_mgr_get_substituted_value()
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc176 * Trim Box is used for trimming the page in required size.
547 const int len=orig_pages.size(); in start()
578 const int len=orig_pages.size(); in get_pages()
624 const int len=pages.size(); in multiply()
647 const int len=orig_pages.size(); in autoRotateAll()
694 const int len=comments.size(); in setComments()
750 int len=pages.size(); in emitFilename()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiLine.java606 if (bidi.insertPoints.size > 0) { in getRuns()
609 for (ip = 0; ip < bidi.insertPoints.size; ip++) { in getRuns()
845 if (bidi.insertPoints.size > 0) { in getVisualIndex()
917 if (bidi.insertPoints.size > 0) { in getLogicalIndex()
1044 if (bidi.insertPoints.size > 0) { in getLogicalMap()
1135 if (bidi.insertPoints.size > 0) { in getVisualMap()
/third_party/icu/icu4c/source/i18n/
H A Dunum.cpp448 } else if (sp.size() > outBufLength) { in unum_parseDecimal()
450 } else if (sp.size() == outBufLength) { in unum_parseDecimal()
451 uprv_strncpy(outBuf, sp.data(), sp.size()); in unum_parseDecimal()
457 return sp.size(); in unum_parseDecimal()
800 int32_t size, in unum_getSymbol()
820 extract(buffer, size, *status); in unum_getSymbol()
797 unum_getSymbol(const UNumberFormat *fmt, UNumberFormatSymbol symbol, UChar *buffer, int32_t size, UErrorCode *status) unum_getSymbol() argument
/third_party/icu/icu4c/source/common/
H A Dlstmbe.cpp205 inline Array1D slice(int32_t from, int32_t size) const {
208 U_ASSERT(from + size <= d1_);
209 return Array1D(data_ + from, size);
224 // Hadamard Product the values of another array of the same size into this one.
233 // Add the Hadamard Product of two arrays of the same size into this one.
243 // Add the values of another array of the same size into this one.
252 // Assign the values of another array of the same size into this one.
631 // Minimum word size
645 int32_t beginFoundBreakSize = foundBreaks.size();
661 int32_t input_seq_len = indices.size();
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java699 if (removed.size() > 0) { in run()
713 if (changed.size() > 0) { in run()
727 if (added.size() > 0) { in run()
748 if (removed.size() > 0) { in run()
758 if (changed.size() > 0) { in run()
768 if (added.size() > 0) { in run()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidiLine.java607 if (bidi.insertPoints.size > 0) { in getRuns()
610 for (ip = 0; ip < bidi.insertPoints.size; ip++) { in getRuns()
846 if (bidi.insertPoints.size > 0) { in getVisualIndex()
918 if (bidi.insertPoints.size > 0) { in getLogicalIndex()
1045 if (bidi.insertPoints.size > 0) { in getLogicalMap()
1136 if (bidi.insertPoints.size > 0) { in getVisualMap()
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c252 uint32_t i, size, num_chunks, bo_list_handle = 0, sem_count = 0; in amdgpu_cs_submit_one() local
267 size = ibs_request->number_of_ibs + (user_fence ? 2 : 1) + 1; in amdgpu_cs_submit_one()
269 chunks = alloca(sizeof(struct drm_amdgpu_cs_chunk) * size); in amdgpu_cs_submit_one()
271 size = ibs_request->number_of_ibs + (user_fence ? 1 : 0); in amdgpu_cs_submit_one()
273 chunk_data = alloca(sizeof(struct drm_amdgpu_cs_chunk_data) * size); in amdgpu_cs_submit_one()
289 chunk_data[i].ib_data.ib_bytes = ib->size * 4; in amdgpu_cs_submit_one()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c632 /* disable transcode tunnel if video size is different from coded size */ in vid_dec_h265_BeginFrame()
806 int size, num; in slice_header() local
812 size = 1 << (sps->log2_min_luma_coding_block_size_minus3 + 3 + in slice_header()
815 num = ((sps->pic_width_in_luma_samples + size - 1) / size) * in slice_header()
816 ((sps->pic_height_in_luma_samples + size - 1) / size); in slice_header()
/third_party/node/deps/v8/tools/debug_helper/
H A Dget-object-properties.cc182 DCHECK_EQ(known_map_type.types.size(), 1); in GetTypedHeapObject()
234 string_.size() * unibrow::Utf16::kMaxExtraUtf8BytesForOneUtf16CodeUnit); in GetString()
237 for (size_t read_index = 0; read_index < string_.size(); ++read_index) { in GetString()
418 if (string_.size() >= kMaxCharacters) { in AddCharacter()
515 // The total size of the object in memory. This may include over-allocated
571 for (size_t i = 0; i < extra_info.second.size(); i++) { in GetHeapObjectPropertiesNotCompressed()
573 for (size_t j = 0; j < props.size(); j++) { in GetHeapObjectPropertiesNotCompressed()
/third_party/node/src/
H A Dnode_options.cc173 if (watch_mode_paths.size() > 0) { in CheckOptions()
191 } else if (!test_runner && (argv->size() < 1 || (*argv)[1].empty())) { in CheckOptions()
562 AddOption("--max-http-header-size", in EnvironmentOptionsParser()
563 "set the maximum size of HTTP headers (default: 16384 (16KB))", in EnvironmentOptionsParser()
756 AddOption("--max-old-space-size", "", V8Option{}, kAllowedInEnvvar); in PerIsolateOptionsParser()
757 AddOption("--max-semi-space-size", "", V8Option{}, kAllowedInEnvvar); in PerIsolateOptionsParser()
763 AddOption("--max-old-space-size", "", V8Option{}, kAllowedInEnvvar); in PerIsolateOptionsParser()
774 AddOption("--huge-max-old-generation-size", in PerIsolateOptionsParser()
775 "increase default maximum heap size on machines with 16GB memory " in PerIsolateOptionsParser()
833 AddOption("--v8-pool-size", in PerProcessOptionsParser()
[all...]
H A Dudp_wrap.cc360 int size = static_cast<int>(args[0].As<Uint32>()->Value()); in BufferSize() local
364 err = uv_recv_buffer_size(handle, &size); in BufferSize()
366 err = uv_send_buffer_size(handle, &size); in BufferSize()
373 args.GetReturnValue().Set(size); in BufferSize()
794 size_t size = uv_udp_get_send_queue_size(&wrap->handle_); in GetSendQueueSize() local
795 args.GetReturnValue().Set(static_cast<double>(size)); in GetSendQueueSize()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h192 * The maximum window size
199 * The initial window size for stream level flow control.
205 * The initial window size for connection level flow control.
212 * The default header table size.
354 * Insufficient buffer size given to function.
926 * size. See :type:`nghttp2_data_source_read_length_callback` for
1229 * The window size increment.
1774 * Application should properly limit the total buffer size to store
2406 typedef void *(*nghttp2_malloc)(size_t size, void *mem_user_data);
2422 typedef void *(*nghttp2_calloc)(size_t nmemb, size_t size, voi
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlstmbe.cpp205 inline Array1D slice(int32_t from, int32_t size) const {
208 U_ASSERT(from + size <= d1_);
209 return Array1D(data_ + from, size);
224 // Hadamard Product the values of another array of the same size into this one.
233 // Add the Hadamard Product of two arrays of the same size into this one.
243 // Add the values of another array of the same size into this one.
252 // Assign the values of another array of the same size into this one.
631 // Minimum word size
645 int32_t beginFoundBreakSize = foundBreaks.size();
661 int32_t input_seq_len = indices.size();
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h192 * The maximum window size
199 * The initial window size for stream level flow control.
205 * The initial window size for connection level flow control.
212 * The default header table size.
354 * Insufficient buffer size given to function.
921 * size. See :type:`nghttp2_data_source_read_length_callback` for
1224 * The window size increment.
1769 * Application should properly limit the total buffer size to store
2401 typedef void *(*nghttp2_malloc)(size_t size, void *mem_user_data);
2417 typedef void *(*nghttp2_calloc)(size_t nmemb, size_t size, voi
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dunum.cpp464 } else if (sp.size() > outBufLength) { in unum_parseDecimal()
466 } else if (sp.size() == outBufLength) { in unum_parseDecimal()
467 uprv_strncpy(outBuf, sp.data(), sp.size()); in unum_parseDecimal()
473 return sp.size(); in unum_parseDecimal()
820 int32_t size,
839 extract(buffer, size, *status);
H A Duspoof.cpp10 * tab size: 8 (not used)
226 *pActualLength = sd->size(); in uspoof_openFromSerialized()
661 if (numerics.size() > 1) { in checkImpl()
818 int32_t const size = ubidi_getProcessedLength(bidi); in uspoof_getBidiSkeletonUnicodeString() local
819 UChar* const reorderedBuffer = reordered.getBuffer(size); in uspoof_getBidiSkeletonUnicodeString()
825 ubidi_writeReordered(bidi, reorderedBuffer, size, in uspoof_getBidiSkeletonUnicodeString()
827 reordered.releaseBuffer(size); in uspoof_getBidiSkeletonUnicodeString()
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py336 self.size = int( element.get( "size" ), 0 )
340 tn.size = int( element.get( "size" ), 0 )
440 # print '/* stack size -> %s = %u (before)*/' % (self.name, self.type_expr.get_stack_size())
444 # print '/* stack size -> %s = %u (after) */' % (self.name, self.type_expr.get_stack_size())
501 if (self.size() / count) == 8:
504 if self.size() == 8:
551 def size(self): member in gl_parameter
585 if self.size() >
[all...]

Completed in 45 milliseconds

1...<<461462463464465466467468469470>>...854