Home
last modified time | relevance | path

Searched refs:IVD_MEM_ALLOC_FAILED (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/common/
Divd.h231 IVD_MEM_ALLOC_FAILED = 0x2b, enumerator
/external/libavc/decoder/
Divd.h233 IVD_MEM_ALLOC_FAILED = 0x2b, enumerator
Dih264d_api.c1525 ps_create_op->s_ivd_create_op_t.u4_error_code = IVD_MEM_ALLOC_FAILED; in ih264d_create()
1567 case IVD_MEM_ALLOC_FAILED: in ih264d_map_error()
2232 || (ret == IVD_MEM_ALLOC_FAILED) in ih264d_video_decode()
2291 && (ret != IVD_MEM_ALLOC_FAILED) in ih264d_video_decode()
2323 || (ret == IVD_MEM_ALLOC_FAILED) in ih264d_video_decode()
Dih264d_utils.c795 ps_dec->i4_error_code = IVD_MEM_ALLOC_FAILED; in ih264d_init_pic()
796 return IVD_MEM_ALLOC_FAILED; in ih264d_init_pic()
/external/libhevc/decoder/
Dihevcd_decode.c717 ps_codec->i4_error_code = IVD_MEM_ALLOC_FAILED; in ihevcd_decode()
719 ps_dec_op->u4_error_code |= IVD_MEM_ALLOC_FAILED; in ihevcd_decode()
Dihevcd_api.c2114 ps_create_op->s_ivd_create_op_t.u4_error_code = IVD_MEM_ALLOC_FAILED; in ihevcd_create()