OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_packets
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc
60
size_t
n_packets
=
local
62
size_t packet_size = (bits_per_frame + 4 *
n_packets
) / (8 *
n_packets
);
63
for (size_t i = 0; i <
n_packets
; ++i) {
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
209
int
n_packets
= (int)(cfg->rc_twopass_stats_in.sz / packet_sz);
local
222
(
n_packets
- 1) * packet_sz);
224
if ((int)(stats->count + 0.5) !=
n_packets
- 1)
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
273
const int
n_packets
= (int)(cfg->rc_twopass_stats_in.sz / packet_sz);
local
287
for (i = 0; i <
n_packets
; ++i) {
303
n_packets
- cfg->ss_number_layers + i;
316
(const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf +
n_packets
- 1;
318
if ((int)(stats->count + 0.5) !=
n_packets
- 1)
[
all
...]
/external/libaom/libaom/av1/
av1_cx_iface.c
405
const int
n_packets
= (int)(cfg->rc_twopass_stats_in.sz / packet_sz);
local
418
(const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf +
n_packets
- 1;
420
if ((int)(stats->count + 0.5) !=
n_packets
- 1)
824
const int
n_packets
= (int)(cfg->rc_twopass_stats_in.sz \/ packet_sz);
local
[
all
...]
/bionic/libc/kernel/uapi/linux/
openvswitch.h
155
__u64
n_packets
;
member in struct:ovs_flow_stats
/external/kernel-headers/original/uapi/linux/
openvswitch.h
303
__u64
n_packets
; /* Number of matched packets. */
member in struct:ovs_flow_stats
[
all
...]
Completed in 349 milliseconds