HomeSort by relevance Sort by last modified time
    Searched refs:nFrames (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/av/cmds/stagefright/
recordvideo.cpp 55 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
58 mMaxNumFrames(nFrames),
166 int nFrames = 300;
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));
  /device/asus/fugu/libaudio/
AudioOutput.cpp 143 void AudioOutput::adjustDelay(int32_t nFrames) {
147 if (nFrames >= 0) {
148 ALOGI("adjustDelay %s %d", getOutputName(), nFrames);
149 pushSilence(nFrames);
153 getOutputName(), nFrames);
157 void AudioOutput::pushSilence(uint32_t nFrames)
163 uint32_t primeAmount = mBytesPerFrame*nFrames;
177 mFramesQueuedToDriver += nFrames;
AudioOutput.h 69 void adjustDelay(int32_t nFrames);
111 void pushSilence(uint32_t nFrames);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.h 42 double ActualBitRate(int nFrames);
test.cc 136 double CodecTest::ActualBitRate(int nFrames)
138 return 8.0 * _sumEncBytes / (nFrames / _inst.maxFramerate);
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 151 size_t nFrames = frameCount;
161 while (nFrames-- > 0) {
209 size_t nFrames = frameCount;
214 while (nFrames-- > 0) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c     [all...]
  /external/aac/libAACenc/src/
metadata_main.cpp 414 int i, nFrames, delay;
422 for (nFrames=0, delay=audioDelay-frameLength; delay>0; delay-=frameLength, nFrames++);
459 hMetaData->nMetaDataDelay = nFrames;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 272 short nFrames;
320 nFrames = nrOfSamples / FRAME_LEN;
321 nBlocks10ms = nFrames / aecm->aecmCore->mult;
411 for (i = 0; i < nFrames; i++)
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 275 short nFrames;
335 nFrames = nrOfSamples / FRAME_LEN;
336 nBlocks10ms = nFrames / aecm->aecmCore->mult;
423 for (i = 0; i < nFrames; i++)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_sei.h 74 u32 nFrames[MAX_NUM_CLOCK_TS];
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 593 int64_t nFrames = (timeUs + mTimePerCaptureUs / 2 - mPrevCaptureUs)
595 if (nFrames <= 0) {
600 mPrevCaptureUs = mPrevCaptureUs + nFrames * mTimePerCaptureUs;
601 mPrevFrameUs += mTimePerFrameUs * nFrames;
  /frameworks/av/media/libstagefright/
AudioSource.cpp 248 int32_t nFrames = mNumFramesReceived - autoRampStartFrames;
249 rampVolume(nFrames, autoRampDurationFrames,
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
echo_cancellation.c 645 short nFrames;
686 nFrames = nrOfSamples / FRAME_LEN;
687 nBlocks10ms = nFrames / aecpc->rate_factor;
774 for (i = 0; i < nFrames; i++) {
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 379 short nFrames;
462 nFrames = nrOfSamples / FRAME_LEN;
463 nBlocks10ms = nFrames / aecpc->aec->mult;
553 for (i = 0; i < nFrames; i++) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 463 OMX_U8 nFrames;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 341 private void setFrameCount(int nFrames) {
342 boolean en = nFrames > 0;
346 mFrameSelectionScale.setMaximum(nFrames);
347 mFrameSelectionSpinner.setMaximum(nFrames);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c     [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_QCOMExtns.h 620 * nFrames : Specifies the number of frames between two consecutive
627 OMX_U32 nFrames;
651 * nFrames : Specifies the number of subsequent frames to be
663 OMX_U32 nFrames;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 543 OMX_U8 nFrames;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 590 OMX_U8 nFrames;
    [all...]

Completed in 798 milliseconds

1 2