Searched refs:decoded (Results 1 - 7 of 7) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
H A D | audio_g711_codec.cpp | 56 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 D | audio_g711_codec.h | 36 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 D | utils.cpp | 40 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 D | utils.cpp | 40 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 D | utils.h | 70 static bool Base64Decode(const std::string &encoded, std::string &decoded);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/ |
H A D | utils.h | 70 static bool Base64Decode(const std::string &encoded, std::string &decoded);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_object.cpp | 136 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