Searched refs:EbmlGlobal (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/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:__anon20528
15 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id);
16 void Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc);
H A DWebMElement.h13 void writeSimpleBock(EbmlGlobal *ebml, unsigned char trackNumber, unsigned short timeCode,
19 void writeHeader(EbmlGlobal *ebml);
20 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, double duration);
22 void writeVideoTrack(EbmlGlobal *ebml, unsigned int trackNumber, int flagLacing,
25 void writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing,
29 void writeSimpleBlock(EbmlGlobal *ebml, unsigned char trackNumber, short timeCode,
H A DEbmlWriter.c21 void Ebml_WriteLen(EbmlGlobal *glob, int64_t val) {
40 void Ebml_WriteString(EbmlGlobal *glob, const char *str) {
50 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr) {
62 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id) {
77 void Ebml_SerializeUnsigned64(EbmlGlobal *glob, unsigned long class_id, uint64_t ui) {
84 void Ebml_SerializeUnsigned(EbmlGlobal *glob, unsigned long class_id, unsigned long ui) {
105 void Ebml_SerializeBinary(EbmlGlobal *glob, unsigned long class_id, unsigned long bin) {
116 void Ebml_SerializeFloat(EbmlGlobal *glob, unsigned long class_id, double d) {
124 void Ebml_WriteSigned16(EbmlGlobal *glob, short val) {
129 void Ebml_SerializeString(EbmlGlobal *glo
[all...]
H A DEbmlBufferWriter.c11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) {
18 static void _Serialize(EbmlGlobal *glob, const unsigned char *p, const unsigned char *q) {
28 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len) {
38 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id) {
46 void Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc) {
H A DWebMElement.c17 void writeHeader(EbmlGlobal *glob) {
30 void writeSimpleBlock(EbmlGlobal *glob, unsigned char trackNumber, short timeCode,
55 void writeVideoTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing,
77 void writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing,
104 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, double duration) {
H A Dtestlibmkv.c19 EbmlGlobal ebml;
/external/chromium_org/media/webm/chromeos/
H A Debml_writer.cc12 EbmlGlobal::EbmlGlobal() { function in class:EbmlGlobal
15 EbmlGlobal::~EbmlGlobal() {
20 void MEDIA_EXPORT Ebml_Write(EbmlGlobal* glob,
26 void MEDIA_EXPORT Ebml_Serialize(EbmlGlobal* glob,
H A Debml_writer.h12 struct EbmlGlobal { struct
13 EbmlGlobal();
14 ~EbmlGlobal();
H A Dwebm_encoder.h88 EbmlGlobal ebml_writer_;
H A Dwebm_encoder.cc29 static void Ebml_SerializeUnsigned32(EbmlGlobal* ebml,
/external/libvpx/libvpx/
H A Dvpxenc.c508 struct EbmlGlobal { struct
539 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) {
549 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, int buffer_size, unsigned long len) {
581 static void Ebml_SerializeUnsigned32(EbmlGlobal *glob, unsigned long class_id, uint64_t ui) {
590 Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc,
602 Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc) {
623 write_webm_seek_element(EbmlGlobal *ebml, unsigned long id, off_t pos) {
634 write_webm_seek_info(EbmlGlobal *ebml) {
686 write_webm_file_header(EbmlGlobal *glob,
748 write_webm_block(EbmlGlobal *glo
[all...]

Completed in 153 milliseconds