Searched refs:VPX_CODEC_CORRUPT_FRAME (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/test/ |
D | invalid_file_test.cc | 73 res_dec == VPX_CODEC_CORRUPT_FRAME) in HandleDecodeResult() 76 << expected_res_dec << " or " << VPX_CODEC_CORRUPT_FRAME; in HandleDecodeResult()
|
D | frame_size_tests.cc | 56 expected_res_ = VPX_CODEC_CORRUPT_FRAME; in TEST_F()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 834 VPX_CODEC_CORRUPT_FRAME, "Invalid block size."); in decode_block() 1024 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 1206 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in resize_context_buffers() 1296 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 1308 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 1319 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 1363 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_tile_info() 1384 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer() 1397 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer() 1521 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in decode_tiles() [all …]
|
D | vp9_decoder.c | 474 return VPX_CODEC_CORRUPT_FRAME; in vp9_parse_superframe_index() 484 return VPX_CODEC_CORRUPT_FRAME; in vp9_parse_superframe_index()
|
D | vp9_dthread.c | 102 VPX_CODEC_CORRUPT_FRAME, in vp9_frameworker_wait()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | boolhuff.h | 57 vpx_internal_error(error, VPX_CODEC_CORRUPT_FRAME, in validate_buffer()
|
D | onyx_if.c | 5271 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 | 802 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 817 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 1007 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 1039 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 1376 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 421 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode() 428 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode()
|
D | vp8_cx_iface.c | 955 if(comp_data_state == VPX_CODEC_CORRUPT_FRAME) in vp8e_encode() 956 return VPX_CODEC_CORRUPT_FRAME; in vp8e_encode()
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 516 return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index() 525 return VPX_CODEC_CORRUPT_FRAME; in parse_superframe_index()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 588 return VPX_CODEC_CORRUPT_FRAME; in decoder_decode() 638 return VPX_CODEC_CORRUPT_FRAME; in decoder_decode()
|