Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_log.h86 #define BASE_CONVERSION_OPERATOR 2 macro
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp109 for (size_t i = 0; i < sizeof(description[times].uuid) * BASE_CONVERSION_OPERATOR; in OH_MediaKeySystem_GetMediaKeySystems()
110 i += BASE_CONVERSION_OPERATOR) { in OH_MediaKeySystem_GetMediaKeySystems()
111 std::string byteStr = it->second.substr(i, BASE_CONVERSION_OPERATOR); in OH_MediaKeySystem_GetMediaKeySystems()
113 description[times].uuid[i/BASE_CONVERSION_OPERATOR] = byte; in OH_MediaKeySystem_GetMediaKeySystems()