Home
last modified time | relevance | path

Searched refs:VP8D_GET_FRAME_CORRUPTED (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8dx.h61 VP8D_GET_FRAME_CORRUPTED, enumerator
106 VPX_CTRL_USE_TYPE(VP8D_GET_FRAME_CORRUPTED, int *)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c567 {VP8D_GET_FRAME_CORRUPTED, get_frame_corrupted},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c913 {VP8D_GET_FRAME_CORRUPTED, vp8_get_frame_corrupted},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c832 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) { in main_loop()