OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EbmlGlobal
(Results
1 - 8
of
8
) 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);
WebMElement.h
13
void writeSimpleBock(
EbmlGlobal
*ebml, unsigned char trackNumber, unsigned short timeCode,
19
void writeHeader(
EbmlGlobal
*ebml);
20
void writeSegmentInformation(
EbmlGlobal
*ebml, EbmlLoc* startInfo , unsigned long timeCodeScale, double duration);
22
void writeVideoTrack(
EbmlGlobal
*ebml, unsigned int trackNumber, int flagLacing,
25
void writeAudioTrack(
EbmlGlobal
*glob, unsigned int trackNumber, int flagLacing,
29
void writeSimpleBlock(
EbmlGlobal
*ebml, unsigned char trackNumber, short timeCode,
EbmlWriter.c
20
void Ebml_WriteLen(
EbmlGlobal
*glob, long long val)
39
void Ebml_WriteString(
EbmlGlobal
*glob, const char *str)
49
void Ebml_WriteUTF8(
EbmlGlobal
*glob, const wchar_t *wstr)
61
void Ebml_WriteID(
EbmlGlobal
*glob, unsigned long class_id)
72
void Ebml_SerializeUnsigned64(
EbmlGlobal
*glob, unsigned long class_id, uint64_t ui)
80
void Ebml_SerializeUnsigned(
EbmlGlobal
*glob, unsigned long class_id, unsigned long ui)
104
void Ebml_SerializeBinary(
EbmlGlobal
*glob, unsigned long class_id, unsigned long bin)
117
void Ebml_SerializeFloat(
EbmlGlobal
*glob, unsigned long class_id, double d)
126
void Ebml_WriteSigned16(
EbmlGlobal
*glob, short val)
132
void Ebml_SerializeString(
EbmlGlobal
*glob, unsigned long class_id, const char *s
[
all
...]
EbmlBufferWriter.c
11
void Ebml_Write(
EbmlGlobal
*glob, const void *buffer_in, unsigned long len)
19
static void _Serialize(
EbmlGlobal
*glob, const unsigned char *p, const unsigned char *q)
31
void Ebml_Serialize(
EbmlGlobal
*glob, const void *buffer_in, unsigned long len)
42
void Ebml_StartSubElement(
EbmlGlobal
*glob, EbmlLoc *ebmlLoc, unsigned long class_id)
51
void Ebml_EndSubElement(
EbmlGlobal
*glob, EbmlLoc *ebmlLoc)
WebMElement.c
17
void writeHeader(
EbmlGlobal
*glob)
31
void writeSimpleBlock(
EbmlGlobal
*glob, unsigned char trackNumber, short timeCode,
58
void writeVideoTrack(
EbmlGlobal
*glob, unsigned int trackNumber, int flagLacing,
81
void writeAudioTrack(
EbmlGlobal
*glob, unsigned int trackNumber, int flagLacing,
109
void writeSegmentInformation(
EbmlGlobal
*ebml, EbmlLoc* startInfo, unsigned long timeCodeScale, double duration)
testlibmkv.c
20
EbmlGlobal
ebml;
/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 54 milliseconds