Searched refs:VP9_GET_REFERENCE (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vp8.h | 57 VP9_GET_REFERENCE = 128, /**< get a pointer to a reference frame */ enumerator 130 VPX_CTRL_USE_TYPE(VP9_GET_REFERENCE, vp9_ref_frame_t *)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 568 {VP9_GET_REFERENCE, get_reference},
|
D | vp9_cx_iface.c | 1103 {VP9_GET_REFERENCE, get_reference},
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 1465 vpx_codec_control(&stream->encoder, VP9_GET_REFERENCE, &ref); in test_decode() 1467 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref); in test_decode()
|