Searched refs:VPX_CODEC_ERROR (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_decoder.c | 104 res = VPX_CODEC_ERROR; in vpx_codec_get_stream_info() 129 res = VPX_CODEC_ERROR; in vpx_codec_decode() 160 res = VPX_CODEC_ERROR; in vpx_codec_register_put_frame_cb() 180 res = VPX_CODEC_ERROR; in vpx_codec_register_put_slice_cb() 199 res = VPX_CODEC_ERROR; in vpx_codec_get_mem_map() 215 res = VPX_CODEC_ERROR; in vpx_codec_set_mem_map() 243 res = VPX_CODEC_ERROR; in vpx_codec_set_frame_buffer_functions()
|
D | vpx_codec.c | 47 case VPX_CODEC_ERROR: in vpx_codec_err_to_string() 89 res = VPX_CODEC_ERROR; in vpx_codec_destroy() 117 res = VPX_CODEC_ERROR; in vpx_codec_control_() 121 res = VPX_CODEC_ERROR; in vpx_codec_control_()
|
D | vpx_encoder.c | 215 res = VPX_CODEC_ERROR; in vpx_codec_encode() 266 ctx->err = VPX_CODEC_ERROR; in vpx_codec_get_cx_data() 332 ctx->err = VPX_CODEC_ERROR; in vpx_codec_get_preview_frame() 350 ctx->err = VPX_CODEC_ERROR; in vpx_codec_get_global_headers()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | onyxd_if.c | 122 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_get_reference() 131 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_get_reference() 154 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_set_reference() 163 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_set_reference() 364 pbi->common.error.error_code = VPX_CODEC_ERROR; in vp8dx_receive_compressed_data() 370 pbi->common.error.error_code = VPX_CODEC_ERROR; in vp8dx_receive_compressed_data() 487 return VPX_CODEC_ERROR; in vp8_create_decoder_instances() 512 return VPX_CODEC_ERROR; in vp8_remove_decoder_instances()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 199 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_copy_reference_dec() 204 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_copy_reference_dec() 228 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_set_reference_dec() 234 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_set_reference_dec() 342 cm->error.error_code = VPX_CODEC_ERROR; in vp9_receive_compressed_data()
|
D | vp9_decodeframe.c | 901 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in decode_tiles_mt() 1287 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_decode_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 206 res = VPX_CODEC_ERROR; in decode_one() 403 return VPX_CODEC_ERROR; in vp9_set_fb_fn() 506 return VPX_CODEC_ERROR; in get_last_ref_updates() 523 return VPX_CODEC_ERROR; in get_frame_corrupted() 541 return VPX_CODEC_ERROR; in get_display_size()
|
D | vp9_cx_iface.c | 770 return VPX_CODEC_ERROR; in vp9e_encode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_codec.h | 94 VPX_CODEC_ERROR, enumerator
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | external_frame_buffer_test.cc | 459 ASSERT_EQ(VPX_CODEC_ERROR, in TEST_F()
|