HomeSort by relevance Sort by last modified time
    Searched refs:end_usage (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/bin/
utils_unittest.py 79 end_usage = {
91 usage = utils.compute_active_cpu_time(start_usage, end_usage)
107 end_usage = {
119 usage = utils.compute_active_cpu_time(start_usage, end_usage)
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 696 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
730 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
780 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
831 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY &&
844 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
    [all...]
firstpass.c 326 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 41 } END_USAGE;
155 int end_usage; /* vbr or cbr */ member in struct:__anon26124
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 309 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
311 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
313 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY;
315 oxcf->end_usage = USAGE_CONSTANT_QUALITY;
400 printf("end_usage: %d\n", oxcf->end_usage);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 296 static const arg_def_t end_usage = variable
316 &resize_up_thresh, &resize_down_thresh, &end_usage, &target_bitrate,
    [all...]

Completed in 125 milliseconds