Searched refs:consumed (Results 26 - 50 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.c1363 const uint8_t *ff_h264_decode_nal(H264Context *h, const uint8_t *src, int *dst_length, int *consumed, int length){ argument
1409 *consumed= length+1; //+1 for the header
1448 *consumed= si + 1;//+1 for the header
7426 int consumed; local
7462 ptr= ff_h264_decode_nal(hx, buf + buf_index, &dst_length, &consumed, h->is_avc ? nalsize : buf_size - buf_index);
7474 if (h->is_avc && (nalsize != consumed)){
7476 for (i = consumed; i < nalsize; i++)
7479 av_log(h->s.avctx, debug_level, "AVC: Consumed only %d bytes instead of %d\n", consumed, nalsize);
7480 consumed= nalsize;
7483 buf_index += consumed;
[all...]
H A Davcodec.h2610 * @param consumed the number of samples of src which have been consumed are returned here
2616 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h67 * NOTE: consumed is only tested for equality in the parser code,
71 unsigned long consumed; /* How many xmlChars already consumed */ member in struct:_xmlParserInput
H A Dparser.c3644 * OK the segment is to be consumed as chars.
3673 * OK the segment is to be consumed as chars.
5579 unsigned int cons = ctxt->input->consumed;
5596 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
5865 unsigned int cons = ctxt->input->consumed;
5883 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
6965 unsigned int cons = ctxt->input->consumed;
6977 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
7153 unsigned int cons = ctxt->input->consumed;
7219 if ((cons == ctxt->input->consumed)
[all...]
H A DparserInternals.c300 in->consumed += ret;
404 * was consumed
410 in->consumed += ret;
460 * the context allows it, we pop consumed entities
H A DHTMLparser.c1782 * The value of @inlen after return is the number of octets consumed
1784 * The value of @outlen after return is the number of octets consumed.
1884 * The value of @inlen after return is the number of octets consumed
1886 * The value of @outlen after return is the number of octets consumed.
2004 input->consumed = 0;
2753 * Ok the segment is to be consumed as chars.
2780 * Ok the segment is to be consumed as chars.
3930 node_info.begin_pos = ctxt->input->consumed +
3981 node_info.end_pos = ctxt->input->consumed +
4016 node_info.end_pos = ctxt->input->consumed
[all...]
H A Dencoding.c116 * The value of @inlen after return is the number of octets consumed
118 * The value of @outlen after return is the number of octets consumed.
163 * The value of @inlen after return is the number of octets consumed
165 * The value of @outlen after return is the number of octets consumed.
247 * The value of @inlen after return is the number of octets consumed
249 * The value of @outlen after return is the number of octets consumed.
296 * The value of *inlen after return is the number of octets consumed
336 * The value of @inlen after return is the number of octets consumed
338 * The value of @outlen after return is the number of octets consumed.
429 * The value of *inlen after return is the number of octets consumed
[all...]
H A Dxmlschemas.c26564 int mode, int *consumed)
26575 if (consumed != NULL)
26576 *consumed = 0;
26650 if (consumed != NULL)
26651 *consumed = 1;
26877 int depth, nodeType, ret = 0, consumed; local
27037 -1, XML_SCHEMA_PUSH_TEXT_CREATED, &consumed);
27038 if (! consumed)
26562 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, int nodeType, const xmlChar *value, int len, int mode, int *consumed) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h67 * NOTE: consumed is only tested for equality in the parser code,
71 unsigned long consumed; /* How many xmlChars already consumed */ member in struct:_xmlParserInput
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.in.h67 * NOTE: consumed is only tested for equality in the parser code,
71 unsigned long consumed; /* How many xmlChars already consumed */ member in struct:_xmlParserInput
H A Dparser.c3644 * OK the segment is to be consumed as chars.
3673 * OK the segment is to be consumed as chars.
5579 unsigned int cons = ctxt->input->consumed;
5596 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
5865 unsigned int cons = ctxt->input->consumed;
5883 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
6965 unsigned int cons = ctxt->input->consumed;
6977 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
7153 unsigned int cons = ctxt->input->consumed;
7219 if ((cons == ctxt->input->consumed)
[all...]
H A DparserInternals.c300 in->consumed += ret;
404 * was consumed
410 in->consumed += ret;
460 * the context allows it, we pop consumed entities
H A DHTMLparser.c1782 * The value of @inlen after return is the number of octets consumed
1784 * The value of @outlen after return is the number of octets consumed.
1884 * The value of @inlen after return is the number of octets consumed
1886 * The value of @outlen after return is the number of octets consumed.
2004 input->consumed = 0;
2753 * Ok the segment is to be consumed as chars.
2780 * Ok the segment is to be consumed as chars.
3930 node_info.begin_pos = ctxt->input->consumed +
3981 node_info.end_pos = ctxt->input->consumed +
4016 node_info.end_pos = ctxt->input->consumed
[all...]
H A Dencoding.c116 * The value of @inlen after return is the number of octets consumed
118 * The value of @outlen after return is the number of octets consumed.
163 * The value of @inlen after return is the number of octets consumed
165 * The value of @outlen after return is the number of octets consumed.
247 * The value of @inlen after return is the number of octets consumed
249 * The value of @outlen after return is the number of octets consumed.
296 * The value of *inlen after return is the number of octets consumed
336 * The value of @inlen after return is the number of octets consumed
338 * The value of @outlen after return is the number of octets consumed.
429 * The value of *inlen after return is the number of octets consumed
[all...]
H A Dxmlschemas.c26564 int mode, int *consumed)
26575 if (consumed != NULL)
26576 *consumed = 0;
26650 if (consumed != NULL)
26651 *consumed = 1;
26877 int depth, nodeType, ret = 0, consumed; local
27037 -1, XML_SCHEMA_PUSH_TEXT_CREATED, &consumed);
27038 if (! consumed)
26562 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, int nodeType, const xmlChar *value, int len, int mode, int *consumed) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c1221 int i, consumed;
1229 for( ; mb_remain > 0 ; ++wc_count, ++pdest, mb_remain -= consumed,
1230 psrc += consumed)
1232 consumed = mbrtowc (pdest, psrc, mb_remain, &mbs);
1234 if (consumed <= 0)
1239 consumed = 1;
1248 if (consumed == 1 && (int) *psrc == 0x5c && (int) *pdest == 0xa5)
1251 offset_buffer[wc_count + 1] = mb_count += consumed;
1214 int i, consumed; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DparserInternals.c300 in->consumed += ret;
404 * was consumed
410 in->consumed += ret;
460 * the context allows it, we pop consumed entities
H A DHTMLparser.c1790 * The value of @inlen after return is the number of octets consumed
1792 * The value of @outlen after return is the number of octets consumed.
1894 * The value of @inlen after return is the number of octets consumed
1896 * The value of @outlen after return is the number of octets consumed.
2014 input->consumed = 0;
2786 * Ok the segment is to be consumed as chars.
2819 * Ok the segment is to be consumed as chars.
4010 node_info.begin_pos = ctxt->input->consumed +
4061 node_info.end_pos = ctxt->input->consumed +
4096 node_info.end_pos = ctxt->input->consumed
[all...]
H A Dencoding.c116 * The value of @inlen after return is the number of octets consumed
118 * The value of @outlen after return is the number of octets consumed.
163 * The value of @inlen after return is the number of octets consumed
165 * The value of @outlen after return is the number of octets consumed.
247 * The value of @inlen after return is the number of octets consumed
249 * The value of @outlen after return is the number of octets consumed.
296 * The value of *inlen after return is the number of octets consumed
336 * The value of @inlen after return is the number of octets consumed
338 * The value of @outlen after return is the number of octets consumed.
429 * The value of *inlen after return is the number of octets consumed
[all...]
H A Dxmlschemas.c26588 int mode, int *consumed)
26599 if (consumed != NULL)
26600 *consumed = 0;
26674 if (consumed != NULL)
26675 *consumed = 1;
26901 int depth, nodeType, ret = 0, consumed; local
27061 -1, XML_SCHEMA_PUSH_TEXT_CREATED, &consumed);
27062 if (! consumed)
26586 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, int nodeType, const xmlChar *value, int len, int mode, int *consumed) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2610 * @param consumed the number of samples of src which have been consumed are returned here
2616 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dskbuff.h410 extern unsigned int skb_seq_read(unsigned int consumed, const u8 **data,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dskbuff.c1746 * @consumed: number of bytes consumed by the caller so far
1750 * Reads a block of skb data at &consumed relative to the
1757 * returned, i.e. &consumed is typically set to the number
1758 * of bytes already consumed and the next call to
1769 unsigned int skb_seq_read(unsigned int consumed, const u8 **data, argument
1772 unsigned int block_limit, abs_offset = consumed + st->lower_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex6711 % an opening brace, and that opening brace is not consumed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex6950 % an opening brace, and that opening brace is not consumed.

Completed in 594 milliseconds

12