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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 39 Ebml_Write(glob, &trackNumber, 1);
43 Ebml_Write(glob, &flags, 1);
44 Ebml_Write(glob, data, dataLength);
EbmlBufferWriter.c 11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 168 milliseconds