Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Drecordvideo.cpp60 DummySource(int width, int height, int nFrames, int fps, int colorFormat) in DummySource() argument
63 mMaxNumFrames(nFrames), in DummySource()
171 int nFrames = 300; in main() local
211 nFrames = atoi(optarg); in main()
271 new DummySource(width, height, nFrames, frameRateFps, colorFormat); in main()
331 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000); in main()
332 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/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp329 std::ifstream& eleStream, uint32_t nFrames, int32_t samplesPerFrame, in encodeNFrames() argument
346 nFrames = std::min(nFrames, remainingBytes / bytesCount); in encodeNFrames()
348 if (nFrames == 0) break; in encodeNFrames()
365 if (signalEOS && (nFrames == 1)) flags |= C2FrameData::FLAG_END_OF_STREAM; in encodeNFrames()
412 nFrames--; in encodeNFrames()
/frameworks/av/media/module/bqhelper/
DGraphicBufferSource.cpp824 double nFrames = (timeUs - mPrevCaptureUs) * mCaptureFps / 1000000; in calculateCodecTimestamp_l() local
825 if (nFrames < 0.5 - kTimestampFluctuation) { in calculateCodecTimestamp_l()
832 if (nFrames <= 1.0) { in calculateCodecTimestamp_l()
833 nFrames = 1.0; in calculateCodecTimestamp_l()
835 mFrameCount += std::llround(nFrames); in calculateCodecTimestamp_l()
/frameworks/av/media/libstagefright/
DAudioSource.cpp304 int32_t nFrames = mNumFramesReceived - autoRampStartFrames; in read() local
305 rampVolume(nFrames, autoRampDurationFrames, in read()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp334 std::ifstream& eleStream, bool& disableTest, uint32_t frameID, uint32_t nFrames, in encodeNFrames() argument
349 if (nFrames == 0) break; in encodeNFrames()
366 if (signalEOS && (nFrames == 1)) flags |= C2FrameData::FLAG_END_OF_STREAM; in encodeNFrames()
435 nFrames--; in encodeNFrames()