Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_decode.c142 case IVD_MEM_ALLOC_FAILED: in ihevcd_map_error()
732 ps_codec->i4_error_code = IVD_MEM_ALLOC_FAILED; in ihevcd_decode()
734 ps_dec_op->u4_error_code |= IVD_MEM_ALLOC_FAILED; in ihevcd_decode()
Dihevcd_api.c2210 ps_create_op->s_ivd_create_op_t.u4_error_code = IVD_MEM_ALLOC_FAILED; in ihevcd_create()
/external/libhevc/common/
Divd.h231 IVD_MEM_ALLOC_FAILED = 0x2b, enumerator
/external/libavc/decoder/
Divd.h245 IVD_MEM_ALLOC_FAILED = 0x2b, enumerator
Dih264d_api.c1709 ps_create_op->s_ivd_create_op_t.u4_error_code = IVD_MEM_ALLOC_FAILED; in ih264d_create()
1751 case IVD_MEM_ALLOC_FAILED: in ih264d_map_error()
2383 || (ret == IVD_MEM_ALLOC_FAILED) in ih264d_video_decode()
2423 && (ret != IVD_MEM_ALLOC_FAILED) in ih264d_video_decode()
2455 || (ret == IVD_MEM_ALLOC_FAILED) in ih264d_video_decode()
Dih264d_utils.c878 ps_dec->i4_error_code = IVD_MEM_ALLOC_FAILED; in ih264d_init_pic()
879 return IVD_MEM_ALLOC_FAILED; in ih264d_init_pic()