Searched refs:atag (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | nsvdec.c | 174 uint32_t vtag, atag; member 376 uint32_t vtag, atag; in nsv_parse_NSVs_header() local 384 atag = avio_rl32(pb); in nsv_parse_NSVs_header() 415 nsv->atag = atag; in nsv_parse_NSVs_header() 450 if (atag != T_NONE) { in nsv_parse_NSVs_header() 461 st->codecpar->codec_tag = atag; in nsv_parse_NSVs_header() 462 st->codecpar->codec_id = ff_codec_get_id(nsv_codec_audio_tags, atag); in nsv_parse_NSVs_header() 472 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
|
/third_party/skia/third_party/externals/icu/source/tools/gencnval/ |
D | gencnval.c | 531 char *atag; in getTagNumber() local 559 atag = allocString(&tagBlock, tag, tagLen); in getTagNumber() 563 path, lineNum, atag); in getTagNumber() 568 path, lineNum, atag); in getTagNumber() 572 tags[tagCount].tag = GET_TAG_NUM(atag); in getTagNumber() 587 char *atag; in addOfficialTaggedStandards() local 615 atag = allocString(&tagBlock, tag, -1); in addOfficialTaggedStandards() 618 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1); in addOfficialTaggedStandards()
|
/third_party/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 532 char *atag; in getTagNumber() local 560 atag = allocString(&tagBlock, tag, tagLen); in getTagNumber() 564 path, lineNum, atag); in getTagNumber() 569 path, lineNum, atag); in getTagNumber() 573 tags[tagCount].tag = GET_TAG_NUM(atag); in getTagNumber() 588 char *atag; in addOfficialTaggedStandards() local 616 atag = allocString(&tagBlock, tag, -1); in addOfficialTaggedStandards() 619 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1); in addOfficialTaggedStandards()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1parse.c | 70 FT_UShort *atag, in read_pfb_tag() argument 78 *atag = 0; in read_pfb_tag() 89 *atag = tag; in read_pfb_tag()
|
/third_party/ffmpeg/ |
D | Changelog | 1519 * -vtag/-atag/-stag options are now aliases to the new -tag option.
|
/third_party/ffmpeg/doc/ |
D | ffmpeg.texi | 1359 @item -atag @var{fourcc/tag} (@emph{output})
|