Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h47 #define END_NOT_FOUND (-100) macro
H A Dh265d_parser.c97 return END_NOT_FOUND; in hevc_find_frame_end()
114 if (!*buf_size && next == END_NOT_FOUND) { in mpp_combine_frame()
121 if (next == END_NOT_FOUND) { in mpp_combine_frame()
258 if (s->eos && buf_size && next == END_NOT_FOUND) { in h265d_split_frame()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h359 #define END_NOT_FOUND (-100) macro