Searched refs:VPX_CODEC_CORRUPT_FRAME (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | boolhuff.h | 61 vpx_internal_error(error, VPX_CODEC_CORRUPT_FRAME, in validate_buffer()
|
D | onyx_if.c | 4910 return VPX_CODEC_CORRUPT_FRAME; in vp8_get_compressed_data()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_codec.h | 129 VPX_CODEC_CORRUPT_FRAME, enumerator
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_codec.c | 59 case VPX_CODEC_CORRUPT_FRAME: in vpx_codec_err_to_string()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 461 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 669 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 760 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile() 767 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile() 1007 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, "Truncated packet"); in error_handler() 1146 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in read_uncompressed_header() 1277 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in vp9_decode_frame() 1324 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME, in vp9_decode_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodeframe.c | 790 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 805 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in read_available_partition_size() 995 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 1028 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame() 1366 vpx_internal_error(&pbi->common.error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 489 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode() 496 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, in vp8_decode()
|
D | vp8_cx_iface.c | 880 if(comp_data_state == VPX_CODEC_CORRUPT_FRAME) in vp8e_encode() 881 return VPX_CODEC_CORRUPT_FRAME; in vp8e_encode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 346 return VPX_CODEC_CORRUPT_FRAME; in vp9_decode()
|