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

  /frameworks/av/cmds/stagefright/
recordvideo.cpp 54 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
57 mMaxNumFrames(nFrames),
161 int nFrames = 300;
201 nFrames = atoi(optarg);
264 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
315 fprintf(stderr, "encoding %d frames in %lld us\n", nFrames, (end-start)/1000);
316 fprintf(stderr, "encoding speed is: %.2f fps\n", (nFrames * 1E9) / (end-start));
  /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/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];
h264bsd_sei.c 566 pPicTiming->nFrames[i] = tmp;
    [all...]
  /frameworks/av/media/libstagefright/
AudioSource.cpp 249 int32_t nFrames = mNumFramesReceived - autoRampStartFrames;
250 rampVolume(nFrames, autoRampDurationFrames,
  /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/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...]
  /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_enc/inc/
OMX_AmrEnc_Utils.h 694 OMX_U8 nFrames;
    [all...]
  /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/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/mp3_dec/src/
OMX_Mp3Dec_Utils.c     [all...]

Completed in 1406 milliseconds