Home
last modified time | relevance | path

Searched refs:VPX_CODEC_ERROR (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c104 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()
Dvpx_codec.c47 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_()
Dvpx_encoder.c215 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/
Donyxd_if.c122 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/
Dvp9_decoder.c199 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()
Dvp9_decodeframe.c901 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/
Dvp9_dx_iface.c206 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()
Dvp9_cx_iface.c770 return VPX_CODEC_ERROR; in vp9e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h94 VPX_CODEC_ERROR, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dexternal_frame_buffer_test.cc459 ASSERT_EQ(VPX_CODEC_ERROR, in TEST_F()