Home
last modified time | relevance | path

Searched refs:ERROR_INCOMPLETE_FRAME (Results 1 – 4 of 4) sorted by relevance

/external/libavc/decoder/
Dih264d_error_handler.h115 ERROR_INCOMPLETE_FRAME = 0x95 enumerator
Dih264d_parse_headers.c1087 return ERROR_INCOMPLETE_FRAME; in ih264d_parse_nal_unit()
Dih264d_parse_slice.c1403 return ERROR_INCOMPLETE_FRAME; in ih264d_parse_decode_slice()
Dih264d_api.c2077 if((ret == ERROR_INCOMPLETE_FRAME) || (ret == ERROR_DANGLING_FIELD_IN_PIC)) in ih264d_video_decode()