Home
last modified time | relevance | path

Searched refs:VP9E_GET_SVC_LAYER_ID (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8cx.h471 VP9E_GET_SVC_LAYER_ID, enumerator
936 VPX_CTRL_USE_TYPE(VP9E_GET_SVC_LAYER_ID, vpx_svc_layer_id_t *)
/external/libvpx/libvpx/test/
Dsvc_test.cc77 encoder->Control(VP9E_GET_SVC_LAYER_ID, &layer_id); in PostEncodeFrameHook()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1109 vpx_codec_control(encoder_, VP9E_GET_SVC_LAYER_ID, &layer_id); in PopulateCodecSpecific()
1212 vpx_codec_control(encoder_, VP9E_GET_SVC_LAYER_ID, &layer_id); in FillReferenceIndices()
1329 vpx_codec_control(encoder_, VP9E_GET_SVC_LAYER_ID, &layer_id); in UpdateReferenceBuffers()
1469 vpx_codec_control(encoder_, VP9E_GET_SVC_LAYER_ID, &layer_id); in GetEncodedLayerFrame()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c828 vpx_codec_control(codec, VP9E_GET_SVC_LAYER_ID, layer_id); in svc_output_rc_stats()
1196 vpx_codec_control(&encoder, VP9E_GET_SVC_LAYER_ID, &layer_id); in main()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1767 { VP9E_GET_SVC_LAYER_ID, ctrl_get_svc_layer_id },