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

  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 964 int64_t timeUs, size_t bandwidthIndex, bool pickTrack) {
972 mPrevBandwidthIndex = bandwidthIndex;
975 timeUs, bandwidthIndex, pickTrack);
981 CHECK_LT(bandwidthIndex, mBandwidthItems.size());
982 const BandwidthItem &item = mBandwidthItems.itemAt(bandwidthIndex);
    [all...]
LiveSession.h 224 int64_t timeUs, size_t bandwidthIndex, bool pickTrack = false);
239 bool canSwitchBandwidthTo(size_t bandwidthIndex);
  /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 45 milliseconds