OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EbmlLoc
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/third_party/libmkv/
EbmlBufferWriter.h
6
}
EbmlLoc
;
15
void Ebml_StartSubElement(EbmlGlobal *glob,
EbmlLoc
*
ebmlLoc
, unsigned long class_id);
16
void Ebml_EndSubElement(EbmlGlobal *glob,
EbmlLoc
*
ebmlLoc
);
testlibmkv.c
26
EbmlLoc
startSegment;
30
EbmlLoc
startInfo;
38
EbmlLoc
trackStart;
46
EbmlLoc
clusterStart;
WebMElement.c
18
EbmlLoc
start;
58
EbmlLoc
start;
68
EbmlLoc
videoStart;
80
EbmlLoc
start;
96
EbmlLoc
AudioStart;
104
void writeSegmentInformation(EbmlGlobal *ebml,
EbmlLoc
*startInfo, unsigned long timeCodeScale, double duration) {
114
void Mkv_InitializeSegment(Ebml& ebml_out,
EbmlLoc
&
ebmlLoc
)
116
Ebml_StartSubElement(ebml_out,
ebmlLoc
, 0x18538067);
119
void Mkv_InitializeSeek(Ebml& ebml_out,
EbmlLoc
& ebmlLoc
[
all
...]
WebMElement.h
20
void writeSegmentInformation(EbmlGlobal *ebml,
EbmlLoc
*startInfo, unsigned long timeCodeScale, double duration);
EbmlBufferWriter.c
38
void Ebml_StartSubElement(EbmlGlobal *glob,
EbmlLoc
*
ebmlLoc
, unsigned long class_id) {
40
ebmlLoc
->offset = glob->offset;
46
void Ebml_EndSubElement(EbmlGlobal *glob,
EbmlLoc
*
ebmlLoc
) {
47
unsigned long long size = glob->offset -
ebmlLoc
->offset - 8;
49
glob->offset =
ebmlLoc
->offset;
/external/libvpx/libvpx/
webmenc.h
26
typedef off_t
EbmlLoc
;
52
EbmlLoc
startSegment;
53
EbmlLoc
startCluster;
webmenc.c
75
EbmlLoc
*
ebmlLoc
,
79
*
ebmlLoc
= ftello(glob->stream);
83
static void Ebml_EndSubElement(struct EbmlGlobal *glob,
EbmlLoc
*
ebmlLoc
) {
91
size = pos - *
ebmlLoc
- 8;
95
fseeko(glob->stream, *
ebmlLoc
, SEEK_SET);
106
EbmlLoc
start;
115
EbmlLoc
start;
116
EbmlLoc
startInfo
[
all
...]
Completed in 91 milliseconds