Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp74 mEstimatedCuesSize(0) { in WebmWriter()
376 if (cuesSize != mEstimatedCuesSize && cuesSize > mEstimatedCuesSize - kMinEbmlVoidSize) { in reset()
383 sp<WebmElement> space = new EbmlVoid(mEstimatedCuesSize - cuesSize); in reset()
555 mEstimatedCuesSize = estimateCuesSize(bitRate); in start()
556 CHECK_GE(mEstimatedCuesSize, 8u); in start()
557 cues = new EbmlVoid(mEstimatedCuesSize); in start()
DWebmWriter.h72 uint64_t mEstimatedCuesSize; variable