Searched refs:VP9E_GET_SVC_LAYER_ID (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8cx.h | 471 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/ |
D | svc_test.cc | 77 encoder->Control(VP9E_GET_SVC_LAYER_ID, &layer_id); in PostEncodeFrameHook()
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 1109 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/ |
D | vp9_spatial_svc_encoder.c | 828 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/ |
D | vp9_cx_iface.c | 1767 { VP9E_GET_SVC_LAYER_ID, ctrl_get_svc_layer_id },
|