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.c115 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()
/external/libvpx/libvpx/test/
Ddecode_api_test.cc50 EXPECT_EQ(VPX_CODEC_UNSUP_BITSTREAM, in TEST()
131 EXPECT_EQ(VPX_CODEC_UNSUP_BITSTREAM, in TEST()
159 (data_sz < 10) ? VPX_CODEC_UNSUP_BITSTREAM : VPX_CODEC_CORRUPT_FRAME, in TEST()
169 EXPECT_EQ((data_sz < 10) ? VPX_CODEC_UNSUP_BITSTREAM : VPX_CODEC_OK, in TEST()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c152 return VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal()
161 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal()
291 if ((res == VPX_CODEC_UNSUP_BITSTREAM) && !ctx->si.is_kf) { in vp8_decode()
297 if (!ctx->decoder_init && !ctx->si.is_kf) res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_decode()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c652 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in dec_build_inter_predictors_sb()
1703 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling()
1706 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling()
1718 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling()
1721 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling()
1739 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1745 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1749 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1758 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
1777 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
[all …]
Dvp9_decodemv.c711 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in read_inter_block_mode_info()
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c41 case VPX_CODEC_UNSUP_BITSTREAM: in vpx_codec_err_to_string()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h111 VPX_CODEC_UNSUP_BITSTREAM, enumerator
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c935 vpx_internal_error(&pc->error, VPX_CODEC_UNSUP_BITSTREAM, in vp8_decode_frame()