Searched refs:VPX_CODEC_CORRUPT_FRAME (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 691 &pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 706 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 721 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 760 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 780 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 903 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 931 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 963 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 1226 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, NULL); in vp8_decode_frame() 1249 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/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 | 373 if (data_sz < index_sz) return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index() 379 if (marker != marker2) return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 912 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in decode_block() 1007 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in recon_block() 1045 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in parse_block() 1296 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 1472 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in resize_context_buffers() 1560 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 1569 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 1582 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() 1631 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_tile_info() [all …]
|
D | vp9_decoder.c | 485 if (data_sz < index_sz) return VPX_CODEC_CORRUPT_FRAME; in vp9_parse_superframe_index() 494 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 | 849 return VPX_CODEC_CORRUPT_FRAME; in vp8e_encode() 905 if (comp_data_state == VPX_CODEC_CORRUPT_FRAME) { in vp8e_encode() 906 return VPX_CODEC_CORRUPT_FRAME; in vp8e_encode()
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 563 if (data_sz < index_sz) return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index() 571 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()
|