HomeSort by relevance Sort by last modified time
    Searched refs:Ebml_Write (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/webm/chromeos/
ebml_writer.cc 20 void MEDIA_EXPORT Ebml_Write(EbmlGlobal* glob,
  /external/libvpx/libvpx/third_party/libmkv/
EbmlWriter.c 47 Ebml_Write(glob, str, (unsigned long)size);
59 Ebml_Write(glob, wstr, (unsigned long)size);
142 Ebml_Write(glob, data, data_length);
153 Ebml_Write(glob, &tmp, 1);
EbmlWriter.h 23 void Ebml_Write(EbmlGlobal *glob, const void *, unsigned long);
WebMElement.c 38 Ebml_Write(glob, &trackNumber, 1);
42 Ebml_Write(glob, &flags, 1);
43 Ebml_Write(glob, data, dataLength);
EbmlBufferWriter.c 11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) {
  /external/libvpx/libvpx/
webmenc.c 18 void Ebml_Write(struct EbmlGlobal *glob,
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 58 milliseconds