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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2160 int32_t rateInt = -1; local
2163 msg->findInt32("operating-rate", &rateInt);
2164 rateFloat = (float)rateInt; // 16MHz (FLINTMAX) is OK for upper bound.

Completed in 409 milliseconds