Home
last modified time | relevance | path

Searched refs:VPX_CODEC_CORRUPT_FRAME (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c691 &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()
Dthreading.c414 vpx_internal_error(&xd->error_info, VPX_CODEC_CORRUPT_FRAME, in mt_decode_mb_rows()
/external/libvpx/libvpx/test/
Dinvalid_file_test.cc72 res_dec == VPX_CODEC_CORRUPT_FRAME) in HandleDecodeResult()
76 << VPX_CODEC_CORRUPT_FRAME; in HandleDecodeResult()
Dframe_size_tests.cc55 expected_res_ = VPX_CODEC_CORRUPT_FRAME; in TEST_F()
Ddecode_api_test.cc150 : VPX_CODEC_CORRUPT_FRAME, in TestPeekInfo()
Dsvc_datarate_test.cc373 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/
Dvp9_decodeframe.c912 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 …]
Dvp9_decoder.c485 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/
Dboolhuff.h53 vpx_internal_error(error, VPX_CODEC_CORRUPT_FRAME, in validate_buffer()
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c45 case VPX_CODEC_CORRUPT_FRAME: return "Corrupt frame detected"; in vpx_codec_err_to_string()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h130 VPX_CODEC_CORRUPT_FRAME, enumerator
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c165 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()
Dvp8_cx_iface.c849 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/
Dvp9_spatial_svc_encoder.c563 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/
Dvp9_dx_iface.c371 return VPX_CODEC_CORRUPT_FRAME; in decoder_decode()