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

  /external/webrtc/talk/media/webrtc/
simulcast.cc 139 const int format_index = FindSimulcastFormatIndex(width, height); local
140 if (format_index == -1) {
143 return kSimulcastFormats[format_index].max_bitrate_kbps * 1000;
149 const int format_index = FindSimulcastFormatIndex(width, height); local
150 if (format_index == -1) {
153 return kSimulcastFormats[format_index].target_bitrate_kbps * 1000;
157 const int format_index = FindSimulcastFormatIndex(width, height); local
158 if (format_index == -1) {
161 return kSimulcastFormats[format_index].min_bitrate_kbps * 1000;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqwiz.py 471 self.format_index(hits)
477 self.format_index(files, localrefs=1)
484 self.format_index(files, localrefs=1)
520 self.format_index(files, add=1)
522 def format_index(self, files, add=0, localrefs=0): member in class:FaqWizard

Completed in 199 milliseconds