Home
last modified time | relevance | path

Searched refs:SetDrmBuffer (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.h84 static int32_t SetDrmBuffer(const std::shared_ptr<AVBuffer> &inBuf, const std::shared_ptr<AVBuffer> &outBuf,
H A Dcodec_drm_decrypt.cpp688 int32_t CodecDrmDecrypt::SetDrmBuffer(const std::shared_ptr<AVBuffer> &inBuf, in SetDrmBuffer() function in OHOS::MediaAVCodec::CodecDrmDecrypt
691 AVCODEC_LOGD("CodecDrmDecrypt SetDrmBuffer"); in SetDrmBuffer()
693 "CodecDrmDecrypt SetDrmBuffer memory_ null"); in SetDrmBuffer()
698 "CodecDrmDecrypt SetDrmBuffer input buffer failed due to GetCapacity() return -1"); in SetDrmBuffer()
708 "CodecDrmDecrypt SetDrmBuffer output buffer failed due to GetCapacity() return -1"); in SetDrmBuffer()
744 retCode = SetDrmBuffer(inBuf, outBuf, inDrmBuffer, outDrmBuffer); in DecryptMediaData()
745 CHECK_AND_RETURN_RET_LOG((retCode == AVCS_ERR_OK), retCode, "SetDecryptConfig failed cause SetDrmBuffer failed"); in DecryptMediaData()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp220 int32_t CodecDrmDecrypt::SetDrmBuffer(const std::shared_ptr<AVBuffer> &inBuf, const std::shared_ptr<AVBuffer> &outBuf, in SetDrmBuffer() function in OHOS::MediaAVCodec::CodecDrmDecrypt
223 AVCODEC_LOGD("CodecDrmDecrypt SetDrmBuffer"); in SetDrmBuffer()

Completed in 3 milliseconds