Searched refs:corrupted (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodeframe.c | 535 ref_fb_corrupted[i] = this_fb->corrupted; in decode_mb_rows() 639 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame]; in decode_mb_rows() 647 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows() 963 xd->corrupted = 0; /* init without corruption */ in init_frame() 988 xd->corrupted = 0; in vp8_decode_frame() 989 yv12_fb_new->corrupted = 0; in vp8_decode_frame() 1219 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame() 1220 if (pbi->ec_active && xd->corrupted) in vp8_decode_frame() 1227 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame() 1228 if (pbi->ec_active && xd->corrupted) in vp8_decode_frame() [all …]
|
D | onyxd_if.c | 294 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1; in check_fragments_for_errors() 347 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1; in vp8dx_receive_compressed_data()
|
D | threading.c | 328 ref_fb_corrupted[i] = this_fb->corrupted; in mt_decode_mb_rows() 465 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame]; in mt_decode_mb_rows() 472 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
D | yv12config.h | 54 int corrupted; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 516 int *corrupted = va_arg(args, int *); in get_frame_corrupted() local 519 if (corrupted) { in get_frame_corrupted() 521 *corrupted = ctx->pbi->common.frame_to_show->corrupted; in get_frame_corrupted()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | yv12config.c | 102 ybf->corrupted = 0; /* assume not currupted by errors */ in vp8_yv12_realloc_frame_buffer() 271 ybf->corrupted = 0; /* assume not corrupted by errors */ in vp9_realloc_frame_buffer()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 333 xd->corrupted |= ref_buffer->buf->corrupted; in set_ref() 378 xd->corrupted |= vp9_reader_has_error(r); in decode_block() 854 return !tile_data->xd.corrupted; in tile_worker_hook() 960 tile_data->xd.corrupted = 0; in decode_tiles_mt() 983 pbi->mb.corrupted |= !vp9_worker_sync(worker); in decode_tiles_mt() 1306 xd->corrupted = 0; in vp9_decode_frame() 1307 new_fb->corrupted = read_compressed_header(pbi, data, first_partition_size); in vp9_decode_frame() 1318 new_fb->corrupted |= xd->corrupted; in vp9_decode_frame() 1321 if (keyframe && !new_fb->corrupted) in vp9_decode_frame()
|
D | vp9_decoder.c | 309 cm->frame_refs[0].buf->corrupted = 1; in vp9_receive_compressed_data() 329 cm->frame_refs[0].buf->corrupted = 1; in vp9_receive_compressed_data()
|
D | vp9_decodemv.c | 489 xd->corrupted |= 1; in read_inter_block_mode_info() 509 xd->corrupted |= !assign_mv(cm, mbmi->mode, mbmi->mv, nearestmv, in read_inter_block_mode_info()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | blockd.h | 289 int corrupted; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 869 int *corrupted = va_arg(args, int *); in vp8_get_frame_corrupted() local 873 if (corrupted && pbi) in vp8_get_frame_corrupted() 875 *corrupted = pbi->common.frame_to_show->corrupted; in vp8_get_frame_corrupted()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 795 int corrupted; in main_loop() local 832 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) { in main_loop() 836 frames_corrupted += corrupted; in main_loop()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.h | 234 int corrupted; member
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 5409 # and will be corrupted by setting them based on a non-working compiler. 6648 # and will be corrupted by setting them based on a non-working compiler. 6791 # and will be corrupted by setting them based on a non-working compiler.
|