Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:bitRate

311 int64_t MPEG4Writer::estimateMoovBoxSize(int32_t bitRate) {
338 if (bitRate > 0) {
340 ((mMaxFileDurationLimitUs * bitRate * 6) / 1000 / 8000000);
366 mMaxFileSizeLimitBytes, mMaxFileDurationLimitUs, bitRate, size);
455 int32_t bitRate = -1;
457 param->findInt32(kKeyBitRate, &bitRate);
459 mEstimatedMoovBoxSize = estimateMoovBoxSize(bitRate);