HomeSort by relevance Sort by last modified time
    Searched refs:VP9E_SET_SVC (Results 1 - 11 of 11) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 197 VP9E_SET_SVC,
337 VPX_CTRL_USE_TYPE(VP9E_SET_SVC, int)
  /external/libvpx/libvpx/vpx/
vp8cx.h 441 VP9E_SET_SVC,
717 VPX_CTRL_USE_TYPE(VP9E_SET_SVC, int)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
datarate_test.cc 282 encoder->Control(VP9E_SET_SVC, 1);
  /external/libvpx/libvpx/test/
datarate_test.cc 372 encoder->Control(VP9E_SET_SVC, 1);
781 encoder->Control(VP9E_SET_SVC, 1);
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 500 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 580 if (vpx_codec_control(&codec, VP9E_SET_SVC, 1)) {
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 697 if (vpx_codec_control(&codec, VP9E_SET_SVC, layering_mode > 0 ? 1: 0))
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 426 encoder_, VP9E_SET_SVC,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 1009 static vpx_codec_err_t vp9e_set_svc(vpx_codec_alg_priv_t *ctx, int ctr_id, function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 606 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 752 milliseconds