Home | History | Annotate | Download | only in lib_src

Lines Matching full:readlen

865         EAS_I32 readLen;
882 readLen = pSMFData->metadata.bufferSize - 1;
883 if ((EAS_I32) len < readLen)
884 readLen = (EAS_I32) len;
885 if ((result = EAS_HWReadFile(pEASData->hwInstData, pSMFStream->fileHandle, pSMFData->metadata.buffer, readLen, &readLen)) != EAS_SUCCESS)
887 pSMFData->metadata.buffer[readLen] = 0;