Home
last modified time | relevance | path

Searched refs:VPX_CODEC_UNSUP_BITSTREAM (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c90 if (data_sz <= 8) return VPX_CODEC_UNSUP_BITSTREAM; in vp9_peek_si()
103 return VPX_CODEC_UNSUP_BITSTREAM; in vp9_peek_si()
104 if (version > 1) return VPX_CODEC_UNSUP_BITSTREAM; in vp9_peek_si()
121 return VPX_CODEC_UNSUP_BITSTREAM; in vp9_peek_si()
136 return VPX_CODEC_UNSUP_BITSTREAM; in vp9_peek_si()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c229 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal()
236 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal()
240 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal()
381 if((res == VPX_CODEC_UNSUP_BITSTREAM) && !ctx->si.is_kf) in vp8_decode()
389 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_decode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h110 VPX_CODEC_UNSUP_BITSTREAM, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_codec.c55 case VPX_CODEC_UNSUP_BITSTREAM: in vpx_codec_err_to_string()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c329 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in set_ref()
1000 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in check_sync_code()
1012 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, \
1024 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1036 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1069 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
Dvp9_decodemv.c448 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_inter_block_mode_info()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c1046 vpx_internal_error(&pc->error, VPX_CODEC_UNSUP_BITSTREAM, in vp8_decode_frame()