HomeSort by relevance Sort by last modified time
    Searched defs:bps (Results 1 - 25 of 191) 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;
48 img->bps = bps;
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.h 57 int bps; member in struct:SDL_PrivateAudioData
  /external/chromium_org/third_party/libvpx/source/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...]
  /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/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);
tc_util.c 133 { "Bps", 8. },
149 double bps = strtod(str, &p); local
156 *rate = bps / 8.; /* assume bytes/sec */
162 *rate = (bps * s->scale) / 8.;
492 prefix, sprint_rate(re.bps, b1), re.pps);
530 if (st.bps || st.pps || st.qlen || st.backlog) {
532 if (st.bps || st.pps) {
534 if (st.bps)
535 fprintf(fp, "%s ", sprint_rate(st.bps, b1));
  /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-19/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-19/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-19/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;
  /external/flac/libFLAC/
lpc.c 1345 FLAC__double bps = (FLAC__double)0.5 * log(error_scale * lpc_error) \/ M_LN2; local
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 178 int bps = getFormat().getBytesPerSample(); local
179 if (!setNativeBitmap(rgbaBitmap, byteCount, bps)) {
194 int bps = getFormat().getBytesPerSample(); local
195 if (!getNativeBitmap(result, byteCount, bps)) {
  /external/libvpx/libvpx/vpx/
vpx_image.h 130 int bps; /**< bits per sample (for packed formats) */ member in struct:vpx_image

Completed in 531 milliseconds

1 2 3 4 5 6 7 8