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

  /frameworks/av/media/libnbaio/
Pipe.cpp 28 Pipe::Pipe(size_t maxFrames, const NBAIO_Format& format, void *buffer) :
31 mMaxFrames(roundup(maxFrames)),
  /frameworks/av/media/libnbaio/include/
Pipe.h 33 // maxFrames will be rounded up to a power of 2, and all slots are available. Must be >= 2.
35 // which must be of size roundup(maxFrames) * Format_frameSize(format) bytes.
36 Pipe(size_t maxFrames, const NBAIO_Format& format, void *buffer = NULL);
MonoPipe.h 70 size_t maxFrames() const { return mMaxFrames; }
  /external/aac/libAACenc/src/
aacEnc_ram.h 150 INT maxFrames;
aacenc.cpp 404 hAacEnc->maxFrames = nSubFrames;
568 hAacEnc->maxFrames,
590 ErrorStatus = FDKaacEnc_QCOutInit(hAacEnc->qcOut, hAacEnc->maxFrames, cm);
    [all...]
  /art/tools/dmtracedump/
createtesttrace.cc 126 int32_t maxFrames = 0;
139 if (indentEnd - cp + 1 > maxFrames) maxFrames = indentEnd - cp + 1;
187 dataRecord** stk = new dataRecord*[maxFrames];
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 50 void allocate(int maxFrames) {
52 mData = new float[maxFrames];
53 mMaxFrames = maxFrames;
  /external/deqp/modules/glshared/
glsCalibration.cpp 331 const int maxFrames = 60;
332 int numMeasureFrames = deClamp32(deRoundFloatToInt32(m_params.targetMeasureDurationUs / m_calibrateIterations.back().frameTime), minFrames, maxFrames);
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/1.0.0-SNAPSHOT/
gifdecoder-1.0.0-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 441 device_config->buffer_size_frames = sink->maxFrames();
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 336 milliseconds