HomeSort by relevance Sort by last modified time
    Searched refs:n_packets (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 58 int n_packets = std::max((bits_per_frame + 4 * kMtu) / (8 * kMtu), 1); local
59 int packet_size = (bits_per_frame + 4 * n_packets) / (8 * n_packets);
60 assert(n_packets >= 0);
61 for (int i = 0; i < n_packets; ++i) {
  /bionic/libc/kernel/uapi/linux/
openvswitch.h 165 __u64 n_packets; member in struct:ovs_flow_stats
  /development/ndk/platforms/android-L/include/linux/
openvswitch.h 141 __u64 n_packets; member in struct:ovs_flow_stats
  /external/kernel-headers/original/uapi/linux/
openvswitch.h 263 __u64 n_packets; /* Number of matched packets. */ member in struct:ovs_flow_stats
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
openvswitch.h 165 __u64 n_packets; member in struct:ovs_flow_stats
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
openvswitch.h 165 __u64 n_packets; member in struct:ovs_flow_stats
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
openvswitch.h 165 __u64 n_packets; member in struct:ovs_flow_stats
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
openvswitch.h 165 __u64 n_packets; member in struct:ovs_flow_stats
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
openvswitch.h 165 __u64 n_packets; member in struct:ovs_flow_stats
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
openvswitch.h 165 __u64 n_packets; member in struct:ovs_flow_stats
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 227 const int n_packets = (int)(cfg->rc_twopass_stats_in.sz / packet_sz); local
241 for (i = 0; i < n_packets; ++i) {
256 n_packets - cfg->ss_number_layers + i;
269 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1;
271 if ((int)(stats->count + 0.5) != n_packets - 1)
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 210 int n_packets = (int)(cfg->rc_twopass_stats_in.sz / packet_sz); local
224 for (i = 0; i < n_packets; ++i) {
239 n_packets - cfg->ss_number_layers + i;
251 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1;
253 if ((int)(stats->count + 0.5) != n_packets - 1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 208 int n_packets = (int)(cfg->rc_twopass_stats_in.sz / packet_sz); local
222 for (i = 0; i < n_packets; ++i) {
237 n_packets - cfg->ss_number_layers + i;
249 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1;
251 if ((int)(stats->count + 0.5) != n_packets - 1)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 205 int n_packets = (int)(cfg->rc_twopass_stats_in.sz / local
219 + (n_packets - 1) * packet_sz);
221 if ((int)(stats->count + 0.5) != n_packets - 1)
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 215 int n_packets = (int)(cfg->rc_twopass_stats_in.sz / local
229 + (n_packets - 1) * packet_sz);
231 if ((int)(stats->count + 0.5) != n_packets - 1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 215 int n_packets = (int)(cfg->rc_twopass_stats_in.sz / local
229 + (n_packets - 1) * packet_sz);
231 if ((int)(stats->count + 0.5) != n_packets - 1)
    [all...]

Completed in 967 milliseconds