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

  /frameworks/av/cmds/stagefright/
recordvideo.cpp 53 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
56 mMaxNumFrames(nFrames),
160 int nFrames = 300;
199 nFrames = atoi(optarg);
250 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
299 fprintf(stderr, "encoding %d frames in %lld us\n", nFrames, (end-start)/1000);
300 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) {
  /frameworks/av/media/libstagefright/
AudioSource.cpp 253 int32_t nFrames = mNumFramesReceived - autoRampStartFrames;
254 rampVolume(nFrames, autoRampDurationFrames,
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 202 int nFrames = 0;
204 nFrames = mTrace.getFrames().size();
205 setFrameCount(nFrames);
262 private void setFrameCount(int nFrames) {
263 mFrameSelectionScale.setMaximum(nFrames);
264 mFrameSelectionSpinner.setMaximum(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_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 472 milliseconds