Searched refs:residue (Results 1 – 3 of 3) sorted by relevance
68 vector<string> &residue, string &path) in ParseSplitsItem() argument75 residue.emplace_back(splits[i]); in ParseSplitsItem()87 vector<string> residue; in ParseReportInfo() local90 ParseSplitsItem(splits, keys, residue, path); in ParseReportInfo()91 if (residue.size() != keys.size() - 1) { in ParseReportInfo()96 … fileStat.encodeFlag = residue[keys.find(INFO_ENCODE_FLAG)->second] == "1" ? true : false; in ParseReportInfo()103 fileStat.mode = residue[keys.find(INFO_MODE)->second]; in ParseReportInfo()106 fileStat.isDir = residue[keys.find(INFO_DIR)->second] == "1" ? true : false; in ParseReportInfo()109 stringstream sizeStr(residue[keys.find(INFO_SIZE)->second]); in ParseReportInfo()115 stringstream mtimeStr(residue[keys.find(INFO_MTIME)->second]); in ParseReportInfo()[all …]
794 if (dma_state.residue) {795 currentPointer = buf_size - dma_state.residue;826 解决方案:Rk3568PcmPointer函数返回值为DMA搬运的内存位置,用缓存区buf与dma_state.residue的差值计算
800 if (dma_state.residue) {801 currentPointer = buf_size - dma_state.residue;832 …MA transfer, which is calculated based on the difference between **buf** and **dma_state.residue**.