HomeSort by relevance Sort by last modified time
    Searched refs:VP8E_SET_CPUUSED (Results 1 - 25 of 36) sorted by null

1 2

  /external/libvpx/libvpx/test/
altref_test.cc 40 encoder->Control(VP8E_SET_CPUUSED, 3);
90 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
active_map_test.cc 39 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
borders_test.cc 35 encoder->Control(VP8E_SET_CPUUSED, 1);
decode_corrupted.cc 49 if (video->frame() == 0) encoder->Control(VP8E_SET_CPUUSED, 7);
frame_size_tests.cc 38 encoder->Control(VP8E_SET_CPUUSED, 7);
vp9_end_to_end_test.cc 104 encoder->Control(VP8E_SET_CPUUSED, cpu_used_start_);
109 encoder->Control(VP8E_SET_CPUUSED, cpu_used_end_);
163 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
223 encoder->Control(VP8E_SET_CPUUSED, 8);
aq_segment_test.cc 35 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
vp9_motion_vector_test.cc 65 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
alt_ref_aq_segment_test.cc 36 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
cpu_speed_test.cc 48 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
cq_test.cc 72 encoder->Control(VP8E_SET_CPUUSED, 3);
keyframe_test.cc 42 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
active_map_refresh_test.cc 78 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
encode_perf_test.cc 89 encoder->Control(VP8E_SET_CPUUSED, speed_);
level_test.cc 47 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
svc_test.cc 53 encoder->Control(VP8E_SET_CPUUSED, speed_setting_);
vp9_arf_freq_test.cc 153 encoder->Control(VP8E_SET_CPUUSED, test_encode_param_.cpu_used);
vp9_encoder_parms_get_to_decoder.cc 87 encoder->Control(VP8E_SET_CPUUSED, kCpuUsed);
vp9_ethread_test.cc 76 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
265 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
decode_perf_test.cc 143 encoder->Control(VP8E_SET_CPUUSED, speed_);
vp8_datarate_test.cc 54 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
  /frameworks/av/media/codec2/components/vpx/
C2SoftVp9Enc.cpp 88 codecReturn = vpx_codec_control(mCodecContext, VP8E_SET_CPUUSED, 8);
90 ALOGE("Error setting VP8E_SET_CPUUSED to 8. vpx_codec_control() "
  /external/libvpx/libvpx/vpx/
vp8cx.h 155 VP8E_SET_CPUUSED = 13,
895 VPX_CTRL_USE_TYPE(VP8E_SET_CPUUSED, int)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVP9Encoder.cpp 81 codecReturn = vpx_codec_control(mCodecContext, VP8E_SET_CPUUSED, 8);
83 ALOGE("Error setting VP8E_SET_CPUUSED to 8. vpx_codec_control() "
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 793 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed);
806 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed);
    [all...]

Completed in 173 milliseconds

1 2