Home
last modified time | relevance | path

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

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