Home
last modified time | relevance | path

Searched refs:VP9E_SET_SVC_LAYER_ID (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8cx.h440 VP9E_SET_SVC_LAYER_ID, enumerator
760 VPX_CTRL_USE_TYPE(VP9E_SET_SVC_LAYER_ID, vpx_svc_layer_id_t *)
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c766 vpx_codec_control(&codec, VP9E_SET_SVC_LAYER_ID, &layer_id); in main()
Dvp9_spatial_svc_encoder.c735 vpx_codec_control(&codec, VP9E_SET_SVC_LAYER_ID, &layer_id); in main()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc535 vpx_codec_control(encoder_, VP9E_SET_SVC_LAYER_ID, &layer_id); in Encode()
/external/libvpx/libvpx/test/
Ddatarate_test.cc574 encoder->Control(VP9E_SET_SVC_LAYER_ID, &layer_id); in PreEncodeFrameHook()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1614 { VP9E_SET_SVC_LAYER_ID, ctrl_set_svc_layer_id },