Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8dx.h63 VP8D_GET_FRAME_CORRUPTED, enumerator
162 VPX_CTRL_USE_TYPE(VP8D_GET_FRAME_CORRUPTED, int *)
/external/libvpx/libvpx/test/
Ddecode_api_test.cc80 VP8D_GET_FRAME_CORRUPTED, in TestVp9Controls()
87 case VP8D_GET_FRAME_CORRUPTED: in TestVp9Controls()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c636 { VP8D_GET_FRAME_CORRUPTED, vp8_get_frame_corrupted },
/external/libvpx/libvpx/
Dvpxdec.c844 vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) { in main_loop()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c1038 { VP8D_GET_FRAME_CORRUPTED, ctrl_get_frame_corrupted },
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1277 if (vpx_codec_control(decoder_, VP8D_GET_FRAME_CORRUPTED, &corrupted)) { in Decode()