Searched refs:out_part (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/pending/ |
D | dd.c | 44 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; 71 TT.in_full, TT.in_part, TT.out_full, TT.out_part); in status() 90 else TT.out_part++; in write_out()
|
/external/libvpx/libvpx/ |
D | vpxenc.h | 51 int out_part; member
|
D | vpxenc.c | 185 static const arg_def_t out_part = variable 222 &out_part, 970 } else if (arg_match(&arg, &out_part, argi)) in parse_global_config() 971 global->out_part = 1; in parse_global_config() 1557 flags |= global->out_part ? VPX_CODEC_USE_OUTPUT_PARTITION : 0; in initialize_encoder()
|
/external/toybox/generated/ |
D | globals.h | 511 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; member
|