OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ebml_Write
(Results
1 - 3
of
3
) 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/
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 30 milliseconds