Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h47 #define END_NOT_FOUND (-100) macro
H A Dh265d_parser.c91 return END_NOT_FOUND; in hevc_find_frame_end()
108 if (!*buf_size && next == END_NOT_FOUND) { in mpp_combine_frame()
115 if (next == END_NOT_FOUND) { in mpp_combine_frame()
252 if (s->eos && buf_size && next == END_NOT_FOUND) { in h265d_split_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h359 #define END_NOT_FOUND (-100) macro