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

/frameworks/av/include/media/stagefright/
H A DACodec.h298 float mMaxFps; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp521 mMaxFps(-1),
1832 if (!msg->findFloat("max-fps-to-encoder", &mMaxFps)) {
1833 mMaxFps = -1;
6641 if (mCodec->mMaxFps > 0) {
6646 &mCodec->mMaxFps,
6647 sizeof(mCodec->mMaxFps));

Completed in 120 milliseconds