Searched defs:cpu_used (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h112 int cpu_used; member in struct:__anon1062
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c26 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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c24 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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h199 int cpu_used; member in struct:__anon1166
402 int cpu_used; member in struct:VP9_COMP
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c352 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,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h478 int cpu_used; member in struct:VP8_COMP

Completed in 84 milliseconds