HomeSort by relevance Sort by last modified time
    Searched refs:corrupted (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
HTMLVideoElementMediaSource.cpp 47 unsigned corrupted = 0; local
52 corrupted = player->corruptedFrameCount();
55 return VideoPlaybackQuality::create(videoElement->document(), total, dropped, corrupted);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics.h 44 void RecordDictionaryCorruptionStats(bool corrupted);
spellcheck_host_metrics.cc 84 void SpellCheckHostMetrics::RecordDictionaryCorruptionStats(bool corrupted) {
85 UMA_HISTOGRAM_BOOLEAN("SpellCheck.DictionaryCorrupted", corrupted);
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 54 int corrupted; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 535 ref_fb_corrupted[i] = this_fb->corrupted;
639 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame];
647 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
972 xd->corrupted = 0; /* init without corruption */
    [all...]
onyxd_if.c 292 * 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;
threading.c 328 ref_fb_corrupted[i] = this_fb->corrupted;
465 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame];
472 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 91 ybf->corrupted = 0; /* assume not currupted by errors */
198 ybf->corrupted = 0; /* assume not corrupted by errors */
  /external/libvpx/libvpx/vp8/common/
blockd.h 285 int corrupted; member in struct:macroblockd
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 657 int *corrupted = va_arg(args, int *); local
659 if (corrupted) {
662 *corrupted = pbi->common.frame_to_show->corrupted;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 394 xd->corrupted |= cfg->corrupted;
452 xd->corrupted |= vp9_reader_has_error(r);
    [all...]
vp9_onyxd_if.c 314 * mark only the last buffer as corrupted.
321 get_frame_ref_buffer(cm, 0)->corrupted = 1;
331 * mark only the last buffer as corrupted.
338 get_frame_ref_buffer(cm, 0)->corrupted = 1;
vp9_decodemv.c 502 xd->corrupted |= 1;
523 xd->corrupted |= !assign_mv(cm, mbmi->mode, mbmi->mv,
  /external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system.py 164 'Blob for %s was corrupted in blobstore!?' % repo_key)
184 raise FileSystemError('Blob for %s was fetched corrupted from %s' %
  /external/chromium_org/v8/test/webkit/
dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js 25 "Tests that code that is dead, unreachable, and contains a chain of nodes that use each other in an untyped way doesn't result in the IR getting corrupted."
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 862 int *corrupted = va_arg(args, int *); local
865 if (corrupted && pbi)
867 *corrupted = pbi->common.frame_to_show->corrupted;
  /external/libvpx/libvpx/
vpxdec.c 982 int corrupted; local
1018 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
1023 frames_corrupted += corrupted;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 216 int corrupted; member in struct:macroblockd
  /external/e2fsprogs/
e2fsprogs.spec 24 repair a corrupted filesystem or to create test cases for e2fsck),
  /external/qemu/
monitor.c     [all...]
  /external/v8/tools/
tickprocessor.js 209 // otherwise tick balance will be corrupted (this behavior is compatible
  /external/chromium_org/v8/tools/
tickprocessor.js 228 // otherwise tick balance will be corrupted (this behavior is compatible
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 868 milliseconds