HomeSort by relevance Sort by last modified time
    Searched refs:bps (Results 101 - 125 of 241) sorted by null

1 2 3 45 6 7 8 910

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 130 int bps; /**< bits per sample (for packed formats) */ member in struct:vpx_image
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 129 unsigned int bps = 0; local
130 if (!estimator_->LatestEstimate(&ssrcs, &bps)) {
133 latest_estimate_bps_ = bps;
  /external/iptables/extensions/
libxt_rateest.c 22 " --rateest-bps1 [bps] Compare bps\n"
24 " --rateest-bps2 [bps] Compare bps\n"
52 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */
75 { "Bps", 8. },
91 double bps = strtod(str, &p); local
98 *rate = bps / 8.; /* assume bytes/sec */
104 *rate = (bps * s->scale) / 8.;
150 "rateest: rateest-bps can't be inverted")
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 284 virtual bool SetStartSendBandwidth(int bps) { return true; }
285 virtual bool SetMaxSendBandwidth(int bps) { return true; }
571 virtual bool SetStartSendBandwidth(int bps) {
572 start_bps_ = bps;
575 virtual bool SetMaxSendBandwidth(int bps) {
576 max_bps_ = bps;
676 virtual bool SetStartSendBandwidth(int bps) { return true; }
677 virtual bool SetMaxSendBandwidth(int bps) {
678 max_bps_ = bps;
    [all...]
hybridvideoengine.h 78 virtual bool SetStartSendBandwidth(int bps);
79 virtual bool SetMaxSendBandwidth(int bps);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_image.h 133 int bps; /**< bits per sample (for packed formats) */ member in struct:vpx_image
  /external/lldb/tools/debugserver/source/
DNBBreakpoint.h 143 std::vector<DNBBreakpoint *> &bps);
  /frameworks/av/media/libstagefright/webm/
WebmElement.h 54 int bps = 0,
WebmElement.cpp 309 int bps,
330 if (bps) {
331 WebmElement *bitDepth = new WebmUnsigned(kMkvBitDepth, bps);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 157 bps = self.audiodescr['sampleSize']
165 if bps % 8:
172 blocksize = (bps/8)*nch
181 ## channels, encoding, blocksize=blocksize, fpb=fpb, bps=bps)
182 return channels, encoding, blocksize, fpb, bps
  /external/flac/libFLAC/
stream_decoder.c 120 static FLAC__bool read_subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
121 static FLAC__bool read_subframe_constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
122 static FLAC__bool read_subframe_fixed_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
123 static FLAC__bool read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
124 static FLAC__bool read_subframe_verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
2027 unsigned bps = decoder->private_->frame.header.bits_per_sample; local
2994 unsigned bps = FLAC__stream_decoder_get_bits_per_sample(decoder); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 362 virtual bool SetStartSendBandwidth(int bps);
363 virtual bool SetMaxSendBandwidth(int bps);
414 bool SetSendBandwidthInternal(int bps);
webrtcvideoengine2.h 246 virtual bool SetStartSendBandwidth(int bps) OVERRIDE;
247 virtual bool SetMaxSendBandwidth(int bps) OVERRIDE;
webrtcvideoengine.h 282 virtual bool SetStartSendBandwidth(int bps);
283 virtual bool SetMaxSendBandwidth(int bps);
  /external/chromium_org/media/base/android/
media_codec_bridge.h 263 void SetVideoBitrate(int bps);
  /external/libnl/lib/route/
tc.c 111 g->tc_stats[RTNL_TC_RATE_BPS] = re->bps;
140 g->tc_stats[RTNL_TC_RATE_BPS] = st->bps;
  /external/lldb/utils/vim-lldb/python-vim-lldb/
lldb_controller.py 259 bps = self.ui.getBreakpoints(name, line)
260 args = "delete %s" % " ".join([str(b.GetID()) for b in bps])
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats
  /external/libnl/include/linux/
pkt_sched.h 37 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
256 __u32 rate2quantum; /* bps->quantum divisor */
293 __u32 m1; /* slope of the first segment in bps */
295 __u32 m2; /* slope of the second segment in bps */
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
pkt_sched.h 39 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
283 __u32 rate2quantum; /* bps->quantum divisor */
320 __u32 m1; /* slope of the first segment in bps */
322 __u32 m2; /* slope of the second segment in bps */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pkt_sched.h 39 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
283 __u32 rate2quantum; /* bps->quantum divisor */
320 __u32 m1; /* slope of the first segment in bps */
322 __u32 m2; /* slope of the second segment in bps */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats

Completed in 1636 milliseconds

1 2 3 45 6 7 8 910