Home
last modified time | relevance | path

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/
Dboolhuff.h61 vpx_internal_error(error, VPX_CODEC_CORRUPT_FRAME, in validate_buffer()
Donyx_if.c4910 return VPX_CODEC_CORRUPT_FRAME; in vp8_get_compressed_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h129 VPX_CODEC_CORRUPT_FRAME, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_codec.c59 case VPX_CODEC_CORRUPT_FRAME: in vpx_codec_err_to_string()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c461 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/
Ddecodeframe.c790 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/
Dvp8_dx_iface.c489 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()
Dvp8_cx_iface.c880 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/
Dvp9_dx_iface.c346 return VPX_CODEC_CORRUPT_FRAME; in vp9_decode()