Home
last modified time | relevance | path

Searched refs:ERROR_UNAVAIL_MVBUF_T (Results 1 – 3 of 3) sorted by relevance

/external/libavc/decoder/
Dih264d_error_handler.h64 ERROR_UNAVAIL_MVBUF_T = 0x62, enumerator
Dih264d_parse_slice.c427 ps_dec->i4_error_code = ERROR_UNAVAIL_MVBUF_T; in ih264d_start_of_pic()
428 return ERROR_UNAVAIL_MVBUF_T; in ih264d_start_of_pic()
498 ps_dec->i4_error_code = ERROR_UNAVAIL_MVBUF_T; in ih264d_start_of_pic()
499 return ERROR_UNAVAIL_MVBUF_T; in ih264d_start_of_pic()
Dih264d_api.c1765 case ERROR_UNAVAIL_MVBUF_T: in ih264d_map_error()
2381 || (ret == ERROR_UNAVAIL_MVBUF_T) in ih264d_video_decode()
2443 if((ret1 == ERROR_UNAVAIL_PICBUF_T) || (ret1 == ERROR_UNAVAIL_MVBUF_T) || in ih264d_video_decode()
2453 || (ret == ERROR_UNAVAIL_MVBUF_T) in ih264d_video_decode()