Searched defs:pickTrack (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp548 0ll /* timeUs */, initialBandwidthIndex, true /* pickTrack */);
964 int64_t timeUs, size_t bandwidthIndex, bool pickTrack) {
974 ALOGV("changeConfiguration => timeUs:%lld us, bwIndex:%d, pickTrack:%d",
975 timeUs, bandwidthIndex, pickTrack);
977 if (pickTrack) {
963 changeConfiguration( int64_t timeUs, size_t bandwidthIndex, bool pickTrack) argument

Completed in 133 milliseconds