Searched refs:VPX_CODEC_CORRUPT_FRAME (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/test/ |
D | invalid_file_test.cc | 72 res_dec == VPX_CODEC_CORRUPT_FRAME) in HandleDecodeResult() 76 << VPX_CODEC_CORRUPT_FRAME; in HandleDecodeResult()
|
D | frame_size_tests.cc | 55 expected_res_ = VPX_CODEC_CORRUPT_FRAME; in TEST_F()
|
D | decode_api_test.cc | 150 : VPX_CODEC_CORRUPT_FRAME, in TestPeekInfo()
|
D | svc_datarate_test.cc | 386 if (data_sz < index_sz) return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index() 392 if (marker != marker2) return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 689 &pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 704 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 719 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 758 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 778 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 901 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 929 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 961 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 1224 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, NULL); in vp8_decode_frame() 1247 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame()
|
D | threading.c | 414 vpx_internal_error(&xd->error_info, VPX_CODEC_CORRUPT_FRAME, in mt_decode_mb_rows()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 929 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in decode_block() 1042 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in recon_block() 1079 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in parse_block() 1305 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 1481 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in resize_context_buffers() 1569 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 1578 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 1591 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 1600 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 1640 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_tile_info() [all …]
|
D | vp9_decoder.c | 544 if (data_sz < index_sz) return VPX_CODEC_CORRUPT_FRAME; in vp9_parse_superframe_index() 553 if (marker != marker2) return VPX_CODEC_CORRUPT_FRAME; in vp9_parse_superframe_index()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | boolhuff.h | 53 vpx_internal_error(error, VPX_CODEC_CORRUPT_FRAME, in validate_buffer()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_codec.c | 45 case VPX_CODEC_CORRUPT_FRAME: return "Corrupt frame detected"; in vpx_codec_err_to_string()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 130 VPX_CODEC_CORRUPT_FRAME, enumerator
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 165 if (!(si->h && si->w)) res = VPX_CODEC_CORRUPT_FRAME; in vp8_peek_si_internal() 391 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode() 397 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode()
|
D | vp8_cx_iface.c | 888 return VPX_CODEC_CORRUPT_FRAME; in vp8e_encode() 943 if (comp_data_state == VPX_CODEC_CORRUPT_FRAME) { in vp8e_encode() 944 return VPX_CODEC_CORRUPT_FRAME; in vp8e_encode()
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 579 if (data_sz < index_sz) return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index() 587 if (marker != marker2) return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 371 return VPX_CODEC_CORRUPT_FRAME; in decoder_decode()
|