Searched defs:corrupted (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h60 int corrupted; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c754 int *corrupted = va_arg(args, int *); local
757 if (corrupted && pbi)
761 *corrupted = frame->corrupted;
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h293 int corrupted; member in struct:macroblockd
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h198 int corrupted; member in struct:macroblockd
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c345 frame_worker_data->pbi->cur_buf->buf.corrupted = 1;
354 frame_worker_data->pbi->cur_buf->buf.corrupted = 1;
931 int *corrupted = va_arg(args, int *); local
933 if (corrupted) {
943 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted;
/external/libvpx/libvpx/
H A Dvpxdec.c887 int corrupted = 0; local
937 vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
942 frames_corrupted += corrupted;
1100 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted);

Completed in 312 milliseconds