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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2272 int32_t rateInt = -1; local
2275 msg->findInt32("operating-rate", &rateInt);
2276 rateFloat = (float)rateInt; // 16MHz (FLINTMAX) is OK for upper bound.
7351 int32_t rateInt = -1; local
7354 params->findInt32("operating-rate", &rateInt);
7355 rateFloat = (float) rateInt; // 16MHz (FLINTMAX) is OK for upper bound.

Completed in 30 milliseconds