Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Ddata_parser.cpp47 const char psshIdentifier[4] = {'p', 's', 's', 'h'}; in ParsePssh() local
48 if (memcmp(&initData[readPosition], psshIdentifier, sizeof(psshIdentifier)) != 0) { in ParsePssh()
51 readPosition += sizeof(psshIdentifier); in ParsePssh()