HomeSort by relevance Sort by last modified time
    Searched defs:format_tag (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/EventLog/src/
riff.c 964 short format_tag = (short) getFormatTag(audio_type); local
966 if (format_tag == -1 ||
967 (bytes_per_sample == -1 && format_tag != WAVEFORMAT_AURORA &&
968 format_tag != WAVEFORMAT_ES_202_050))
1017 if (format_tag == WAVEFORMAT_AURORA || format_tag == WAVEFORMAT_ES_202_050)
1032 header.waveinfo.nFormatTag = swapConstShort(format_tag); /* codec */
1049 header.waveinfo.nFormatTag = format_tag; /* codec */
  /external/freetype/include/freetype/internal/
tttypes.h 89 /* format_tag :: The font format tag. */
101 FT_ULong format_tag; member in struct:SFNT_HeaderRec_
1264 FT_ULong format_tag; member in struct:TT_FaceRec_
    [all...]

Completed in 32 milliseconds