Home
last modified time | relevance | path

Searched refs:nb_attributes (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.h94 int nb_attributes; member
Dhwcontext_vaapi.c77 int nb_attributes; member
461 ctx->attributes, ctx->nb_attributes); in vaapi_pool_alloc()
512 for (i = 0; i < avfc->nb_attributes; i++) { in vaapi_frames_init()
518 ctx->nb_attributes = in vaapi_frames_init()
519 avfc->nb_attributes + need_memory_type + need_pixel_format; in vaapi_frames_init()
521 ctx->attributes = av_malloc(ctx->nb_attributes * in vaapi_frames_init()
528 for (i = 0; i < avfc->nb_attributes; i++) in vaapi_frames_init()
546 av_assert0(i == ctx->nb_attributes); in vaapi_frames_init()
549 ctx->nb_attributes = 0; in vaapi_frames_init()
/third_party/libxml2/
DtestSAX.c890 int nb_attributes, in startElementNsDebug() argument
919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
921 for (i = 0;i < nb_attributes * 5;i += 5) { in startElementNsDebug()
DSAX2.c2186 int nb_attributes, in xmlSAX2StartElementNs() argument
2338 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
2370 if (nb_attributes > 0) { in xmlSAX2StartElementNs()
2371 for (j = 0,i = 0;i < nb_attributes;i++,j+=5) { in xmlSAX2StartElementNs()
Dxmllint.c1520 int nb_attributes, in startElementNsDebug() argument
1549 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
1551 for (i = 0;i < nb_attributes * 5;i += 5) { in startElementNsDebug()
Dtestlimits.c1180 int nb_attributes ATTRIBUTE_UNUSED, in startElementNsCallback()
Druntest.c1462 int nb_attributes, in startElementNsDebug() argument
1491 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
1493 for (i = 0;i < nb_attributes * 5;i += 5) { in startElementNsDebug()
Dxmlreader.c804 int nb_attributes, in xmlTextReaderStartElementNs() argument
816 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
Dxmlschemas.c27515 int nb_attributes, in xmlSchemaSAXHandleStartElementNs() argument
27604 if (nb_attributes != 0) { in xmlSchemaSAXHandleStartElementNs()
27608 for (j = 0, i = 0; i < nb_attributes; i++, j += 5) { in xmlSchemaSAXHandleStartElementNs()
28766 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument
28775 nb_attributes, nb_defaulted, in startElementNsSplit()
28780 nb_attributes, nb_defaulted, in startElementNsSplit()
Dtestapi.c5115 int nb_attributes; /* the number of attributes on that node */ in test_xmlSAX2StartElementNs() local
5138 nb_attributes = gen_int(n_nb_attributes, 6); in test_xmlSAX2StartElementNs()
5142 …x, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted,… in test_xmlSAX2StartElementNs()
5150 des_int(n_nb_attributes, nb_attributes, 6); in test_xmlSAX2StartElementNs()
/third_party/gettext/gnulib-local/lib/libxml/
DSAX2.in.h147 int nb_attributes,
DSAX2.c2242 int nb_attributes, in xmlSAX2StartElementNs() argument
2394 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
2426 if (nb_attributes > 0) { in xmlSAX2StartElementNs()
2427 for (j = 0,i = 0;i < nb_attributes;i++,j+=5) { in xmlSAX2StartElementNs()
Dparser.in.h727 int nb_attributes,
Dxmlreader.c754 int nb_attributes, in xmlTextReaderStartElementNs() argument
766 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
Dxmlschemas.c27362 int nb_attributes, in xmlSchemaSAXHandleStartElementNs() argument
27451 if (nb_attributes != 0) { in xmlSchemaSAXHandleStartElementNs()
27455 for (j = 0, i = 0; i < nb_attributes; i++, j += 5) { in xmlSchemaSAXHandleStartElementNs()
28610 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument
28619 nb_attributes, nb_defaulted, in startElementNsSplit()
28624 nb_attributes, nb_defaulted, in startElementNsSplit()
/third_party/libxml2/include/libxml/
DSAX2.h119 int nb_attributes,
Dparser.h700 int nb_attributes,
/third_party/libxml2/os400/libxmlrpg/
DSAX2.rpgle169 d nb_attributes value like(xmlCint)
Dparser.rpgle696 * @nb_attributes: the number of attributes on that node
/third_party/ffmpeg/libavcodec/
Dvaapi_decode.c362 avfc->nb_attributes = 1; in vaapi_decode_find_best_format()