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

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

Completed in 21 milliseconds