Searched refs:pkt_impl (Results 1 – 1 of 1) sorted by relevance
653 MppPacketImpl *pkt_impl = (MppPacketImpl *)p_Inp->in_pkt; in parse_prepare() local673 while (pkt_impl->length > 0) { in parse_prepare()675 pkt_impl->length--; in parse_prepare()716 p_Inp->in_length = pkt_impl->length; in parse_prepare()750 MppPacketImpl *pkt_impl = (MppPacketImpl *)p_Inp->in_pkt; in parse_prepare_fast() local755 while (pkt_impl->length > 0) { in parse_prepare_fast()757 pkt_impl->length--; in parse_prepare_fast()773 p_strm->nalu_len += (RK_U32)pkt_impl->length; in parse_prepare_fast()775 RK_U32 add_size = pkt_impl->length + 1 - p_strm->nalu_max_size; in parse_prepare_fast()778 memcpy(&p_strm->nalu_buf[0], p_strm->curdata, pkt_impl->length + 1); in parse_prepare_fast()[all …]