Home
last modified time | relevance | path

Searched refs:VP8E_SET_CPUUSED (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h149 VP8E_SET_CPUUSED = 13, enumerator
341 VPX_CTRL_USE_TYPE(VP8E_SET_CPUUSED, int)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Daltref_test.cc40 encoder->Control(VP8E_SET_CPUUSED, 3); in PreEncodeFrameHook()
Dborders_test.cc34 encoder->Control(VP8E_SET_CPUUSED, 1); in PreEncodeFrameHook()
Dactive_map_test.cc39 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dcpu_speed_test.cc36 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dcq_test.cc51 encoder->Control(VP8E_SET_CPUUSED, 3); in PreEncodeFrameHook()
Daq_segment_test.cc36 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dkeyframe_test.cc40 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Ddatarate_test.cc278 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvpx_temporal_scalable_patterns.c573 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed); in main()
576 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed); in main()
Dvp8_multi_resolution_encoder.c337 if(vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed)) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c514 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used); in set_param()
1206 {VP8E_SET_CPUUSED, set_param},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c474 MAP(VP8E_SET_CPUUSED, extra_cfg.cpu_used); in set_param()
1084 {VP8E_SET_CPUUSED, set_param},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c384 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
417 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c607 vpx_codec_control(codec_ctx, VP8E_SET_CPUUSED, 1); in vpx_svc_init()