Home | History | Annotate | Download | only in lib_src

Lines Matching defs:readLen

870         EAS_I32 readLen;
887 readLen = pSMFData->metadata.bufferSize - 1;
888 if ((EAS_I32) len < readLen)
889 readLen = (EAS_I32) len;
890 if ((result = EAS_HWReadFile(pEASData->hwInstData, pSMFStream->fileHandle, pSMFData->metadata.buffer, readLen, &readLen)) != EAS_SUCCESS)
892 pSMFData->metadata.buffer[readLen] = 0;