Home
last modified time | relevance | path

Searched refs:Decode (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/clearplay/hdi_service/common/
H A Dbase64_utils.h26 std::string Decode(const std::string &encoded);
H A Ddata_parser.cpp87 std::string keyIdString = Decode(keyIdBase64); in ParsePssh()
H A Dbase64_utils.cpp145 std::string Decode(const std::string &encoded) in Decode() function
/drivers/hdf_core/framework/include/audio/
H A Daudio_dsp_if.h151 int32_t (*Decode)(const struct AudioCard *audioCard, const uint8_t *buf, const struct DspDevice *dsp); member
/drivers/peripheral/codec/test/demo/jpeg/include/
H A Djpeg_decoder.h45 int32_t Decode(CommandOpt opt);
/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_session_service.cpp100 std::string keyIdString = Decode(keyIdBase64); in ProcessMediaKeyResponse()
101 std::string keyValueString = Decode(keyValueBase64); in ProcessMediaKeyResponse()
235 std::string keyValueString = Decode(offlineKeyIdAndKeyValueBase64_[keyIdBase64]); in RestoreOfflineMediaKeys()
H A Dmedia_key_system_service.cpp196 std::string keyIdString = Decode(keyIdValueBase64Pair.first); in GetOfflineMediaKeyIds()
/drivers/peripheral/codec/test/demo/jpeg/src/
H A Djpeg_decoder.cpp193 int32_t JpegDecoder::Decode(CommandOpt opt) in Decode() function in JpegDecoder
256 ret = decoder->Decode(opt); in main()
/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_stream_dispatch.c1458 ADM_LOG_DEBUG("Dsp Decode Entry."); in StreamHostDspDecode()
1475 if (dspDev == NULL || dspDev->devData == NULL || dspDev->devData->Decode == NULL) { in StreamHostDspDecode()
1480 ret = dspDev->devData->Decode(audioCard, (void*)data, dspDev); in StreamHostDspDecode()
1486 ADM_LOG_DEBUG("Decode Success."); in StreamHostDspDecode()

Completed in 6 milliseconds