Home
last modified time | relevance | path

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

/aosp12/frameworks/av/cmds/stagefright/
H A 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()
/aosp12/frameworks/av/media/libeffects/testlibs/
H A 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()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp311 android::Vector<BufferInfo>* oBuffer, uint32_t nFrames, in encodeNFrames() argument
333 if (nFrames == 0) break; in encodeNFrames()
344 if (signalEOS && (nFrames == 1)) flags |= OMX_BUFFERFLAG_EOS; in encodeNFrames()
348 nFrames--; in encodeNFrames()
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp1113 int nFrames = 128; in TEST_P() local
1118 kPortIndexOutput, eleStream, &Info, 0, nFrames, compName, false)); in TEST_P()
1124 int index = nFrames; in TEST_P()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioEncTest.cpp327 std::ifstream& eleStream, uint32_t nFrames, int32_t samplesPerFrame, in encodeNFrames() argument
344 nFrames = std::min(nFrames, remainingBytes / bytesCount); in encodeNFrames()
346 if (nFrames == 0) break; in encodeNFrames()
363 if (signalEOS && (nFrames == 1)) flags |= C2FrameData::FLAG_END_OF_STREAM; in encodeNFrames()
412 nFrames--; in encodeNFrames()
/aosp12/frameworks/av/media/libstagefright/bqhelper/
H A 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()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoEncTest.cpp330 std::ifstream& eleStream, bool& disableTest, uint32_t frameID, uint32_t nFrames, in encodeNFrames() argument
345 if (nFrames == 0) break; in encodeNFrames()
362 if (signalEOS && (nFrames == 1)) flags |= C2FrameData::FLAG_END_OF_STREAM; in encodeNFrames()
431 nFrames--; in encodeNFrames()
/aosp12/frameworks/av/media/libstagefright/
H A DAudioSource.cpp317 int32_t nFrames = mNumFramesReceived - autoRampStartFrames; in read() local
318 rampVolume(nFrames, autoRampDurationFrames, in read()
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_QCOMExtns.h699 OMX_U32 nFrames; member
743 OMX_U32 nFrames; member
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp867 android::Vector<BufferInfo>* oBuffer, uint32_t nFrames, in encodeNFrames() argument
911 if (nFrames == 0) break; in encodeNFrames()
926 nFrames--; in encodeNFrames()
941 if (signalEOS && (nFrames == 1)) flags |= OMX_BUFFERFLAG_EOS; in encodeNFrames()
946 nFrames--; in encodeNFrames()
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp1380 int nFrames = 128; in TEST_P() local
1385 kPortIndexOutput, eleStream, &Info, 0, nFrames, portMode[1], false)); in TEST_P()
1391 int index = nFrames; in TEST_P()
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_QCOMExtns.h817 OMX_U32 nFrames; member
861 OMX_U32 nFrames; member
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_QCOMExtns.h909 OMX_U32 nFrames; member
953 OMX_U32 nFrames; member
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_QCOMExtns.h917 OMX_U32 nFrames; member
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_QCOMExtns.h919 OMX_U32 nFrames; member
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_QCOMExtns.h909 OMX_U32 nFrames; member
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1301 if (!venc_set_ltrperiod(pParam->nFrames)) { in venc_set_config()
1319 if (!venc_set_ltruse(pParam->nID, pParam->nFrames)) { in venc_set_config()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1302 if (!venc_set_ltrperiod(pParam->nFrames)) { in venc_set_config()
1320 if (!venc_set_ltruse(pParam->nID, pParam->nFrames)) { in venc_set_config()