Searched defs:flacSize (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp1242 size_t flacSize = flacBuffer->size(); local
1244 ALOGV("got flac of size %zu", flacSize);
1252 if (flacSize < 8) {
1268 // we've already checked above that flacSize >= 8
1269 if (flacSize - 8 < typeLen) {
1283 if (flacSize < 32 || flacSize - 32 < typeLen) {
1288 if (flacSize - 32 - typeLen < descLen) {
1294 // we've already checked above that (flacSize - 32 - typeLen - descLen) >= 0
1295 if (flacSize
[all...]

Completed in 52 milliseconds