Searched refs:VPX_CODEC_UNSUP_BITSTREAM (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 154 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 156 if (profile >= MAX_PROFILES) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 164 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 172 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 175 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 184 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal() 187 return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 195 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal() 202 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal() 206 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_peek_si_internal() 355 if((res == VPX_CODEC_UNSUP_BITSTREAM) && !ctx->si.is_kf) in vp8_decode() 363 res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_decode()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 331 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in set_ref() 1109 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling() 1112 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling() 1123 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling() 1126 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_bitdepth_colorspace_sampling() 1141 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header() 1146 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header() 1155 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header() 1172 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header() 1192 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_uncompressed_header()
|
D | vp9_decodemv.c | 441 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_inter_block_mode_info() 452 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM, in read_inter_block_mode_info()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_codec.c | 55 case VPX_CODEC_UNSUP_BITSTREAM: in vpx_codec_err_to_string()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 110 VPX_CODEC_UNSUP_BITSTREAM, enumerator
|
/external/libvpx/libvpx/test/ |
D | decode_api_test.cc | 49 EXPECT_EQ(VPX_CODEC_UNSUP_BITSTREAM, in TEST()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 1054 vpx_internal_error(&pc->error, VPX_CODEC_UNSUP_BITSTREAM, in vp8_decode_frame()
|