Searched refs:uuidByte (Results 1 – 1 of 1) sorted by relevance
51 unsigned char uuidByte = (unsigned char)strtol(byteString.c_str(), NULL, DRM_UUID_LEN); in ProcessApplicationDrmInfo() local52 info->psshInfo[index].uuid[i / step] = uuidByte; in ProcessApplicationDrmInfo()