Searched defs:EbmlGlobal (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlWriter.h21 typedef struct EbmlGlobal EbmlGlobal; typedef in typeref:struct:EbmlGlobal
22 void Ebml_Serialize(EbmlGlobal *glob, const void *, int, unsigned long);
23 void Ebml_Write(EbmlGlobal *glob, const void *, unsigned long);
27 void Ebml_WriteLen(EbmlGlobal *glob, int64_t val);
28 void Ebml_WriteString(EbmlGlobal *glob, const char *str);
29 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr);
30 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id);
31 void Ebml_SerializeUnsigned64(EbmlGlobal *glob, unsigned long class_id, uint64_t ui);
32 void Ebml_SerializeUnsigned(EbmlGlobal *glo
[all...]
H A DEbmlBufferWriter.h12 } EbmlGlobal; typedef in typeref:struct:__anon24818
15 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id);
16 void Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dwebmenc.h24 struct EbmlGlobal { struct
41 void write_webm_file_header(struct EbmlGlobal *glob,
47 void write_webm_block(struct EbmlGlobal *glob,
51 void write_webm_file_footer(struct EbmlGlobal *glob);
H A Dvpxenc.c720 struct EbmlGlobal { int debug; }; struct
749 struct EbmlGlobal ebml;
/external/libvpx/libvpx/
H A Dwebmenc.h37 struct EbmlGlobal { struct
75 void write_webm_seek_element(struct EbmlGlobal *ebml,
79 void write_webm_file_header(struct EbmlGlobal *glob,
85 void write_webm_block(struct EbmlGlobal *glob,
89 void write_webm_file_footer(struct EbmlGlobal *glob, int hash);

Completed in 304 milliseconds