Lines Matching defs:readRet
172 bool readRet;
178 readRet = ReadFile(dataTrackId, info.pts, dataSize);
179 if (!readRet) {
209 } while (readRet)
218 bool readRet;
225 readRet = ReadFile(dataTrackId, info.pts, dataSize);
226 if (!readRet) {
259 }while (readRet)
370 bool readRet;
376 readRet = ReadFileByFd(dataTrackId, info.pts, dataSize, inputFile);
377 if (!readRet) {
411 } while (readRet)