OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBandwidthItems
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
526
mBandwidthItems
.push(item);
529
CHECK_GT(
mBandwidthItems
.size(), 0u);
531
mBandwidthItems
.sort(SortByBandwidth);
533
for (size_t i = 0; i <
mBandwidthItems
.size(); ++i) {
534
if (
mBandwidthItems
.itemAt(i).mBandwidth == initialBandwidth) {
544
mBandwidthItems
.push(item);
800
if (
mBandwidthItems
.size() == 0) {
812
if (index >= 0 && (size_t)index >=
mBandwidthItems
.size()) {
813
index =
mBandwidthItems
.size() - 1;
844
index =
mBandwidthItems
.size() - 1
[
all
...]
LiveSession.h
147
Vector<BandwidthItem>
mBandwidthItems
;
Completed in 326 milliseconds