OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EbmlGlobal
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libmkv/
EbmlWriter.h
17
typedef struct
EbmlGlobal
EbmlGlobal
;
18
void Ebml_Serialize(
EbmlGlobal
*glob, const void *, unsigned long);
19
void Ebml_Write(
EbmlGlobal
*glob, const void *, unsigned long);
23
void Ebml_WriteLen(
EbmlGlobal
*glob, long long val);
24
void Ebml_WriteString(
EbmlGlobal
*glob, const char *str);
25
void Ebml_WriteUTF8(
EbmlGlobal
*glob, const wchar_t *wstr);
26
void Ebml_WriteID(
EbmlGlobal
*glob, unsigned long class_id);
27
void Ebml_SerializeUnsigned64(
EbmlGlobal
*glob, unsigned long class_id, uint64_t ui);
28
void Ebml_SerializeUnsigned(
EbmlGlobal
*glob, unsigned long class_id, unsigned long ui)
[
all
...]
EbmlBufferWriter.h
14
}
EbmlGlobal
;
17
void Ebml_StartSubElement(
EbmlGlobal
*glob, EbmlLoc *ebmlLoc, unsigned long class_id);
18
void Ebml_EndSubElement(
EbmlGlobal
*glob, EbmlLoc *ebmlLoc);
/external/libvpx/
vpxenc.c
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
[
all
...]
Completed in 134 milliseconds