Searched defs:Ebml_Write (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlBufferWriter.c11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) { function
/external/libvpx/libvpx/
H A Dwebmenc.c18 void Ebml_Write(struct EbmlGlobal *glob, function
27 Ebml_Write(glob, &x, 1); \
278 Ebml_Write(glob, &track_number, 1);
287 Ebml_Write(glob, &flags, 1);
289 Ebml_Write(glob, pkt->data.frame.buf, (unsigned int)pkt->data.frame.sz);

Completed in 342 milliseconds