Searched refs:kFramerate (Results 1 - 2 of 2) 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);
/frameworks/av/cmds/stagefright/
H A Drecord.cpp35 static const int32_t kFramerate = 24; // fps variable
79 if (mNumFramesOutput == kFramerate * 10) {
95 kKeyTime, (mNumFramesOutput * 1000000) / kFramerate);
219 enc_meta->setInt32(kKeySampleRate, kFramerate);

Completed in 543 milliseconds