Lines Matching refs:length
673 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()
755 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()
779 pkt_impl->length = 0; in parse_prepare_fast()
806 p_Inp->in_length = pkt_impl->length; in parse_prepare_fast()
875 pkt_impl->length = 0; in parse_prepare_avcC_header()
912 pkt_impl->length = 0; in parse_prepare_avcC_data()
933 pkt_impl->length -= p_Inp->nal_size; in parse_prepare_avcC_data()
944 pkt_impl->length -= p_strm->nalu_len; in parse_prepare_avcC_data()
954 pkt_impl->length = 0; in parse_prepare_avcC_data()