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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlWriter.h 21 typedef struct EbmlGlobal 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 *glob, unsigned long class_id, unsigned long ui)
    [all...]
EbmlBufferWriter.h 12 } EbmlGlobal;
15 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id);
16 void Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc);
  /external/libvpx/libvpx/
webmenc.h 24 struct EbmlGlobal {
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);
vpxenc.c 585 struct EbmlGlobal { int debug; };
610 struct EbmlGlobal ebml;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.h 37 struct EbmlGlobal {
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 405 milliseconds