HomeSort by relevance Sort by last modified time
    Searched defs:cpu_used (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/remoting/codec/
video_encoder_vpx.cc 139 int cpu_used = lossless_encode ? 5 : 7; local
140 if (vpx_codec_control(codec.get(), VP8E_SET_CPUUSED, cpu_used))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 123 int cpu_used; member in struct:__anon17688
  /external/libvpx/libvpx/vp8/common/
onyx.h 112 int cpu_used; member in struct:__anon8552
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 112 int cpu_used; member in struct:__anon19735
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 28 int cpu_used; /** available cpu percentage in 1/16*/ member in struct:vp8_extracfg
46 0, /* cpu_used */
48 4, /* cpu_used */
182 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
384 oxcf->cpu_used = vp8_cfg.cpu_used;
405 printf("cpu_used: %d\n", oxcf->cpu_used);
500 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 26 int cpu_used; /** available cpu percentage in 1/16*/ member in struct:vp8_extracfg
54 0, /* cpu_used */
56 4, /* cpu_used */
192 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
394 oxcf->cpu_used = vp8_cfg.cpu_used;
415 printf("cpu_used: %d\n", oxcf->cpu_used);
512 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 26 int cpu_used; /** available cpu percentage in 1/16*/ member in struct:vp8_extracfg
54 0, /* cpu_used */
56 4, /* cpu_used */
192 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
396 oxcf->cpu_used = vp8_cfg.cpu_used;
417 printf("cpu_used: %d\n", oxcf->cpu_used);
514 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 24 int cpu_used; // available cpu percentage in 1/16 member in struct:vp9_extracfg
45 0, // cpu_used
208 RANGE_CHECK(extra_cfg, cpu_used, -16, 16);
391 oxcf->speed = abs(extra_cfg->cpu_used);
454 printf("cpu_used: %d\n", oxcf->cpu_used);
541 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 24 int cpu_used; // available cpu percentage in 1/16 member in struct:vp9_extracfg
54 0, // cpu_used
194 RANGE_CHECK(extra_cfg, cpu_used, -16, 16);
350 oxcf->cpu_used = extra_cfg->cpu_used;
400 printf("cpu_used: %d\n", oxcf->cpu_used);
484 MAP(VP8E_SET_CPUUSED, extra_cfg.cpu_used);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 24 int cpu_used; // available cpu percentage in 1/16 member in struct:vp9_extracfg
53 0, // cpu_used
192 RANGE_CHECK(extra_cfg, cpu_used, -16, 16);
340 oxcf->cpu_used = extra_cfg->cpu_used;
390 printf("cpu_used: %d\n", oxcf->cpu_used);
474 MAP(VP8E_SET_CPUUSED, extra_cfg.cpu_used);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 352 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable
378 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
410 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 352 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable
378 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
410 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 334 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable
360 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
418 &cpu_used, &auto_altref, &sharpness, &static_thresh,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 198 int cpu_used; member in struct:VP9_CONFIG
400 int cpu_used; member in struct:VP9_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 199 int cpu_used; member in struct:__anon19839
402 int cpu_used; member in struct:VP9_COMP
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 475 int cpu_used; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 478 int cpu_used; member in struct:VP8_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 478 int cpu_used; member in struct:VP8_COMP

Completed in 346 milliseconds