Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8dx.h61 VP8D_GET_FRAME_CORRUPTED, enumerator
116 VPX_CTRL_USE_TYPE(VP8D_GET_FRAME_CORRUPTED, int *)
/external/libvpx/libvpx/test/
Ddecode_api_test.cc66 VP8D_GET_FRAME_CORRUPTED, in TestVp9Controls()
74 case VP8D_GET_FRAME_CORRUPTED: in TestVp9Controls()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c699 {VP8D_GET_FRAME_CORRUPTED, ctrl_get_frame_corrupted},
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c787 {VP8D_GET_FRAME_CORRUPTED, vp8_get_frame_corrupted},
/external/libvpx/libvpx/
Dvpxdec.c851 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) { in main_loop()