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

/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h29 static const int32_t kFramerate = 24; // fps member in class:android::VideoSource
59 if (mNumFramesOutput == kFramerate * 100) {
75 kKeyTime, (mNumFramesOutput * 1000000) / kFramerate);

Completed in 25 milliseconds