Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h46 VP8_COPY_REFERENCE = 2, /**< get a copy of reference frame from the decoder */ enumerator
124 VPX_CTRL_USE_TYPE(VP8_COPY_REFERENCE, vpx_ref_frame_t *)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c560 {VP8_COPY_REFERENCE, copy_reference},
Dvp9_cx_iface.c1076 {VP8_COPY_REFERENCE, vp9e_copy_reference},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c906 {VP8_COPY_REFERENCE, vp8_get_reference},
Dvp8_cx_iface.c1198 {VP8_COPY_REFERENCE, vp8e_get_reference},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1459 vpx_codec_control(&stream->encoder, VP8_COPY_REFERENCE, &ref_enc); in test_decode()
1460 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec); in test_decode()