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

/frameworks/av/media/libstagefright/
H A DACodec.cpp3351 float frameRateFloat; local
3352 if (!msg->findFloat("frame-rate", &frameRateFloat)) {
3356 frameRateFloat = (float)frameRateInt;
3360 kPortIndexInput, width, height, compressionFormat, frameRateFloat);

Completed in 401 milliseconds