OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxFrames
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/include/media/nbaio/
Pipe.h
32
//
maxFrames
will be rounded up to a power of 2, and all slots are available. Must be >= 2.
34
// which must be of size roundup(
maxFrames
) * Format_frameSize(format) bytes.
35
Pipe(size_t
maxFrames
, const NBAIO_Format& format, void *buffer = NULL);
MonoPipe.h
66
size_t
maxFrames
() const { return mMaxFrames; }
/frameworks/av/media/libnbaio/
Pipe.cpp
28
Pipe::Pipe(size_t
maxFrames
, const NBAIO_Format& format, void *buffer) :
30
mMaxFrames(roundup(
maxFrames
)),
/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
];
/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
);
/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 349 milliseconds