Searched refs:VP8E_SET_TEMPORAL_LAYER_ID (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8cx.h | 301 VP8E_SET_TEMPORAL_LAYER_ID, enumerator 875 VPX_CTRL_USE_TYPE(VP8E_SET_TEMPORAL_LAYER_ID, int)
|
/external/libvpx/libvpx/test/ |
D | error_resilience_test.cc | 469 encoder->Control(VP8E_SET_TEMPORAL_LAYER_ID, layer_id); in PreEncodeFrameHook()
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 585 vpx_codec_control(&codec[i], VP8E_SET_TEMPORAL_LAYER_ID, layer_id); in main()
|
D | vpx_temporal_svc_encoder.c | 863 vpx_codec_control(&codec, VP8E_SET_TEMPORAL_LAYER_ID, in main()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 1178 { VP8E_SET_TEMPORAL_LAYER_ID, vp8e_set_temporal_layer_id },
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 872 vpx_codec_control(&encoders_[i], VP8E_SET_TEMPORAL_LAYER_ID, in Encode()
|