Home
last modified time | relevance | path

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

/external/libvpx/vpx/src/
Dvpx_codec.c60 case VPX_CODEC_UNSUP_BITSTREAM: in vpx_codec_err_to_string()
/external/libvpx/vpx/
Dvpx_decoder_compat.h52 VPX_DEC_UNSUP_BITSTREAM = VPX_CODEC_UNSUP_BITSTREAM,
Dvpx_codec.h102 VPX_CODEC_UNSUP_BITSTREAM, enumerator
/external/libvpx/vp8/
Dvp8_dx_iface.c253 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si()
260 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si()
263 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si()
/external/libvpx/vp8/decoder/
Ddecodframe.c608 vpx_internal_error(&pc->error, VPX_CODEC_UNSUP_BITSTREAM, in vp8_decode_frame()