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

/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp55 DummySource(int width, int height, int nFrames, int fps, int colorFormat) argument
58 mMaxNumFrames(nFrames),
166 int nFrames = 300; local
206 nFrames = atoi(optarg);
269 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
320 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000);
321 fprintf(stderr, "encoding speed is: %.2f fps\n", (nFrames * 1E9) / (end-start));
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp151 size_t nFrames = frameCount; local
161 while (nFrames-- > 0) {
209 size_t nFrames = frameCount; local
214 while (nFrames-- > 0) {
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp248 int32_t nFrames = mNumFramesReceived - autoRampStartFrames; local
249 rampVolume(nFrames, autoRampDurationFrames,
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp593 int64_t nFrames = (timeUs + mTimePerCaptureUs / 2 - mPrevCaptureUs) local
595 if (nFrames <= 0) {
600 mPrevCaptureUs = mPrevCaptureUs + nFrames * mTimePerCaptureUs;
601 mPrevFrameUs += mTimePerFrameUs * nFrames;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_sei.h74 u32 nFrames[MAX_NUM_CLOCK_TS]; member in struct:__anon622

Completed in 149 milliseconds