Searched refs:kMetaKey_CaptureFps (Results 1 – 1 of 1) sorted by relevance
83 static const char kMetaKey_CaptureFps[] = "com.android.capture.fps"; variable1983 bool containsCaptureFps = mMetaKeys->contains(kMetaKey_CaptureFps); in setCaptureRate()1984 mMetaKeys->setFloat(kMetaKey_CaptureFps, captureFps); in setCaptureRate()1986 mMoovExtraSize += sizeof(kMetaKey_CaptureFps) + 4 + 32; in setCaptureRate()