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

  /external/libvpx/libvpx/vpx/
vp8cx.h 424 VP9E_SET_SVC,
757 VPX_CTRL_USE_TYPE(VP9E_SET_SVC, int)
  /external/libvpx/libvpx/test/
datarate_test.cc 626 encoder->Control(VP9E_SET_SVC, 1);
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 793 if (vpx_codec_control(&codec, VP9E_SET_SVC, layering_mode > 0 ? 1 : 0))
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 530 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 426 encoder_, VP9E_SET_SVC,
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 150 milliseconds