Searched refs:max_size (Results 1 - 25 of 180) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddca.c40 int max_size)
48 if ((unsigned) src_size > (unsigned) max_size)
49 src_size = max_size;
62 init_put_bits(&pb, dst, max_size);
39 ff_dca_convert_bitstream(const uint8_t *src, int src_size, uint8_t *dst, int max_size) argument
H A Ddca.h46 int max_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-stack.c26 int max_size; member in struct:tre_stack_rec
34 tre_stack_new(int size, int max_size, int increment) argument
48 s->max_size = max_size;
78 if (s->size >= s->max_size)
89 if (new_size > s->max_size)
90 new_size = s->max_size;
H A Dtre-stack.h17 /* Creates a new stack object. `size' is initial size in bytes, `max_size'
22 tre_stack_new(int size, int max_size, int increment);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvocdec.c65 ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size) argument
85 max_size -= 4;
100 max_size -= 2;
113 max_size -= 4;
127 max_size -= 12;
132 max_size -= voc->remaining_size;
155 if (max_size <= 0)
156 max_size = 2048;
157 size = FFMIN(voc->remaining_size, max_size);
H A Dvoc.h49 AVStream *st, int max_size);
H A Dlibgme.c39 int64_t max_size; member in struct:GMEContext
48 {"max_size", "set max file size supported (in bytes)", OFFSET(max_size), AV_OPT_TYPE_INT64, {.i64 = 50 * 1024 * 1024}, 0, SIZE_MAX, A|D},
91 sz = gme->max_size;
92 } else if (gme->max_size && sz > gme->max_size) {
93 sz = gme->max_size;
101 // Data left means our buffer (the max_size option) is too small
103 av_log(s, AV_LOG_ERROR, "File size is larger than max_size option "
104 "value %"PRIi64", consider increasing the max_size optio
[all...]
H A Dlibmodplug.c47 int max_size; ///< max file size to allocate member in struct:ModPlugContext
92 {"max_size", "Max file size supported (in bytes). Default is 5MB. Set to 0 for no limit (not recommended)",
93 OFFSET(max_size), AV_OPT_TYPE_INT, {.i64 = FF_MODPLUG_DEF_FILE_SIZE}, 0, FF_MODPLUG_MAX_FILE_SIZE, D},
174 sz = modplug->max_size;
175 } else if (modplug->max_size && sz > modplug->max_size) {
176 sz = modplug->max_size;
179 sz == FF_MODPLUG_DEF_FILE_SIZE ? " (see -max_size)" : "", sz);
189 modplug->buf = av_malloc(modplug->max_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dvocdec.c65 voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size) argument
85 max_size -= 4;
96 max_size -= 2;
109 max_size -= 4;
119 max_size -= 12;
124 max_size -= voc->remaining_size;
147 if (max_size <= 0)
148 max_size = 2048;
149 size = FFMIN(voc->remaining_size, max_size);
H A Dvoc.h49 AVStream *st, int max_size);
H A Daiffdec.c292 int64_t max_size; local
296 max_size = aiff->data_end - avio_tell(s->pb);
297 if (max_size <= 0)
305 size = FFMIN(max_size, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/default/
H A Damuleweb-main-search.php268 $max_size = $HTTP_GET_VARS["maxsize"] == "" ? 0 : $HTTP_GET_VARS["maxsize"]; variable
271 $max_size *= str2mult($HTTP_GET_VARS["maxsizeu"]);
276 $search_type, $HTTP_GET_VARS["avail"], $min_size, $max_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/appldata/
H A Dappldata_os.c173 int rc, max_size; local
175 max_size = sizeof(struct appldata_os_data) +
177 if (max_size > APPLDATA_MAX_REC_SIZE) {
179 "record size %i\n", max_size, APPLDATA_MAX_REC_SIZE);
184 appldata_os_data = kzalloc(max_size, GFP_KERNEL | GFP_DMA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Demp_ematch.l12 #define YY_INPUT(buf, result, max_size) \
21 if (max_size <= strlen(*ematch_argv) + 1) { \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dprobetest.c85 int max_size = 65537; local
90 max_size = atoi(argv[2]);
92 if (max_size > 1000000000U/8) {
93 fprintf(stderr, "max_size out of bounds\n");
108 for (size = 1; size < max_size; size *= 2) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_tbf.c106 u32 max_size; member in struct:tbf_sched_data
126 if (qdisc_pkt_len(skb) > q->max_size)
240 int max_size,n; local
264 max_size = (n << qopt->rate.cell_log)-1;
271 if (size < max_size) max_size = size;
273 if (max_size < 0)
296 q->max_size = max_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.cpp66 const wxString &extension, uint32 avail, uint64 min_size, uint64 max_size) : CECTag(EC_TAG_SEARCH_TYPE, (uint32)search_type)
79 if ( max_size != 0 ) {
80 AddTag(CECTag(EC_TAG_SEARCH_MAX_SIZE, max_size));
65 CEC_Search_Tag(const wxString &name, EC_SEARCH_TYPE search_type, const wxString &file_type, const wxString &extension, uint32 avail, uint64 min_size, uint64 max_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-linear.c123 struct bio_vec *biovec, int max_size)
129 return max_size;
134 return min(max_size, q->merge_bvec_fn(q, bvm, biovec));
122 linear_merge(struct dm_target *ti, struct bvec_merge_data *bvm, struct bio_vec *biovec, int max_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/power/
H A Dhibernate_64.c147 int arch_hibernation_header_save(void *addr, unsigned int max_size) argument
151 if (max_size < sizeof(struct restore_data_record))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Ddns.c43 size_t max_size; local
46 max_size = AVAHI_DNS_PACKET_SIZE_MAX;
48 max_size = mtu - AVAHI_DNS_PACKET_EXTRA_SIZE;
50 max_size = 0;
52 if (max_size < AVAHI_DNS_PACKET_HEADER_SIZE)
53 max_size = AVAHI_DNS_PACKET_HEADER_SIZE;
55 if (!(p = avahi_malloc(sizeof(AvahiDnsPacket) + max_size)))
59 p->max_size = max_size;
302 if (p->size+l > p->max_size)
857 avahi_rdata_serialize(AvahiRecord *record, void *rdata, size_t max_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddns.c43 size_t max_size; local
46 max_size = AVAHI_DNS_PACKET_SIZE_MAX;
48 max_size = mtu - AVAHI_DNS_PACKET_EXTRA_SIZE;
50 max_size = 0;
52 if (max_size < AVAHI_DNS_PACKET_HEADER_SIZE)
53 max_size = AVAHI_DNS_PACKET_HEADER_SIZE;
55 if (!(p = avahi_malloc(sizeof(AvahiDnsPacket) + max_size)))
59 p->max_size = max_size;
302 if (p->size+l > p->max_size)
857 avahi_rdata_serialize(AvahiRecord *record, void *rdata, size_t max_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dusbtmc.c151 int max_size; local
184 max_size = 0;
189 max_size = le16_to_cpu(current_setting->endpoint[n].
192 if (max_size == 0) {
198 dev_dbg(&data->intf->dev, "wMaxPacketSize is %d\n", max_size);
217 } while ((actual == max_size) &&
220 if (actual == max_size) {
271 } while ((actual = max_size) &&
274 if (actual == max_size) {
606 int max_size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dtxt.c38 size_t size, max_size; member in struct:TXTRecordInternal
63 t->max_size = buffer ? length : (size_t)0;
97 if (t->size + size <= t->max_size)
112 t->max_size = nsize;
210 assert(t->size <= t->max_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dtxt.c38 size_t size, max_size; member in struct:TXTRecordInternal
63 t->max_size = buffer ? length : (size_t)0;
97 if (t->size + size <= t->max_size)
112 t->max_size = nsize;
210 assert(t->size <= t->max_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dparse.c40 int max_size; member in struct:ct_parser
181 .max_size = NFCT_HELPER_NAME_MAX,
256 if (h[attr->nta_attr].max_size &&
257 attr->nta_len > h[attr->nta_attr].max_size)
280 int max_size; member in struct:exp_parser
395 .max_size = NFCT_HELPER_NAME_MAX,
400 .max_size = 32, /* XXX: artificial limit */
463 if (exp_h[attr->nta_attr].max_size &&
464 attr->nta_len > exp_h[attr->nta_attr].max_size)

Completed in 184 milliseconds

12345678