Home
last modified time | relevance | path

Searched refs:decoded (Results 1 - 7 of 7) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Daudio_g711_codec.cpp56 int32_t AudioG711Encoder::Encode(int16_t *decoded, int32_t nSamples, uint8_t *encoded) in Encode() argument
58 RETURN_INVALID_IF_NULL(decoded); in Encode()
106 int32_t AudioG711Decoder::Decode(uint8_t *encoded, int32_t nSamples, int16_t *decoded) in Decode() argument
108 RETURN_INVALID_IF_NULL(decoded); in Decode()
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Daudio_g711_codec.h36 int Encode(int16_t *decoded, int nSamples, uint8_t *encoded);
53 int Decode(uint8_t *encoded, int nSamples, int16_t *decoded);
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dutils.cpp40 bool Utils::Base64Decode(const std::string &encoded, std::string &decoded) in Base64Decode() argument
47 decoded = std::string(reinterpret_cast<const char *>(decodeData), out_len); in Base64Decode()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dutils.cpp40 bool Utils::Base64Decode(const std::string &encoded, std::string &decoded) in Base64Decode() argument
47 decoded = std::string(reinterpret_cast<const char *>(decodeData), out_len); in Base64Decode()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dutils.h70 static bool Base64Decode(const std::string &encoded, std::string &decoded);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dutils.h70 static bool Base64Decode(const std::string &encoded, std::string &decoded);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp136 std::string decoded; in ParseFromSchemaString() local
137 if (FlatBufferSchema::IsFlatBufferSchema(inSchemaString, decoded)) { in ParseFromSchemaString()
139 LOGD("[Schema][Parse] FlatBuffer-Type, Decode before=%zu, after=%zu.", inSchemaString.size(), decoded.size()); in ParseFromSchemaString()
141 const std::string &oriSchema = ((estimateType == SchemaType::FLATBUFFER) ? decoded : inSchemaString); in ParseFromSchemaString()

Completed in 5 milliseconds