Searched defs:captureFps (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp617 float captureFps; local
618 if (meta->findFloat(kKeyCaptureFramerate, &captureFps)) {
619 sprintf(tmp, "%f", captureFps);
H A DMPEG4Writer.cpp1343 status_t MPEG4Writer::setCaptureRate(float captureFps) { argument
1344 if (captureFps <= 0.0f) {
1348 mMetaKeys->setFloat(kMetaKey_CaptureFps, captureFps);

Completed in 67 milliseconds