Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c547 MppPacketImpl *pkt_impl = (MppPacketImpl *)p_Inp->in_pkt; in parse_prepare() local
567 while (pkt_impl->length > 0) { in parse_prepare()
569 pkt_impl->length--; in parse_prepare()
605 p_Inp->in_length = pkt_impl->length; in parse_prepare()
638 MppPacketImpl *pkt_impl = (MppPacketImpl *)p_Inp->in_pkt; in parse_prepare_fast() local
643 while (pkt_impl->length > 0) { in parse_prepare_fast()
645 pkt_impl->length--; in parse_prepare_fast()
661 p_strm->nalu_len += (RK_U32)pkt_impl->length; in parse_prepare_fast()
663 RK_U32 add_size = pkt_impl->length + 1 - p_strm->nalu_max_size; in parse_prepare_fast()
666 memcpy(&p_strm->nalu_buf[0], p_strm->curdata, pkt_impl->length + 1); in parse_prepare_fast()
[all …]