Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
DEbmlWriter.h21 typedef struct EbmlGlobal EbmlGlobal; typedef
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);
33 void Ebml_SerializeBinary(EbmlGlobal *glob, unsigned long class_id, unsigned long ui);
[all …]
DEbmlWriter.c21 void Ebml_WriteLen(EbmlGlobal *glob, int64_t val) { in Ebml_WriteLen()
40 void Ebml_WriteString(EbmlGlobal *glob, const char *str) { in Ebml_WriteString()
50 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr) { in Ebml_WriteUTF8()
62 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id) { in Ebml_WriteID()
77 void Ebml_SerializeUnsigned64(EbmlGlobal *glob, unsigned long class_id, uint64_t ui) { in Ebml_SerializeUnsigned64()
84 void Ebml_SerializeUnsigned(EbmlGlobal *glob, unsigned long class_id, unsigned long ui) { in Ebml_SerializeUnsigned()
105 void Ebml_SerializeBinary(EbmlGlobal *glob, unsigned long class_id, unsigned long bin) { in Ebml_SerializeBinary()
116 void Ebml_SerializeFloat(EbmlGlobal *glob, unsigned long class_id, double d) { in Ebml_SerializeFloat()
124 void Ebml_WriteSigned16(EbmlGlobal *glob, short val) { in Ebml_WriteSigned16()
129 void Ebml_SerializeString(EbmlGlobal *glob, unsigned long class_id, const char *s) { in Ebml_SerializeString()
[all …]
DWebMElement.h14 void writeHeader(EbmlGlobal *ebml);
15 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo,
18 void writeVideoTrack(EbmlGlobal *ebml, unsigned int trackNumber,
22 void writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber,
27 void writeSimpleBlock(EbmlGlobal *ebml, unsigned char trackNumber,
DEbmlBufferWriter.c11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) { in Ebml_Write()
18 static void _Serialize(EbmlGlobal *glob, const unsigned char *p, const unsigned char *q) { in _Serialize()
26 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len) { in Ebml_Serialize()
36 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id) { in Ebml_StartSubElement()
44 void Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc) { in Ebml_EndSubElement()
DEbmlBufferWriter.h12 } EbmlGlobal; typedef
15 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id);
16 void Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc);
DWebMElement.c18 void writeHeader(EbmlGlobal *glob) { in writeHeader()
31 void writeSimpleBlock(EbmlGlobal *glob, unsigned char trackNumber, short timeCode, in writeSimpleBlock()
56 void writeVideoTrack(EbmlGlobal *glob, unsigned int trackNumber, in writeVideoTrack()
79 void writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber, in writeAudioTrack()
107 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, dou… in writeSegmentInformation()
Dtestlibmkv.c19 EbmlGlobal ebml; in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmenc.h37 struct EbmlGlobal { struct
75 void write_webm_seek_element(struct EbmlGlobal *ebml, argument
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);
Dwebmenc.c18 void Ebml_Write(struct EbmlGlobal *glob, in Ebml_Write()
30 void Ebml_Serialize(struct EbmlGlobal *glob, in Ebml_Serialize()
65 static void Ebml_SerializeUnsigned32(struct EbmlGlobal *glob, in Ebml_SerializeUnsigned32()
74 static void Ebml_StartSubElement(struct EbmlGlobal *glob, in Ebml_StartSubElement()
83 static void Ebml_EndSubElement(struct EbmlGlobal *glob, EbmlLoc *ebmlLoc) { in Ebml_EndSubElement()
102 void write_webm_seek_element(struct EbmlGlobal *ebml, in write_webm_seek_element()
113 void write_webm_seek_info(struct EbmlGlobal *ebml) { in write_webm_seek_info()
156 void write_webm_file_header(struct EbmlGlobal *glob, in write_webm_file_header()
213 void write_webm_block(struct EbmlGlobal *glob, in write_webm_block()
292 void write_webm_file_footer(struct EbmlGlobal *glob, int hash) { in write_webm_file_footer()
Dvpxenc.c621 struct EbmlGlobal ebml;