Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.cc119 case VP8E_SET_TEMPORAL_LAYER_ID: in codec_control()
120 return vpx_codec_control(ctx, VP8E_SET_TEMPORAL_LAYER_ID, param); in codec_control()
Dlibvpx_vp8_encoder.cc1071 libvpx_->codec_control(&encoders_[i], VP8E_SET_TEMPORAL_LAYER_ID, in Encode()
/external/libvpx/libvpx/vpx/
Dvp8cx.h304 VP8E_SET_TEMPORAL_LAYER_ID, enumerator
880 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.c585 vpx_codec_control(&codec[i], VP8E_SET_TEMPORAL_LAYER_ID, layer_id); in main()
Dvpx_temporal_svc_encoder.c889 vpx_codec_control(&codec, VP8E_SET_TEMPORAL_LAYER_ID, in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c1218 { VP8E_SET_TEMPORAL_LAYER_ID, vp8e_set_temporal_layer_id },