Home
last modified time | relevance | path

Searched refs:vpx_svc_ref_frame_config_t (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/vpx/
Dvp8cx.h921 } vpx_svc_ref_frame_config_t; typedef
1051 VPX_CTRL_USE_TYPE(VP9E_SET_SVC_REF_FRAME_CONFIG, vpx_svc_ref_frame_config_t *)
1071 VPX_CTRL_USE_TYPE(VP9E_GET_SVC_REF_FRAME_CONFIG, vpx_svc_ref_frame_config_t *)
/external/webrtc/modules/video_coding/codecs/interface/
Dmock_libvpx_interface.h109 vpx_svc_ref_frame_config_t*),
Dlibvpx_interface.h99 vpx_svc_ref_frame_config_t* param) const = 0;
Dlibvpx_interface.cc302 vpx_svc_ref_frame_config_t* param) const override { in codec_control()
/external/webrtc/modules/video_coding/codecs/vp9/
Dlibvpx_vp9_encoder.cc162 vpx_svc_ref_frame_config_t Vp9References( in Vp9References()
164 vpx_svc_ref_frame_config_t ref_config = {}; in Vp9References()
1222 vpx_svc_ref_frame_config_t ref_config = Vp9References(layer_frames_); in Encode()
1226 vpx_svc_ref_frame_config_t ref_config = in Encode()
1468 vpx_svc_ref_frame_config_t enc_layer_conf = {{0}}; in FillReferenceIndices()
1571 vpx_svc_ref_frame_config_t enc_layer_conf = {{0}}; in UpdateReferenceBuffers()
1603 vpx_svc_ref_frame_config_t LibvpxVp9Encoder::SetReferences( in SetReferences()
1609 vpx_svc_ref_frame_config_t ref_config; in SetReferences()
Dlibvpx_vp9_encoder.h78 vpx_svc_ref_frame_config_t SetReferences(bool is_key_pic,
/external/libvpx/test/
Dsvc_end_to_end_test.cc149 vpx_svc_ref_frame_config_t *ref_frame_config) { in set_frame_flags_bypass_mode()
331 vpx_svc_ref_frame_config_t ref_frame_config_;
Dsvc_datarate_test.cc97 vpx_svc_ref_frame_config_t *ref_frame_config, in set_frame_flags_bypass_mode()
614 vpx_svc_ref_frame_config_t ref_frame_config;
/external/webrtc/test/fuzzers/
Dvp9_encoder_references_fuzzer.cc299 vpx_svc_ref_frame_config_t ref_config = {};
365 vpx_svc_ref_frame_config_t* param) const override { in codec_control()
/external/libvpx/examples/
Dvp9_spatial_svc_encoder.c566 vpx_svc_ref_frame_config_t *ref_frame_config) { in set_frame_flags_bypass_mode_ex0()
649 vpx_svc_ref_frame_config_t *ref_frame_config) { in set_frame_flags_bypass_mode_ex1()
888 vpx_svc_ref_frame_config_t ref_frame_config; in main()
/external/libvpx/vp9/
Dvp9_cx_iface.c1774 vpx_svc_ref_frame_config_t *data = va_arg(args, vpx_svc_ref_frame_config_t *); in ctrl_get_svc_ref_frame_config()
1795 vpx_svc_ref_frame_config_t *data = va_arg(args, vpx_svc_ref_frame_config_t *); in ctrl_set_svc_ref_frame_config()
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc2395 vpx_svc_ref_frame_config_t stored_refs = {}; in TEST_P()
2397 A<vpx_svc_ref_frame_config_t*>())) in TEST_P()
2401 A<vpx_svc_ref_frame_config_t*>())) in TEST_P()