HomeSort by relevance Sort by last modified time
    Searched full:bandwidthindex (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 538 size_t bandwidthIndex = getBandwidthIndex();
544 || (ssize_t)bandwidthIndex != mPrevBandwidthIndex
548 url = mBandwidthItems.editItemAt(bandwidthIndex).mURI;
553 if ((ssize_t)bandwidthIndex != mPrevBandwidthIndex) {
675 if (mPrevBandwidthIndex != (ssize_t)bandwidthIndex) {
682 bandwidthIndex = mPrevBandwidthIndex;
762 mBandwidthItems.removeAt(bandwidthIndex);
772 bandwidthIndex = getBandwidthIndex();
773 mPrevBandwidthIndex = bandwidthIndex;
779 if ((size_t)mPrevBandwidthIndex != bandwidthIndex) {
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 184 * - bandwidthIndex : an index which has to be encoded in
193 WebRtc_Word16* bandwidthIndex,
200 bandwidthIndex, jitterInfo,
    [all...]

Completed in 3247 milliseconds