Home
last modified time | relevance | path

Searched refs:mEstimatedCuesSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp106 mEstimatedCuesSize(0) { in WebmWriter()
408 if (cuesSize != mEstimatedCuesSize && cuesSize > mEstimatedCuesSize - kMinEbmlVoidSize) { in reset()
415 sp<WebmElement> space = new EbmlVoid(mEstimatedCuesSize - cuesSize); in reset()
587 mEstimatedCuesSize = estimateCuesSize(bitRate); in start()
588 CHECK_GE(mEstimatedCuesSize, 8u); in start()
589 cues = new EbmlVoid(mEstimatedCuesSize); in start()
/frameworks/av/media/libstagefright/webm/include/webm/
DWebmWriter.h80 uint64_t mEstimatedCuesSize; variable