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

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

Completed in 67 milliseconds