Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/test/
Dvp9_end_to_end_test.cc104 encoder->Control(VP8E_SET_CPUUSED, cpu_used_start_); in PreEncodeFrameHook()
109 encoder->Control(VP8E_SET_CPUUSED, cpu_used_end_); in PreEncodeFrameHook()
163 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
223 encoder->Control(VP8E_SET_CPUUSED, 8); in PreEncodeFrameHook()
Daltref_test.cc40 encoder->Control(VP8E_SET_CPUUSED, 3); in PreEncodeFrameHook()
90 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dborders_test.cc35 encoder->Control(VP8E_SET_CPUUSED, 1); in PreEncodeFrameHook()
Dactive_map_test.cc39 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dframe_size_tests.cc38 encoder->Control(VP8E_SET_CPUUSED, 7); in PreEncodeFrameHook()
Ddecode_corrupted.cc49 if (video->frame() == 0) encoder->Control(VP8E_SET_CPUUSED, 7); in PreEncodeFrameHook()
Daq_segment_test.cc35 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dvp9_motion_vector_test.cc65 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dcq_test.cc72 encoder->Control(VP8E_SET_CPUUSED, 3); in PreEncodeFrameHook()
Dalt_ref_aq_segment_test.cc36 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dkeyframe_test.cc42 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dvp9_ethread_test.cc76 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
265 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dcpu_speed_test.cc48 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dactive_map_refresh_test.cc78 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dlevel_test.cc47 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dvp9_encoder_parms_get_to_decoder.cc87 encoder->Control(VP8E_SET_CPUUSED, kCpuUsed); in PreEncodeFrameHook()
Dsvc_test.cc53 encoder->Control(VP8E_SET_CPUUSED, speed_setting_); in PreEncodeFrameHookSetup()
Dencode_perf_test.cc89 encoder->Control(VP8E_SET_CPUUSED, speed_); in PreEncodeFrameHook()
Dvp9_arf_freq_test.cc153 encoder->Control(VP8E_SET_CPUUSED, test_encode_param_.cpu_used); in PreEncodeFrameHook()
Ddecode_perf_test.cc143 encoder->Control(VP8E_SET_CPUUSED, speed_); in PreEncodeFrameHook()
Dvp8_datarate_test.cc54 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.cc121 case VP8E_SET_CPUUSED: in codec_control()
122 return vpx_codec_control(ctx, VP8E_SET_CPUUSED, param); in codec_control()
/external/libvpx/libvpx/vpx/
Dvp8cx.h155 VP8E_SET_CPUUSED = 13, enumerator
900 VPX_CTRL_USE_TYPE(VP8E_SET_CPUUSED, int)
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c821 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed); in main()
834 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed); in main()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc317 vpx_codec_control(&encoder_, VP8E_SET_CPUUSED, -speed); in PrepareEncoder()

12