HomeSort by relevance Sort by last modified time
    Searched defs:bps (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 19 int bps = 12; local
23 bps = 24;
26 bps = 16;
45 img->bps = bps;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 19 int bps = 12; local
23 bps = 24;
26 bps = 16;
45 img->bps = bps;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_iface_common.h 21 int bps; local
25 bps = 24;
28 bps = 16;
32 bps = 12;
49 img->bps = bps;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_image.c 26 unsigned int h, w, s, xcs, ycs, bps; local
51 bps = 32;
55 bps = 24;
64 bps = 16;
70 bps = 12;
73 bps = 16;
76 bps = 24;
79 bps = 24;
82 bps = 32;
85 bps = 48
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.h 57 int bps; member in struct:SDL_PrivateAudioData
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 51 unsigned int h, w, s, xcs, ycs, bps; local
76 bps = 32;
80 bps = 24;
89 bps = 16;
95 bps = 12;
98 bps = 16;
132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
151 h * s * bps / 8 : h * s));
163 img->bps = bps;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 51 unsigned int h, w, s, xcs, ycs, bps; local
76 bps = 32;
80 bps = 24;
89 bps = 16;
95 bps = 12;
98 bps = 16;
132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
151 h * s * bps / 8 : h * s));
163 img->bps = bps;
    [all...]
  /bionic/libc/kernel/uapi/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /development/ndk/platforms/android-L/include/linux/
gen_stats.h 45 __u32 bps; member in struct:gnet_stats_rate_est
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.h 61 int bps; member in struct:y4m_input
  /external/iproute2/include/linux/
gen_stats.h 32 * @bps: current byte rate
36 __u32 bps; member in struct:gnet_stats_rate_est
  /external/iproute2/tc/
tc_core.c 115 unsigned bps = r->rate; local
129 rtab[i] = tc_calc_xmittime(bps, sz);
  /external/kernel-headers/original/uapi/linux/
gen_stats.h 33 * @bps: current byte rate
37 __u32 bps; member in struct:gnet_stats_rate_est
43 * @bps: current byte rate
47 __u64 bps; member in struct:gnet_stats_rate_est64
  /external/libnl/include/linux/
gen_stats.h 25 * @bps: current byte rate
30 __u32 bps; member in struct:gnet_stats_rate_est
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
gen_stats.h 34 * @bps: current byte rate
39 __u32 bps; member in struct:gnet_stats_rate_est
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
gen_stats.h 34 * @bps: current byte rate
39 __u32 bps; member in struct:gnet_stats_rate_est
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /external/aac/libSYS/src/
wav_file.cpp 247 * host endianess and scaled to full scale of the INT_PCM type, from whatever bps the WAVEfile
472 int bps = Unpack(wav->header.bitsPerSample); local
476 if (bps == nBufBits && bps == nSigBits) {
477 if (FDKfwrite_EL(sampleBuffer, (bps>>3), numberOfSamples, wav->fp) != numberOfSamples)
495 shift = (nBufBits-nSigBits)-(32-bps);
498 if ( !IS_LITTLE_ENDIAN() && bps == 24) {
508 result=FDKfwrite_EL(&tmp, bps>>3, 1, wav->fp);
516 wav->header.dataSize += (numberOfSamples * (bps>>3));
  /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/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;

Completed in 694 milliseconds

1 2 3 4 5 6 7 8