Searched refs:Ebml_Write (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libmkv/ |
D | EbmlWriter.c | 46 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()
|
D | WebMElement.c | 40 Ebml_Write(glob, &trackNumber, 1); in writeSimpleBlock() 44 Ebml_Write(glob, &flags, 1); in writeSimpleBlock() 45 Ebml_Write(glob, data, dataLength); in writeSimpleBlock()
|
D | EbmlWriter.h | 19 void Ebml_Write(EbmlGlobal *glob, const void *, unsigned long);
|
D | EbmlBufferWriter.c | 11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) in Ebml_Write() function
|
/external/libvpx/ |
D | vpxenc.c | 465 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()
|