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