Searched refs:n_packets (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_unittest_helper.cc58 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) {
/external/kernel-headers/original/uapi/linux/
H A Dopenvswitch.h263 __u64 n_packets; /* Number of matched packets. */ member in struct:ovs_flow_stats
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c227 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)
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c210 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)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c205 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)
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c215 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)

Completed in 121 milliseconds