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

1 2

  /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) {
  /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/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++)
  /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));
  /frameworks/av/media/libstagefright/
AudioSource.cpp 248 int32_t nFrames = mNumFramesReceived - autoRampStartFrames;
249 rampVolume(nFrames, autoRampDurationFrames,
  /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;
  /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++)
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_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...]
  /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/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/g711_dec/src/
OMX_G711Dec_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/wbamr_dec/src/
OMX_WbAmrDec_Utils.c     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_sei.h 74 u32 nFrames[MAX_NUM_CLOCK_TS];
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 247 OMX_U8 nFrames;
487 printf("Receiving %d Frames\n",OutputFrames->nFrames);*/
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 187 * @param nFrames # of Frames processed on the Output Buffer.
192 OMX_U8 nFrames;
428 printf("Receiving output %d Frames\n",OutputFrames->nFrames);*/
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 233 OMX_U8 nFrames;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 590 OMX_U8 nFrames;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 317 * @param nFrames: Specifies the number of frames received by the SN.
322 OMX_U8 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/wbamr_dec/inc/
OMX_WbAmrDecoder.h 463 OMX_U8 nFrames;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 536 OMX_U8 nFrames;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 694 OMX_U8 nFrames;
    [all...]

Completed in 2245 milliseconds

1 2