Home
last modified time | relevance | path

Searched refs:streamName (Results 1 – 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
DIStreamInformation.c178 char streamName[16]; // large enough for the fixed format in next line in IStreamInformation_QueryStreamName() local
179 snprintf(streamName, sizeof(streamName), "stream%u", streamIndex); in IStreamInformation_QueryStreamName()
180 size_t actualNameLength = strlen(streamName); in IStreamInformation_QueryStreamName()
187 memcpy(pName, streamName, availableNameLength); in IStreamInformation_QueryStreamName()
190 memcpy(pName, streamName, availableNameLength); in IStreamInformation_QueryStreamName()
193 memcpy(pName, streamName, actualNameLength + 1); in IStreamInformation_QueryStreamName()