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

  /device/asus/fugu/libaudio/
AudioOutput.cpp 149 void AudioOutput::adjustDelay(int32_t nFrames) {
153 if (nFrames >= 0) {
154 ALOGI("adjustDelay %s %d", getOutputName(), nFrames);
155 pushSilence(nFrames);
159 getOutputName(), nFrames);
163 void AudioOutput::pushSilence(uint32_t nFrames)
165 if (nFrames == 0 || hasFatalError())
170 const size_t writeSize = nFrames * frameSize;
173 void *sbuf = calloc(nFrames, frameSize);
180 mFramesQueuedToDriver += nFrames;
    [all...]
AudioOutput.h 70 void adjustDelay(int32_t nFrames);
112 void pushSilence(uint32_t nFrames);
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 62 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
65 mMaxNumFrames(nFrames),
173 int nFrames = 300;
213 nFrames = atoi(optarg);
273 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
333 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000);
334 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) {
  /external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 247 size_t nFrames;
289 nFrames = nrOfSamples / FRAME_LEN;
290 nBlocks10ms = nFrames / aecm->aecmCore->mult;
380 for (i = 0; i < nFrames; i++)
  /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;
  /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...]
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioEncTest.cpp 383 android::Vector<BufferInfo>* oBuffer, uint32_t nFrames,
405 if (nFrames == 0) break;
416 if (signalEOS && (nFrames == 1)) flags |= OMX_BUFFERFLAG_EOS;
420 nFrames--;
VtsHalMediaOmxV1_0TargetAudioDecTest.cpp     [all...]
  /frameworks/av/media/libstagefright/
AudioSource.cpp 277 int32_t nFrames = mNumFramesReceived - autoRampStartFrames;
278 rampVolume(nFrames, autoRampDurationFrames,
  /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/qcom/media/msm8974/mm-core/inc/
OMX_QCOMExtns.h 692 * nFrames : Specifies the number of frames between two consecutive
699 OMX_U32 nFrames;
731 * nFrames : Specifies the number of subsequent frames to be
743 OMX_U32 nFrames;
    [all...]
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 735 int64_t nFrames = std::llround(
737 if (nFrames <= 0) {
742 mFrameCount += nFrames;
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_QCOMExtns.h 810 * nFrames : Specifies the number of frames between two consecutive
817 OMX_U32 nFrames;
849 * nFrames : Specifies the number of subsequent frames to be
861 OMX_U32 nFrames;
    [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_QCOMExtns.h 902 * nFrames : Specifies the number of frames between two consecutive
909 OMX_U32 nFrames;
941 * nFrames : Specifies the number of subsequent frames to be
    [all...]
  /hardware/qcom/media/sdm845/mm-core/inc/
OMX_QCOMExtns.h 897 * nFrames : Specifies the number of frames between two consecutive
904 OMX_U32 nFrames;
936 * nFrames : Specifies the number of subsequent frames to be
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoEncTest.cpp     [all...]
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp     [all...]

Completed in 2835 milliseconds