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

/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp179 int width, height, mbs; local
190 mbs = (((width + 15) / 16) * ((height + 15) / 16) * 10) / 100;
191 mOutputFormat->setInt32("intra-refresh-CIR-mbs", mbs);
/frameworks/av/media/libstagefright/
H A DACodec.cpp2321 int32_t mbs; local
2322 if (!msg->findInt32("intra-refresh-CIR-mbs", &mbs)) {
2325 params.nCirMBs = mbs;
2330 int32_t mbs; local
2331 if (!msg->findInt32("intra-refresh-AIR-mbs", &mbs)) {
2334 params.nAirMBs = mbs;
2542 int mbs = width * height; local
2543 rate *= mbs;
[all...]

Completed in 1381 milliseconds