/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 136 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_get_reference() 145 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_get_reference() 167 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_set_reference() 176 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_set_reference() 332 pbi->common.error.error_code = VPX_CODEC_ERROR; in vp8dx_receive_compressed_data() 343 pbi->common.error.error_code = VPX_CODEC_ERROR; in vp8dx_receive_compressed_data() 434 if (!fb->pbi[0]) return VPX_CODEC_ERROR; in vp8_create_decoder_instances() 441 return VPX_CODEC_ERROR; in vp8_create_decoder_instances() 455 if (!pbi) return VPX_CODEC_ERROR; in vp8_remove_decoder_instances()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_decoder.c | 92 res = VPX_CODEC_ERROR; in vpx_codec_get_stream_info() 114 res = VPX_CODEC_ERROR; in vpx_codec_decode() 143 res = VPX_CODEC_ERROR; in vpx_codec_register_put_frame_cb() 162 res = VPX_CODEC_ERROR; in vpx_codec_register_put_slice_cb() 181 res = VPX_CODEC_ERROR; in vpx_codec_set_frame_buffer_functions()
|
D | vpx_codec.c | 36 case VPX_CODEC_ERROR: return "Unspecified internal error"; in vpx_codec_err_to_string() 71 res = VPX_CODEC_ERROR; in vpx_codec_destroy() 94 res = VPX_CODEC_ERROR; in vpx_codec_control_()
|
D | vpx_encoder.c | 202 res = VPX_CODEC_ERROR; in vpx_codec_encode() 252 ctx->err = VPX_CODEC_ERROR; in vpx_codec_get_cx_data() 315 ctx->err = VPX_CODEC_ERROR; in vpx_codec_get_preview_frame() 332 ctx->err = VPX_CODEC_ERROR; in vpx_codec_get_global_headers()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 309 if (!ctx->si.is_kf && !is_intra_only) return VPX_CODEC_ERROR; in decode_one() 439 return VPX_CODEC_ERROR; in decoder_set_fb_fn() 479 if (fb == NULL) return VPX_CODEC_ERROR; in ctrl_get_reference() 523 return VPX_CODEC_ERROR; in ctrl_get_last_ref_updates() 537 if (ctx->pbi->common.frame_to_show == NULL) return VPX_CODEC_ERROR; in ctrl_get_frame_corrupted() 542 return VPX_CODEC_ERROR; in ctrl_get_frame_corrupted() 560 return VPX_CODEC_ERROR; in ctrl_get_frame_size() 578 return VPX_CODEC_ERROR; in ctrl_get_render_size() 595 return VPX_CODEC_ERROR; in ctrl_get_bit_depth()
|
D | vp9_cx_iface.c | 1185 vpx_internal_error(&cpi->common.error, VPX_CODEC_ERROR, in encoder_encode() 1187 return VPX_CODEC_ERROR; in encoder_encode() 1325 if (fb == NULL) return VPX_CODEC_ERROR; in ctrl_get_reference()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 207 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_copy_reference_dec() 209 return VPX_CODEC_ERROR; in vp9_copy_reference_dec() 212 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_copy_reference_dec() 217 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, "Invalid reference frame"); in vp9_copy_reference_dec() 245 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, "Invalid reference frame"); in vp9_set_reference_dec() 250 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_set_reference_dec() 259 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_set_reference_dec()
|
D | vp9_decodeframe.c | 1709 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in decode_tiles() 1981 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in decode_tiles_mt()
|
/external/libvpx/libvpx/test/ |
D | decode_api_test.cc | 88 EXPECT_EQ(VPX_CODEC_ERROR, res) << kControls[i]; in TestVp9Controls() 98 EXPECT_EQ(VPX_CODEC_ERROR, vpx_codec_control(dec, VP9_GET_REFERENCE, &ref)); in TestVp9Controls() 108 EXPECT_EQ(VPX_CODEC_ERROR, in TestVp9Controls()
|
D | encode_test_driver.cc | 96 ASSERT_EQ(VPX_CODEC_ERROR, res) << EncoderError(); in Flush()
|
D | external_frame_buffer_test.cc | 497 ASSERT_EQ(VPX_CODEC_ERROR, in TEST_F()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 95 VPX_CODEC_ERROR, enumerator
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 316 return VPX_CODEC_ERROR; in vp8_decode() 661 if (frame == NULL) return VPX_CODEC_ERROR; in vp8_get_frame_corrupted()
|
D | vp8_cx_iface.c | 808 if (!ctx->cpi) return VPX_CODEC_ERROR; in vp8e_encode() 812 if (!low_res_frame_info) return VPX_CODEC_ERROR; in vp8e_encode()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 127 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in create_enc_workers()
|
D | vp9_encoder.c | 5329 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, 5338 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, 5348 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, 5356 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, 5365 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, 5374 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, 5382 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
|