Searched refs:VPX_CODEC_ERROR (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vpx/src/ |
D | vpx_codec.c | 47 case VPX_CODEC_ERROR: in vpx_codec_err_to_string() 89 res = VPX_CODEC_ERROR; in vpx_codec_destroy() 116 res = VPX_CODEC_ERROR; in vpx_codec_control_() 120 res = VPX_CODEC_ERROR; in vpx_codec_control_()
|
D | vpx_decoder.c | 95 res = VPX_CODEC_ERROR; in vpx_codec_get_stream_info() 120 res = VPX_CODEC_ERROR; in vpx_codec_decode() 151 res = VPX_CODEC_ERROR; in vpx_codec_register_put_frame_cb() 171 res = VPX_CODEC_ERROR; in vpx_codec_register_put_slice_cb() 190 res = VPX_CODEC_ERROR; in vpx_codec_set_frame_buffer_functions()
|
D | vpx_encoder.c | 211 res = VPX_CODEC_ERROR; in vpx_codec_encode() 262 ctx->err = VPX_CODEC_ERROR; in vpx_codec_get_cx_data() 328 ctx->err = VPX_CODEC_ERROR; in vpx_codec_get_preview_frame() 346 ctx->err = VPX_CODEC_ERROR; in vpx_codec_get_global_headers()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 123 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_get_reference() 132 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_get_reference() 155 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_set_reference() 164 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_set_reference() 347 pbi->common.error.error_code = VPX_CODEC_ERROR; in vp8dx_receive_compressed_data() 353 pbi->common.error.error_code = VPX_CODEC_ERROR; in vp8dx_receive_compressed_data() 463 return VPX_CODEC_ERROR; in vp8_create_decoder_instances() 488 return VPX_CODEC_ERROR; in vp8_remove_decoder_instances()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 166 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_copy_reference_dec() 168 return VPX_CODEC_ERROR; in vp9_copy_reference_dec() 171 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_copy_reference_dec() 176 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_copy_reference_dec() 201 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_set_reference_dec() 207 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_set_reference_dec()
|
D | vp9_decodeframe.c | 1440 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in decode_tiles() 1636 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in decode_tiles_mt()
|
/external/libvpx/libvpx/test/ |
D | decode_api_test.cc | 95 EXPECT_EQ(VPX_CODEC_ERROR, res) << kControls[i]; in TestVp9Controls() 107 EXPECT_EQ(VPX_CODEC_ERROR, vpx_codec_control(dec, VP9_GET_REFERENCE, &ref)); in TestVp9Controls() 117 EXPECT_EQ(VPX_CODEC_ERROR, in TestVp9Controls()
|
D | encode_test_driver.cc | 105 ASSERT_EQ(VPX_CODEC_ERROR, res) << EncoderError(); in Flush()
|
D | external_frame_buffer_test.cc | 478 ASSERT_EQ(VPX_CODEC_ERROR, in TEST_F()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 491 return VPX_CODEC_ERROR; in decode_one() 646 return VPX_CODEC_ERROR; in decoder_decode() 665 return VPX_CODEC_ERROR; in decoder_decode() 815 return VPX_CODEC_ERROR; in decoder_set_fb_fn() 879 if (fb == NULL) return VPX_CODEC_ERROR; in ctrl_get_reference() 931 return VPX_CODEC_ERROR; in ctrl_get_last_ref_updates() 950 return VPX_CODEC_ERROR; in ctrl_get_frame_corrupted() 955 return VPX_CODEC_ERROR; in ctrl_get_frame_corrupted() 982 return VPX_CODEC_ERROR; in ctrl_get_frame_size() 1009 return VPX_CODEC_ERROR; in ctrl_get_display_size() [all …]
|
D | vp9_cx_iface.c | 1050 return VPX_CODEC_ERROR; in encoder_encode() 1213 if (fb == NULL) return VPX_CODEC_ERROR; in ctrl_get_reference()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 94 VPX_CODEC_ERROR, enumerator
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 119 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_encode_tiles_mt()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 760 if (frame == NULL) return VPX_CODEC_ERROR; in vp8_get_frame_corrupted()
|