Home
last modified time | relevance | path

Searched refs:nFrames (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/cmds/stagefright/
Drecordvideo.cpp62 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/
DAudioBiquadFilter.cpp151 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/
DAudioSource.cpp268 int32_t nFrames = mNumFramesReceived - autoRampStartFrames; in read() local
269 rampVolume(nFrames, autoRampDurationFrames, in read()
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp786 int64_t nFrames = (timeUs + mTimePerCaptureUs / 2 - mPrevCaptureUs) in getTimestamp() local
788 if (nFrames <= 0) { in getTimestamp()
793 mPrevCaptureUs = mPrevCaptureUs + nFrames * mTimePerCaptureUs; in getTimestamp()
794 mPrevFrameUs += mTimePerFrameUs * nFrames; in getTimestamp()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_sei.h74 u32 nFrames[MAX_NUM_CLOCK_TS]; member
Dh264bsd_sei.c566 pPicTiming->nFrames[i] = tmp; in DecodePictureTiming()