| /xsrc/external/mit/xvinfo/dist/ |
| xvinfo.c | 100 XvEncodingInfo *encodings; local 189 &encodings)) { 191 "%s: Failed to query encodings on display %s\n", 197 if (encodings && nencode) { 201 if (!strcmp(encodings[n].name, "XV_IMAGE")) 206 fprintf(stdout, " number of encodings: %i\n", 210 if (strcmp(encodings[n].name, "XV_IMAGE")) { 212 encodings[n].encoding_id, 213 encodings[n].name); 215 encodings[n].width, encodings[n].height) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/ |
| h264d.c | 39 OMX_VIDEO_CODINGTYPE encodings[] = { local 121 &encodings, &formats, &avctype, &levels, 129 OMX_VIDEO_CODINGTYPE encodings[] = { local 163 &encodings, &formats);
|
| h264e.c | 37 OMX_VIDEO_CODINGTYPE encodings[] = { local 71 &encodings, &formats); 81 OMX_VIDEO_CODINGTYPE encodings[] = { local 170 &encodings, &formats, &avctype, &levels,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/ |
| h264d.c | 39 OMX_VIDEO_CODINGTYPE encodings[] = { local 121 &encodings, &formats, &avctype, &levels, 129 OMX_VIDEO_CODINGTYPE encodings[] = { local 163 &encodings, &formats);
|
| h264e.c | 37 OMX_VIDEO_CODINGTYPE encodings[] = { local 71 &encodings, &formats); 81 OMX_VIDEO_CODINGTYPE encodings[] = { local 170 &encodings, &formats, &avctype, &levels,
|
| /xsrc/external/mit/libXmu/dist/src/ |
| Xct.c | 44 char **encodings; member in struct:_XctPriv 297 strncmp(priv->encodings[i], (char *)enc, len); 312 new_encodings = reallocarray(priv->encodings, 319 priv->encodings = new_encodings; 320 priv->encodings[i] = (char *)ptr; 322 data->encoding = priv->encodings[i]; 369 priv->encodings = (char **)NULL; 680 free(priv->encodings[i]); 681 if (priv->encodings) 682 free(priv->encodings); [all...] |
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| bdfdrivr.c | 57 BDF_encoding_el* encodings; member in struct:BDF_CMapRec_ 72 cmap->encodings = face->en_table; 84 cmap->encodings = NULL; 94 BDF_encoding_el* encodings = cmap->encodings; local 96 FT_UShort result = 0; /* encodings->glyph */ 111 code = encodings[mid].enc; 117 result = encodings[mid].glyph + 1; 139 BDF_encoding_el* encodings = cmap->encodings; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| bifrost_isa.py | 174 encodings = ins.findall('encoding') 177 if len(encodings) == 0: 180 for enc in encodings:
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| ephyrhostvideo.c | 450 EphyrHostEncoding *encodings=NULL ; local 462 encodings = calloc (num_encodings, sizeof (EphyrHostEncoding)) ; 464 encodings[i].id = encoding_info[i].encoding_id ; 465 encodings[i].name = strdup (encoding_info[i].name) ; 466 encodings[i].width = encoding_info[i].width ; 467 encodings[i].height = encoding_info[i].height ; 468 encodings[i].rate.numerator = encoding_info[i].rate.numerator ; 469 encodings[i].rate.denominator = encoding_info[i].rate.denominator ; 476 *a_encodings = encodings ;
|
| ephyrvideo.c | 429 EphyrHostEncoding *encodings=NULL ; local 496 &encodings, 498 EPHYR_LOG_ERROR ("failed to get encodings for port port id %d," 505 videoEncodingDup (encodings, num_encodings) ; 558 if (encodings) { 559 ephyrHostEncodingsDelete (encodings, num_encodings) ; 560 encodings = NULL ;
|
| /xsrc/external/mit/mkfontscale/dist/ |
| mkfontscale.c | 93 static ConstListPtr encodings, extra_encodings; variable 164 encodings = 196 makeConstList((const char **) &argv[argn + 1], 1, encodings, 0); 841 goto encodings; 1015 for (encoding = encodings; encoding; encoding = encoding->next) { 1059 encodings: 1060 encdir = dsprintf("%s%s", dirname, "encodings.dir"); 1063 perror("encodings"); 1071 perror("open(encodings.dir)"); 1104 For small encodings using Unicode indices, we require perfec [all...] |
| /xsrc/external/mit/encodings/dist/ |
| configure | 3 # Generated by GNU Autoconf 2.72 for encodings 1.1.0. 5 # Report bugs to <https://gitlab.freedesktop.org/xorg/font/encodings/-/issues>. 274 $0: https://gitlab.freedesktop.org/xorg/font/encodings/-/issues 606 PACKAGE_NAME='encodings' 607 PACKAGE_TARNAME='encodings' 609 PACKAGE_STRING='encodings 1.1.0' 610 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/encodings/-/issues' 1284 'configure' configures encodings 1.1.0 to adapt to many kinds of systems. 1333 --docdir=DIR documentation root [DATAROOTDIR/doc/encodings] 1355 short | recursive ) echo "Configuration of encodings 1.1.0:"; [all...] |
| /xsrc/external/mit/font-adobe-100dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3599 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-adobe-75dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3600 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-adobe-utopia-100dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3600 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-bh-100dpi/dist/ |
| configure | 1405 --disable-all-encodings Disable building of all font encodings 3599 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-bh-75dpi/dist/ |
| configure | 1405 --disable-all-encodings Disable building of all font encodings 3599 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-bh-lucidatypewriter-100dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3600 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-bh-lucidatypewriter-75dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3600 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-misc-misc/dist/ |
| configure | 1426 --disable-all-encodings Disable building of all font encodings 3627 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-schumacher-misc/dist/ |
| configure | 1424 --disable-all-encodings Disable building of all font encodings 3624 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/xorg-cf-files/dist/ |
| configure | 1371 --with-encodingsdir=DIR Path to encodings files [FONTROOTDIR/encodings] 3082 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for encodings files" >&5 3083 printf %s "checking for directory for encodings files... " >&6; } 3090 ENCODINGSDIR='${FONTROOTDIR}/encodings'
|
| /xsrc/external/mit/font-adobe-utopia-75dpi/dist/ |
| configure | 1418 --disable-all-encodings Disable building of all font encodings 5060 # Check whether --enable-all-encodings was given.
|