Searched refs:VPX_CODEC_CORRUPT_FRAME (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 422 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in decode_partition() 469 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 626 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in resize_context_buffers() 684 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 696 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 723 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_tile_info() 750 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer() 763 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer() 1081 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, "Truncated packet"); in error_handler() 1258 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in read_uncompressed_header() [all …]
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 371 return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index() 381 return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index() 447 return VPX_CODEC_CORRUPT_FRAME; in decoder_decode() 480 return VPX_CODEC_CORRUPT_FRAME; in decoder_decode()
|
/external/libvpx/libvpx/test/ |
D | frame_size_tests.cc | 56 expected_res_ = VPX_CODEC_CORRUPT_FRAME; in TEST_F()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | boolhuff.h | 57 vpx_internal_error(error, VPX_CODEC_CORRUPT_FRAME, in validate_buffer()
|
D | onyx_if.c | 4927 return VPX_CODEC_CORRUPT_FRAME; in vp8_get_compressed_data()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_codec.c | 59 case VPX_CODEC_CORRUPT_FRAME: in vpx_codec_err_to_string()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 129 VPX_CODEC_CORRUPT_FRAME, enumerator
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 799 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 814 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 1004 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 1036 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 1374 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 432 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode() 439 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode()
|
D | vp8_cx_iface.c | 936 if(comp_data_state == VPX_CODEC_CORRUPT_FRAME) in vp8e_encode() 937 return VPX_CODEC_CORRUPT_FRAME; in vp8e_encode()
|