Home | History | Annotate | Download | only in lib_src

Lines Matching refs:bytesLeft

416     pState->bytesLeft += size;
417 if (pState->bytesLeft > 0)
926 pState->bytesLeft = pState->byteCount;
1189 if (!pState->bytesLeft && pState->pCallback && ((pState->flags & PCM_FLAGS_EMPTY) == 0))
1193 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "RenderPCMStream: After empty callback, bytesLeft = %d\n", pState->bytesLeft); */ }
1224 if (pState->bytesLeft == 0 || pState->state == EAS_STATE_STOPPING)
1263 if ((pState->bytesLeft == 0) && (pState->loopSamples != 0))
1267 pState->bytesLeft = pState->byteCount = (EAS_I32) pState->bytesLeftLoop;
1269 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "LinearPCMDecode: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
1272 if (pState->bytesLeft)
1293 pState->bytesLeft--;
1312 pState->bytesLeft--;
1328 pState->bytesLeft -= 2;
1335 pState->bytesLeft -= 2;
1390 pState->bytesLeft = 0;
1437 pState->bytesLeft = pState->bytesLeftLoop;
1440 while (*pLocation > (EAS_I32) pState->bytesLeft)
1443 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PESeek: Seek to offset = %d\n", pState->bytesLeft); */ }
1444 if ((result = EAS_HWFileSeekOfs(pEASData->hwInstData, pState->fileHandle, pState->bytesLeft)) != EAS_SUCCESS)
1449 *pLocation -= pState->bytesLeft;
1450 pState->bytesLeft = 0;
1457 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PESeek: bytesLeft=%d, byte location = %d\n", pState->bytesLeft, *pLocation); */ }
1460 if (pState->bytesLeft == 0)
1476 pState->bytesLeft = 0x7fffffff;
1478 pState->bytesLeft -= *pLocation;