Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c147 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
157 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
160 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
166 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
175 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
183 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
186 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
195 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
198 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
/external/libvpx/libvpx/test/
Ddecode_api_test.cc53 EXPECT_EQ(VPX_CODEC_UNSUP_BITSTREAM, in TEST()
140 EXPECT_EQ(VPX_CODEC_UNSUP_BITSTREAM, in TEST()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c182 return VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal()
189 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal()
193 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal()
344 if((res == VPX_CODEC_UNSUP_BITSTREAM) && !ctx->si.is_kf) in vp8_decode()
352 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_decode()
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c55 case VPX_CODEC_UNSUP_BITSTREAM: in vpx_codec_err_to_string()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h110 VPX_CODEC_UNSUP_BITSTREAM, enumerator
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1804 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling()
1807 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling()
1819 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling()
1822 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling()
1840 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1846 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1850 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1861 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1885 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1909 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
Dvp9_decodemv.c507 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in read_inter_block_mode_info()
518 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in read_inter_block_mode_info()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c1061 vpx_internal_error(&pc->error, VPX_CODEC_UNSUP_BITSTREAM, in vp8_decode_frame()