Searched refs:nFrames (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/cmds/stagefright/ |
D | recordvideo.cpp | 62 DummySource(int width, int height, int nFrames, int fps, int colorFormat) in DummySource() argument 65 mMaxNumFrames(nFrames), in DummySource() 173 int nFrames = 300; in main() local 213 nFrames = atoi(optarg); in main() 273 new DummySource(width, height, nFrames, frameRateFps, colorFormat); in main() 333 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000); in main() 334 fprintf(stderr, "encoding speed is: %.2f fps\n", (nFrames * 1E9) / (end-start)); in main()
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioBiquadFilter.cpp | 151 size_t nFrames = frameCount; in process_normal_mono() local 161 while (nFrames-- > 0) { in process_normal_mono() 209 size_t nFrames = frameCount; in process_normal_multi() local 214 while (nFrames-- > 0) { in process_normal_multi()
|
/frameworks/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 767 double nFrames = (timeUs - mPrevCaptureUs) * mCaptureFps / 1000000; in calculateCodecTimestamp_l() local 768 if (nFrames < 0.5 - kTimestampFluctuation) { in calculateCodecTimestamp_l() 773 if (nFrames <= 1.0) { in calculateCodecTimestamp_l() 774 nFrames = 1.0; in calculateCodecTimestamp_l() 776 mFrameCount += std::llround(nFrames); in calculateCodecTimestamp_l()
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 279 int32_t nFrames = mNumFramesReceived - autoRampStartFrames; in read() local 280 rampVolume(nFrames, autoRampDurationFrames, in read()
|