OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxFrameSize
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h
201
static const size_t
kMaxFrameSize
= 2880; // 60 ms @ 48 kHz.
203
static const size_t kSyncBufferSize = 2 *
kMaxFrameSize
;
/frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h
58
static const size_t
kMaxFrameSize
;
/frameworks/av/media/libstagefright/
AACExtractor.cpp
56
static const size_t
kMaxFrameSize
;
235
const size_t AACSource::
kMaxFrameSize
= 8192;
268
mGroup->add_buffer(new MediaBuffer(
kMaxFrameSize
));
WAVExtractor.cpp
79
static const size_t
kMaxFrameSize
;
347
const size_t WAVSource::
kMaxFrameSize
= 32768;
368
mMeta->setInt32(kKeyMaxInputSize,
kMaxFrameSize
);
383
mGroup = new MediaBufferGroup(4 /* buffers */,
kMaxFrameSize
);
387
mGroup->add_buffer(new MediaBuffer(
kMaxFrameSize
));
451
mBitsPerSample == 8 ?
kMaxFrameSize
/ 2 :
452
(mBitsPerSample == 24 ? 3*(
kMaxFrameSize
/3):
kMaxFrameSize
);
MP3Extractor.cpp
231
static const size_t
kMaxFrameSize
;
437
const size_t MP3Source::
kMaxFrameSize
= (1 << 12); /* 4096 bytes */
466
mGroup->add_buffer(new MediaBuffer(
kMaxFrameSize
));
/frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp
207
const size_t AacAdtsSource::
kMaxFrameSize
= 8192;
235
mGroup->add_buffer(new MediaBuffer(
kMaxFrameSize
));
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc
394
static const int
kMaxFrameSize
= 480;
498
render_thread_state_(
kMaxFrameSize
,
506
capture_thread_state_(
kMaxFrameSize
,
[
all
...]
audio_processing_performance_unittest.cc
247
frame_data_(
kMaxFrameSize
),
299
static const int
kMaxFrameSize
= 480;
Completed in 102 milliseconds