Home
last modified time | relevance | path

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

/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.cc386 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/
Ddecodeframe.c689 &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()
Dthreading.c414 vpx_internal_error(&xd->error_info, VPX_CODEC_CORRUPT_FRAME, in mt_decode_mb_rows()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c929 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 …]
Dvp9_decoder.c544 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/
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.c888 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/
Dvp9_spatial_svc_encoder.c579 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/
Dvp9_dx_iface.c371 return VPX_CODEC_CORRUPT_FRAME; in decoder_decode()