Home | History | Annotate | Download | only in libvpx

Lines Matching refs:EbmlGlobal

433 struct EbmlGlobal
465 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
471 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
483 static void Ebml_SerializeUnsigned32(EbmlGlobal *glob, unsigned long class_id, uint64_t ui)
493 Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc,
506 Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc)
528 write_webm_seek_element(EbmlGlobal *ebml, unsigned long id, off_t pos)
540 write_webm_seek_info(EbmlGlobal *ebml)
584 write_webm_file_header(EbmlGlobal *glob,
643 write_webm_block(EbmlGlobal *glob,
720 write_webm_file_footer(EbmlGlobal *glob, long hash)
1069 EbmlGlobal ebml = {0};