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

12

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 286 * 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;
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/vp8/decoder/
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/vp9/decoder/
vp9_decoder.c 303 // 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;
vp9_decodemv.c 489 xd->corrupted |= 1;
509 xd->corrupted |= !assign_mv(cm, mbmi->mode, mbmi->mv, nearestmv,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 292 * mark only the last buffer as corrupted.
294 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1;
345 * mark only the last buffer as corrupted.
347 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 303 // 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;
vp9_decodemv.c 489 xd->corrupted |= 1;
509 xd->corrupted |= !assign_mv(cm, mbmi->mode, mbmi->mv, nearestmv,
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.css 261 .corrupted-repair-button.link-button {
286 .corrupted-repair-button {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h 238 int corrupted; member in struct:macroblockd
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 756 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/
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/vp9/common/
vp9_blockd.h 234 int corrupted; member in struct:macroblockd
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 869 int *corrupted = va_arg(args, int *); local
873 if (corrupted && pbi)
875 *corrupted = pbi->common.frame_to_show->corrupted;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 234 int corrupted; member in struct:macroblockd
  /external/libvpx/libvpx/
vpxdec.c 795 int corrupted; local
832 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
836 frames_corrupted += corrupted;
934 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 795 int corrupted; local
832 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
836 frames_corrupted += corrupted;
934 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted);
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 1035 int corrupted; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 493 xd->corrupted |= 1;
513 xd->corrupted |= !assign_mv(cm, mbmi->mode, mbmi->mv, nearestmv,
  /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 1206 milliseconds

12