Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/webm/include/webm/
DWebmWriter.h126 uint64_t estimateCuesSize(int32_t bitRate);
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp265 uint64_t WebmWriter::estimateCuesSize(int32_t bitRate) { in estimateCuesSize() function in android::WebmWriter
587 mEstimatedCuesSize = estimateCuesSize(bitRate); in start()