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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
H A Dyv12config.h54 int corrupted; member in struct:yv12_buffer_config
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
345 * mark only the last buffer as corrupted.
347 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1;
H A Dthreading.c328 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/vpx_scale/generic/
H A Dyv12config.c102 ybf->corrupted = 0; /* assume not currupted by errors */
271 ybf->corrupted = 0; /* assume not corrupted by errors */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dblockd.h289 int corrupted; member in struct:macroblockd
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c516 int *corrupted = va_arg(args, int *); local
519 if (corrupted) {
521 *corrupted = ctx->pbi->common.frame_to_show->corrupted;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c333 xd->corrupted |= ref_buffer->buf->corrupted;
378 xd->corrupted |= vp9_reader_has_error(r);
854 return !tile_data->xd.corrupted;
960 tile_data->xd.corrupted = 0;
983 pbi->mb.corrupted |= !vp9_worker_sync(worker);
1306 xd->corrupted = 0;
1307 new_fb->corrupted = read_compressed_header(pbi, data, first_partition_size);
1318 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;
H A Dvp9_decodemv.c489 xd->corrupted |= 1;
509 xd->corrupted |= !assign_mv(cm, mbmi->mode, mbmi->mv, nearestmv,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c869 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/
H A Dvp9_blockd.h234 int corrupted; member in struct:macroblockd
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c795 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);

Completed in 1124 milliseconds