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

12

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DHTMLVideoElementMediaSource.cpp47 unsigned corrupted = 0; local
52 corrupted = webMediaPlayer->corruptedFrameCount();
55 return VideoPlaybackQuality::create(videoElement.document(), total, dropped, corrupted);
/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/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c536 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);
972 xd->corrupted = 0; /* init without corruption */
997 xd->corrupted = 0;
998 yv12_fb_new->corrupted = 0;
1227 xd->corrupted |= vp8dx_bool_error(bc);
1228 if (pbi->ec_active && xd->corrupted)
1235 xd->corrupted |= vp8dx_bool_error(bc);
1236 if (pbi->ec_active && xd->corrupted)
[all...]
H A Donyxd_if.c286 * mark only the last buffer as corrupted.
288 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1;
325 * mark only the last buffer as corrupted.
327 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1;
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c535 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 */
988 xd->corrupted = 0;
989 yv12_fb_new->corrupted = 0;
1219 xd->corrupted |= vp8dx_bool_error(bc);
1220 if (pbi->ec_active && xd->corrupted)
1227 xd->corrupted |= vp8dx_bool_error(bc);
1228 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;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h56 int corrupted; member in struct:yv12_buffer_config
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c335 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;
925 pbi->mb.corrupted |= tile_data->xd.corrupted;
928 if (cm->lf.filter_level && !pbi->mb.corrupted) {
951 if (cm->lf.filter_level && !pbi->mb.corrupted) {
[all...]
H A Dvp9_decoder.c226 // 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/
H A Dyv12config.c105 ybf->corrupted = 0; /* assume not currupted by errors */
279 ybf->corrupted = 0; /* assume not corrupted by errors */
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c100 ybf->corrupted = 0; /* assume not currupted by errors */
236 ybf->corrupted = 0; /* assume not corrupted by errors */
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dblockd.h289 int corrupted; member in struct:macroblockd
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c751 int *corrupted = va_arg(args, int *); local
754 if (corrupted && pbi)
758 *corrupted = frame->corrupted;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.c559 int *corrupted = va_arg(args, int *); local
561 if (corrupted != NULL && ctx->pbi != NULL) {
564 *corrupted = frame->corrupted;
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h289 int corrupted; member in struct:macroblockd
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c531 int *corrupted = va_arg(args, int *); local
533 if (corrupted) {
535 *corrupted = ctx->pbi->common.frame_to_show->corrupted;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c331 xd->corrupted |= ref_buffer->buf->corrupted;
376 xd->corrupted |= vp9_reader_has_error(r);
852 return !tile_data->xd.corrupted;
962 tile_data->xd.corrupted = 0;
985 pbi->mb.corrupted |= !vp9_worker_sync(worker);
1308 xd->corrupted = 0;
1309 new_fb->corrupted = read_compressed_header(pbi, data, first_partition_size);
1320 new_fb->corrupted |= xd->corrupted;
[all...]
H A Dvp9_decoder.c303 // mark only the last buffer as corrupted.
309 cm->frame_refs[0].buf->corrupted = 1;
323 // mark only the last buffer as corrupted.
329 cm->frame_refs[0].buf->corrupted = 1;
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextensions.css261 .corrupted-repair-button.link-button {
286 .corrupted-repair-button {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h238 int corrupted; member in struct:macroblockd
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc756 int corrupted = 0; local
757 if (vpx_codec_control(decoder_, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
769 (reference_updates & VP8_ALTR_FRAME)) && !corrupted) {
774 if (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/vp9/common/
H A Dvp9_blockd.h234 int corrupted; member in struct:macroblockd

Completed in 384 milliseconds

12