Searched refs:end_usage (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/bin/ |
D | utils_unittest.py | 87 end_usage = { 99 usage = utils.compute_active_cpu_time(start_usage, end_usage) 115 end_usage = { 127 usage = utils.compute_active_cpu_time(start_usage, end_usage)
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 696 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in calc_pframe_target_size() 730 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in calc_pframe_target_size() 780 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in calc_pframe_target_size() 831 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY && in calc_pframe_target_size() 844 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in calc_pframe_target_size() 1374 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in vp8_compute_frame_size_bounds() 1401 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in vp8_compute_frame_size_bounds()
|
D | firstpass.c | 326 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in frame_max_bits() 1008 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in estimate_max_q() 1758 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in define_gf_group() 2094 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in define_gf_group() 2376 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in vp8_second_pass() 2717 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in find_next_key_frame() 2826 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in find_next_key_frame() 2925 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in find_next_key_frame() 3016 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in find_next_key_frame() 3078 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in find_next_key_frame()
|
D | onyx_if.c | 1536 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER && in vp8_change_config() 1561 if (cpi->oxcf.end_usage == USAGE_LOCAL_FILE_PLAYBACK) { in vp8_change_config() 1844 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER && in vp8_create_compressor() 1862 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER && cpi->oxcf.Mode <= 2) { in vp8_create_compressor() 2500 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) { in resize_key_frame() 2835 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in recode_loop_test() 3563 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in encode_frame_to_data_rate() 3640 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate() 3655 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in encode_frame_to_data_rate() 3669 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 155 int end_usage; /* vbr or cbr */ member
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 308 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK; in set_vp8e_config() 310 oxcf->end_usage = USAGE_STREAM_FROM_SERVER; in set_vp8e_config() 312 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY; in set_vp8e_config() 314 oxcf->end_usage = USAGE_CONSTANT_QUALITY; in set_vp8e_config()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 296 static const arg_def_t end_usage = variable 316 &resize_up_thresh, &resize_down_thresh, &end_usage, &target_bitrate, 1210 } else if (arg_match(&arg, &end_usage, argi)) { in parse_stream_params() 1232 } else if (arg_match(&arg, &end_usage, argi)) { in parse_stream_params()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 322 static const arg_def_t end_usage = variable 349 &end_usage, 1484 } else if (arg_match(&arg, &end_usage, argi)) { in parse_stream_params()
|