Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c131 p_strm->startcode_found = p_strm->endcode_found; in reset_nalu()
143 if (p_strm->startcode_found) { in find_prefix_code()
146 p_strm->startcode_found = 1; in find_prefix_code()
677 if (p_strm->startcode_found) { in parse_prepare()
759 if (p_strm->startcode_found) { in parse_prepare_fast()
819 p_strm->startcode_found = 0; in parse_prepare_fast()
877 p_strm->startcode_found = 1; in parse_prepare_avcC_header()
907 if (p_strm->startcode_found) { in parse_prepare_avcC_data()
916 p_strm->startcode_found = 1; in parse_prepare_avcC_data()
926 p_strm->startcode_found = 1; in parse_prepare_avcC_data()
[all …]
H A Dh264d_global.h938 RK_U8 startcode_found; member
H A Dh264d_api.c451 p_strm->startcode_found = p_Dec->p_Inp->is_nalff; in h264d_reset()