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

/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp62 DummySource(int width, int height, int nFrames, int fps, int colorFormat) argument
65 mMaxNumFrames(nFrames),
173 int nFrames = 300; local
213 nFrames = atoi(optarg);
273 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
333 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000);
334 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/codecs/on2/h264dec/source/
H A Dh264bsd_sei.h74 u32 nFrames[MAX_NUM_CLOCK_TS]; member in struct:__anon763
H A Dh264bsd_sei.c566 pPicTiming->nFrames[i] = tmp;
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp269 int32_t nFrames = mNumFramesReceived - autoRampStartFrames; local
270 rampVolume(nFrames, autoRampDurationFrames,
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp733 int64_t nFrames = std::llround( local
735 if (nFrames <= 0) {
740 mFrameCount += nFrames;

Completed in 3441 milliseconds