OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_packets
(Results
1 - 13
of
13
) 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) {
/external/chromium_org/third_party/libvpx/source/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
...]
/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
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c
215
int
n_packets
= (int)(cfg->rc_twopass_stats_in.sz / packet_sz);
local
229
for (i = 0; i <
n_packets
; ++i) {
244
n_packets
- cfg->ss_number_layers + i;
257
(const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf +
n_packets
- 1;
259
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
...]
/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-19/arch-arm64/usr/include/linux/
openvswitch.h
165
__u64
n_packets
;
member in struct:ovs_flow_stats
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
openvswitch.h
165
__u64
n_packets
;
member in struct:ovs_flow_stats
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
openvswitch.h
165
__u64
n_packets
;
member in struct:ovs_flow_stats
Completed in 288 milliseconds