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

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
HTMLVideoElementMediaSource.cpp 47 unsigned corrupted = 0; local
52 corrupted = webMediaPlayer->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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 54 int corrupted; member in struct:yv12_buffer_config
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodeframe.c 536 ref_fb_corrupted[i] = this_fb->corrupted;
648 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame];
656 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.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);
963 xd->corrupted = 0; /* init without corruption */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.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);
963 xd->corrupted = 0; /* init without corruption */
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 56 int corrupted; member in struct:yv12_buffer_config
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 335 if (ref_buffer->buf->corrupted)
340 xd->corrupted |= ref_buffer->buf->corrupted;
385 xd->corrupted |= vp9_reader_has_error(r);
694 if (buf->corrupted) {
898 tile_data->xd.corrupted = 0;
    [all...]
vp9_decoder.c 226 // mark only the last buffer as corrupted.
232 cm->frame_refs[0].buf->corrupted = 1;
248 // mark only the last buffer as corrupted.
254 cm->frame_refs[0].buf->corrupted = 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12config.c 105 ybf->corrupted = 0; /* assume not currupted by errors */
279 ybf->corrupted = 0; /* assume not corrupted by errors */
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 100 ybf->corrupted = 0; /* assume not currupted by errors */
236 ybf->corrupted = 0; /* assume not corrupted by errors */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 102 ybf->corrupted = 0; /* assume not currupted by errors */
271 ybf->corrupted = 0; /* assume not corrupted by errors */
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h 289 int corrupted; member in struct:macroblockd
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 751 int *corrupted = va_arg(args, int *); local
754 if (corrupted && pbi)
758 *corrupted = frame->corrupted;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 559 int *corrupted = va_arg(args, int *); local
561 if (corrupted != NULL && ctx->pbi != NULL) {
564 *corrupted = frame->corrupted;
  /external/libvpx/libvpx/vp8/common/
blockd.h 289 int corrupted; member in struct:macroblockd
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 531 int *corrupted = va_arg(args, int *); local
533 if (corrupted) {
535 *corrupted = ctx->pbi->common.frame_to_show->corrupted;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 289 int corrupted; member in struct:macroblockd
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 516 int *corrupted = va_arg(args, int *); local
519 if (corrupted) {
521 *corrupted = ctx->pbi->common.frame_to_show->corrupted;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 331 xd->corrupted |= ref_buffer->buf->corrupted;
376 xd->corrupted |= vp9_reader_has_error(r);
852 return !tile_data->xd.corrupted;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 333 xd->corrupted |= ref_buffer->buf->corrupted;
378 xd->corrupted |= vp9_reader_has_error(r);
854 return !tile_data->xd.corrupted;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system.py 169 logging.warning('Blob for %s was corrupted in blobstore!?' % repo_key)
188 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."

Completed in 498 milliseconds

1 2