Home
last modified time | relevance | path

Searched defs:decoded (Results 1 – 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/codec/src/
Daudio_g711_codec.cpp56 int32_t AudioG711Encoder::Encode(int16_t *decoded, int32_t nSamples, uint8_t *encoded) in Encode()
106 int32_t AudioG711Decoder::Decode(uint8_t *encoded, int32_t nSamples, int16_t *decoded) in Decode()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
Dutils.cpp40 bool Utils::Base64Decode(const std::string &encoded, std::string &decoded) in Base64Decode()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
Dutils.cpp40 bool Utils::Base64Decode(const std::string &encoded, std::string &decoded) in Base64Decode()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dschema_object.cpp136 std::string decoded; in ParseFromSchemaString() local