Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h287 float mMaxFps; member
/frameworks/av/media/libstagefright/
DACodec.cpp546 mMaxFps(-1), in ACodec()
1834 if (!msg->findFloat("max-fps-to-encoder", &mMaxFps)) { in configureCodec()
1835 mMaxFps = -1; in configureCodec()
6665 if (mCodec->mMaxFps > 0) { in setupInputSurface()
6667 mCodec->mGraphicBufferSource->setMaxFps(mCodec->mMaxFps)); in setupInputSurface()