/third_party/ffmpeg/libavformat/ |
D | nsvdec.c | 174 uint32_t vtag, atag; member 377 uint32_t vtag, atag; in nsv_parse_NSVs_header() local 385 atag = avio_rl32(pb); in nsv_parse_NSVs_header() 416 nsv->atag = atag; in nsv_parse_NSVs_header() 451 if (atag != T_NONE) { in nsv_parse_NSVs_header() 462 st->codecpar->codec_tag = atag; in nsv_parse_NSVs_header() 463 st->codecpar->codec_id = ff_codec_get_id(nsv_codec_audio_tags, atag); in nsv_parse_NSVs_header() 473 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
|
/third_party/flutter/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() 586 char *atag; in addOfficialTaggedStandards() local 614 atag = allocString(&tagBlock, tag, -1); in addOfficialTaggedStandards() 617 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1); in addOfficialTaggedStandards()
|
/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 | 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/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1parse.c | 71 FT_UShort *atag, in read_pfb_tag() argument 79 *atag = 0; in read_pfb_tag() 90 *atag = tag; in read_pfb_tag()
|
/third_party/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/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/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssmanifest.c | 804 gint atag = 0; in _gst_mss_stream_audio_caps_from_qualitylevel_xml() local 812 atag = g_ascii_strtoull (audiotag, NULL, 10); in _gst_mss_stream_audio_caps_from_qualitylevel_xml() 813 caps = _gst_mss_stream_audio_caps_from_audio_tag (atag); in _gst_mss_stream_audio_caps_from_qualitylevel_xml() 871 if (!codec_data && ((fourcc && strcmp (fourcc, "AACL") == 0) || atag == 255) in _gst_mss_stream_audio_caps_from_qualitylevel_xml()
|
/third_party/ffmpeg/ |
D | Changelog | 1378 * -vtag/-atag/-stag options are now aliases to the new -tag option.
|
/third_party/ffmpeg/doc/ |
D | ffmpeg.texi | 1292 @item -atag @var{fourcc/tag} (@emph{output})
|