Home
last modified time | relevance | path

Searched refs:Ebml_Write (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libmkv/
DEbmlWriter.c46 Ebml_Write(glob, str, size); in Ebml_WriteString()
58 Ebml_Write(glob, wstr, size); in Ebml_WriteUTF8()
149 Ebml_Write(glob, data, data_length); in Ebml_SerializeData()
162 Ebml_Write(glob, &tmp, 1); in Ebml_WriteVoid()
DWebMElement.c40 Ebml_Write(glob, &trackNumber, 1); in writeSimpleBlock()
44 Ebml_Write(glob, &flags, 1); in writeSimpleBlock()
45 Ebml_Write(glob, data, dataLength); in writeSimpleBlock()
DEbmlWriter.h19 void Ebml_Write(EbmlGlobal *glob, const void *, unsigned long);
DEbmlBufferWriter.c11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) in Ebml_Write() function
/external/libvpx/
Dvpxenc.c465 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) in Ebml_Write() function
476 Ebml_Write(glob, q--, 1); in Ebml_Serialize()
704 Ebml_Write(glob, &track_number, 1); in write_webm_block()
713 Ebml_Write(glob, &flags, 1); in write_webm_block()
715 Ebml_Write(glob, pkt->data.frame.buf, pkt->data.frame.sz); in write_webm_block()