Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c177 struct ebml_type doctype; member
350 E_FIELD(ID_DOCTYPE, TYPE_STRING, struct ebml, doctype),
1656 char * doctype; in ne_match_webm() local
1687 if (ne_get_string(ctx->ebml.doctype, &doctype) != 0 || in ne_match_webm()
1688 strcmp(doctype, "webm") != 0) { in ne_match_webm()
1704 char * doctype; in nestegg_init() local
1749 if (ne_get_string(ctx->ebml.doctype, &doctype) != 0) in nestegg_init()
1750 doctype = "matroska"; in nestegg_init()
1751 if (strcmp(doctype, "webm") != 0) { in nestegg_init()