Searched refs:VPX_CODEC_UNSUP_BITSTREAM (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 115 if (data_sz < 1) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 124 if (frame_marker != VP9_FRAME_MARKER) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 126 if (profile >= MAX_PROFILES) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 131 if (profile > 2 && data_sz < 2) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 139 if (data_sz < 10) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 146 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 149 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 157 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 160 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 163 if (data_sz < 11) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
|
/external/libvpx/libvpx/test/ |
D | decode_api_test.cc | 50 EXPECT_EQ(VPX_CODEC_UNSUP_BITSTREAM, in TEST() 131 EXPECT_EQ(VPX_CODEC_UNSUP_BITSTREAM, in TEST() 149 EXPECT_EQ((data_sz < peek_size) ? VPX_CODEC_UNSUP_BITSTREAM in TestPeekInfo() 160 EXPECT_EQ((data_sz < peek_size) ? VPX_CODEC_UNSUP_BITSTREAM : VPX_CODEC_OK, in TestPeekInfo()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 158 return VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal() 167 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal() 297 if ((res == VPX_CODEC_UNSUP_BITSTREAM) && !ctx->si.is_kf) { in vp8_decode() 303 if (!ctx->decoder_init && !ctx->si.is_kf) res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_decode()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_codec.c | 41 case VPX_CODEC_UNSUP_BITSTREAM: in vpx_codec_err_to_string()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 111 VPX_CODEC_UNSUP_BITSTREAM, enumerator
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 737 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in dec_build_inter_predictors_sb() 2593 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling() 2596 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling() 2608 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling() 2611 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling() 2645 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header() 2651 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header() 2655 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header() 2664 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header() 2683 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header() [all …]
|
D | vp9_decodemv.c | 708 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in read_inter_block_mode_info()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 945 vpx_internal_error(&pc->error, VPX_CODEC_UNSUP_BITSTREAM, in vp8_decode_frame()
|