OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbandwidth
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp
84
mBandwidth
= cents - 1;
92
mBandwidth
>> BANDWIDTH_PRECISION_BITS
97
mBandwidth
<< (32 - BANDWIDTH_PRECISION_BITS)
105
int32_t halfBW = (((
mBandwidth
+ 1) / 2) << 15) / 1200;
AudioPeakingFilter.h
76
uint32_t getBandwidth() const { return
mBandwidth
+ 1; }
122
// Precision for the
mBandwidth
member.
132
uint32_t
mBandwidth
;
/frameworks/av/media/libstagefright/include/
LiveSession.h
74
unsigned long
mBandwidth
;
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
147
if (a->
mBandwidth
< b->
mBandwidth
) {
149
} else if (a->
mBandwidth
== b->
mBandwidth
) {
192
CHECK(meta->findInt32("bandwidth", (int32_t *)&item.
mBandwidth
));
404
while (index > 0 && mBandwidthItems.itemAt(index).
mBandwidth
432
while (index > 0 && mBandwidthItems.itemAt(index).
mBandwidth
> 1200000) {
Completed in 252 milliseconds