Home
last modified time | relevance | path

Searched refs:BASE_64_CHARS (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/distributed_camera/hdi_service/src/utils/
H A Ddcamera.cpp97 ret += BASE_64_CHARS[charArray4[i]]; in Base64Encode()
115 ret += BASE_64_CHARS[charArray4[j]]; in Base64Encode()
138 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()
158 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Ddcamera.h32 const std::string BASE_64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; member

Completed in 1 milliseconds