Searched refs:corrupted (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_host_metrics.h44 void RecordDictionaryCorruptionStats(bool corrupted);
H A Dspellcheck_host_metrics.cc84 void SpellCheckHostMetrics::RecordDictionaryCorruptionStats(bool corrupted) { argument
85 UMA_HISTOGRAM_BOOLEAN("SpellCheck.DictionaryCorrupted", corrupted);
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h54 int corrupted; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodframe.c542 ref_fb_corrupted[i] = this_fb->corrupted;
646 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame];
654 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
979 xd->corrupted = 0; /* init without corruption */
1004 xd->corrupted = 0;
1005 yv12_fb_new->corrupted = 0;
1235 xd->corrupted |= vp8dx_bool_error(bc);
1236 if (pbi->ec_active && xd->corrupted)
1243 xd->corrupted |= vp8dx_bool_error(bc);
1244 if (pbi->ec_active && xd->corrupted)
[all...]
H A Donyxd_if.c292 * mark only the last buffer as corrupted.
294 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1;
343 * mark only the last buffer as corrupted.
345 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1;
H A Dthreading.c335 ref_fb_corrupted[i] = this_fb->corrupted;
472 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame];
479 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c91 ybf->corrupted = 0; /* assume not currupted by errors */
195 ybf->corrupted = 0; /* assume not corrupted by errors */
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodframe.c213 xd->corrupted |= cfg->corrupted;
263 xd->corrupted |= vp9_reader_has_error(r);
959 xd->corrupted = 0;
960 new_fb->corrupted = 0;
981 new_fb->corrupted |= read_compressed_header(pbi, data, first_partition_size);
996 new_fb->corrupted |= xd->corrupted;
999 if (keyframe && !new_fb->corrupted)
H A Dvp9_onyxd_if.c302 * mark only the last buffer as corrupted.
309 cm->yv12_fb[cm->active_ref_idx[0]].corrupted = 1;
319 * mark only the last buffer as corrupted.
326 cm->yv12_fb[cm->active_ref_idx[0]].corrupted = 1;
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h285 int corrupted; member in struct:macroblockd
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c654 int *corrupted = va_arg(args, int *); local
656 if (corrupted) {
658 *corrupted = pbi->common.frame_to_show->corrupted;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c862 int *corrupted = va_arg(args, int *); local
865 if (corrupted && pbi)
867 *corrupted = pbi->common.frame_to_show->corrupted;
/external/libvpx/libvpx/
H A Dvpxdec.c998 int corrupted; local
1034 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
1039 frames_corrupted += corrupted;
1138 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted);
/external/e2fsprogs/
H A De2fsprogs.spec24 repair a corrupted filesystem or to create test cases for e2fsck),
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h239 int corrupted; member in struct:macroblockd
/external/qemu/
H A Dmonitor.c2997 monitor_printf(cur_mon, "corrupted command\n");

Completed in 946 milliseconds