HomeSort by relevance Sort by last modified time
    Searched refs:maxRate (Results 1 - 15 of 15) 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);
306 SLpermille minRate, maxRate, stepSize;
308 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize,
321 printf("range[%u]: min=%d, max=%d, capabilities=", index, minRate, maxRate);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
isacfix.h 500 int32_t maxRate);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
isac.h 452 * - maxRate : maximum rate in bits per second,
463 int32_t maxRate);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 168 uint32_t maxRate = SAMPLE_RATE_HZ_MAX;
174 maxRate = UINT_MAX;
180 if ((samplingRates[i] > pickedRate) && (samplingRates[i] <= maxRate)) {
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 439 int maxRate = vidCaps.getSupportedFrameRatesFor(width, height).getUpper().intValue();
443 Log.i(TAG, "reasonable bitrate for " + width + "x" + height + "@" + maxRate
446 format.setInteger(format.KEY_FRAME_RATE, maxRate);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc 441 payload->typeSpecific.Video.maxRate = rate;
471 payload->typeSpecific.Video.maxRate = rate;
rtp_sender_video.cc 93 payload->typeSpecific.Video.maxRate = maxBitRate;
rtp_sender.cc 486 video_->SetMaxConfiguredBitrateVideo(payload->typeSpecific.Video.maxRate);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c     [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 44 uint32_t maxRate;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 625 public static int determineMode(int frequency, int maxRate, boolean foundVht,
634 if (maxRate < 24000000) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]

Completed in 645 milliseconds