Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c130 p_strm->startcode_found = p_strm->endcode_found; in reset_nalu()
142 if (p_strm->startcode_found) { in find_prefix_code()
145 p_strm->startcode_found = 1; in find_prefix_code()
571 if (p_strm->startcode_found) { in parse_prepare()
647 if (p_strm->startcode_found) { in parse_prepare_fast()
707 p_strm->startcode_found = 0; in parse_prepare_fast()
772 p_strm->startcode_found = 1; in parse_prepare_avcC_header()
802 if (p_strm->startcode_found) { in parse_prepare_avcC_data()
811 p_strm->startcode_found = 1; in parse_prepare_avcC_data()
821 p_strm->startcode_found = 1; in parse_prepare_avcC_data()
[all …]
H A Dh264d_api.c435 p_strm->startcode_found = 0; in h264d_reset()
437 p_strm->startcode_found = p_Dec->p_Inp->is_nalff; in h264d_reset()
H A Dh264d_global.h933 RK_U8 startcode_found; member