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.c1509 ps_create_op->s_ivd_create_op_t.u4_error_code = IVD_MEM_ALLOC_FAILED; in ih264d_create()
1551 case IVD_MEM_ALLOC_FAILED: in ih264d_map_error()
2101 || (ret == IVD_MEM_ALLOC_FAILED) in ih264d_video_decode()
2159 && (ret != IVD_MEM_ALLOC_FAILED) in ih264d_video_decode()
2190 || (ret == IVD_MEM_ALLOC_FAILED) in ih264d_video_decode()
Dih264d_utils.c830 ps_dec->i4_error_code = IVD_MEM_ALLOC_FAILED; in ih264d_init_pic()
831 return IVD_MEM_ALLOC_FAILED; in ih264d_init_pic()
/external/libhevc/decoder/
Dihevcd_decode.c676 ps_codec->i4_error_code = IVD_MEM_ALLOC_FAILED; in ihevcd_decode()
678 ps_dec_op->u4_error_code |= IVD_MEM_ALLOC_FAILED; in ihevcd_decode()
Dihevcd_api.c2093 ps_create_op->s_ivd_create_op_t.u4_error_code = IVD_MEM_ALLOC_FAILED; in ihevcd_create()