Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c422 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/
Dvp9_dx_iface.c371 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/
Dframe_size_tests.cc56 expected_res_ = VPX_CODEC_CORRUPT_FRAME; in TEST_F()
/external/libvpx/libvpx/vp8/encoder/
Dboolhuff.h57 vpx_internal_error(error, VPX_CODEC_CORRUPT_FRAME, in validate_buffer()
Donyx_if.c4927 return VPX_CODEC_CORRUPT_FRAME; in vp8_get_compressed_data()
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c59 case VPX_CODEC_CORRUPT_FRAME: in vpx_codec_err_to_string()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h129 VPX_CODEC_CORRUPT_FRAME, enumerator
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c799 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/
Dvp8_dx_iface.c432 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()
Dvp8_cx_iface.c936 if(comp_data_state == VPX_CODEC_CORRUPT_FRAME) in vp8e_encode()
937 return VPX_CODEC_CORRUPT_FRAME; in vp8e_encode()