HomeSort by relevance Sort by last modified time
    Searched refs:maxRate (Results 1 - 17 of 17) sorted by null

  /frameworks/wilhelm/src/itf/
IRatePitch.c 72 SLpermille maxRate = thiz->mMaxRate;
76 *pMaxRate = maxRate;
IPlaybackRate.c 165 SLpermille maxRate = thiz->mMaxRate;
169 *pMaxRate = maxRate;
  /frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 71 SLpermille minRate, maxRate, stepSize, rate = 1000;
76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa);
78 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate);
309 SLpermille minRate, maxRate, stepSize;
311 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize,
324 printf("range[%u]: min=%d, max=%d, capabilities=", index, minRate, maxRate);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 505 int32_t maxRate);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/interface/
isac.h 457 * - maxRate : maximum rate in bits per second,
468 int32_t maxRate);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 505 WebRtc_Word32 maxRate);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 460 * - maxRate : maximum rate in bits per second,
471 WebRtc_Word32 maxRate);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc 425 payload->typeSpecific.Video.maxRate = rate;
449 payload->typeSpecific.Video.maxRate = rate;
rtp_sender_video.cc 102 payload->typeSpecific.Video.maxRate = maxBitRate;
rtp_sender.cc 380 video_->SetMaxConfiguredBitrateVideo(payload->typeSpecific.Video.maxRate);
    [all...]