Searched defs:glob (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/ |
D | EbmlWriter.c | 21 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 …]
|
D | EbmlBufferWriter.c | 11 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()
|
D | WebMElement.c | 18 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()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | webmenc.c | 18 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() 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()
|