Searched refs:GetSizeWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp316 static size_t GetSizeWidth(size_t x) { function in namespace:android
378 size_t len1 = config->size() + GetSizeWidth(config->size()) + 1;
379 size_t len2 = len1 + GetSizeWidth(len1) + 1 + 13;
380 size_t len3 = len2 + GetSizeWidth(len2) + 1 + 3;

Completed in 22 milliseconds