Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp51 unsigned char uuidByte = (unsigned char)strtol(byteString.c_str(), NULL, DRM_UUID_LEN); in ProcessApplicationDrmInfo() local
52 info->psshInfo[index].uuid[i / step] = uuidByte; in ProcessApplicationDrmInfo()