HomeSort by relevance Sort by last modified time
    Searched full:rc_resize_allowed (Results 1 - 23 of 23) sorted by null

  /external/libvpx/libvpx/test/
active_map_refresh_test.cc 109 cfg_.rc_resize_allowed = 0;
active_map_test.cc 75 cfg_.rc_resize_allowed = 0;
encode_perf_test.cc 86 cfg_.rc_resize_allowed = 0;
decode_perf_test.cc 141 cfg_.rc_resize_allowed = 0;
resize_test.cc 339 cfg_.rc_resize_allowed = 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
active_map_test.cc 75 cfg_.rc_resize_allowed = 0;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 162 RANGE_CHECK_HI(cfg, rc_resize_allowed, 0);
164 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
324 oxcf->allow_spatial_resampling = cfg.rc_resize_allowed;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 166 RANGE_CHECK_HI(cfg, rc_resize_allowed, 0);
168 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
328 oxcf->allow_spatial_resampling = cfg.rc_resize_allowed;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 175 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
190 if (cfg->rc_resize_allowed == 1) {
440 if (cfg->rc_resize_allowed == 1) {
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 240 if (configurations_[0].rc_resize_allowed) {
482 // configurations_[0].rc_resize_allowed =
484 configurations_[0].rc_resize_allowed = 0;
487 configurations_[0].rc_resize_allowed = 1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 264 cfg[0].rc_resize_allowed = 0;
vpx_temporal_scalable_patterns.c 517 cfg.rc_resize_allowed = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 163 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 459 cfg[0].rc_resize_allowed = 0;
vpx_temporal_svc_encoder.c 622 cfg.rc_resize_allowed = 0;
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 480 enc_cfg->rc_resize_allowed = 0;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 166 mCodecConfiguration->rc_resize_allowed = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c     [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 449 unsigned int rc_resize_allowed; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 319 config_->rc_resize_allowed =
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 585 enc_cfg->rc_resize_allowed = 0;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 397 unsigned int rc_resize_allowed; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 1231 milliseconds