Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8cx.h298 VP8E_SET_TEMPORAL_LAYER_ID, enumerator
745 VPX_CTRL_USE_TYPE(VP8E_SET_TEMPORAL_LAYER_ID, int)
/external/libvpx/libvpx/test/
Derror_resilience_test.cc469 encoder->Control(VP8E_SET_TEMPORAL_LAYER_ID, layer_id); in PreEncodeFrameHook()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c583 vpx_codec_control(&codec[i], VP8E_SET_TEMPORAL_LAYER_ID, layer_id); in main()
Dvpx_temporal_svc_encoder.c768 vpx_codec_control(&codec, VP8E_SET_TEMPORAL_LAYER_ID, in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c1153 { VP8E_SET_TEMPORAL_LAYER_ID, vp8e_set_temporal_layer_id },
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc872 vpx_codec_control(&encoders_[i], VP8E_SET_TEMPORAL_LAYER_ID, in Encode()