Home
last modified time | relevance | path

Searched refs:CuePointEntry (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/webm/
DWebmElement.h72 static sp<WebmElement> CuePointEntry(uint64_t time, int track, uint64_t off);
DWebmFrameThread.cpp190 sp<WebmElement> cuePoint = WebmElement::CuePointEntry(cueTime, 1, fpos - mSegmentDataStart); in flushFrames()
DWebmElement.cpp260 sp<WebmElement> WebmElement::CuePointEntry(uint64_t time, int track, uint64_t off) { in CuePointEntry() function in android::WebmElement