Home
last modified time | relevance | path

Searched refs:isSecure_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_hardware_memory.cpp45 allocator->isSecure_ = isSecure; in CreateHardwareAllocator()
55 isSecure_(false) in AVHardwareAllocator()
62 if (fd_ > 0 && (!isAllocated_ || isSecure_)) { in ~AVHardwareAllocator()
71 FALSE_RETURN_V(!isSecure_, nullptr); in Alloc()
81 FALSE_RETURN_V(!isSecure_, true); in Free()
114 return isSecure_; in GetIsSecure()
/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/
H A Dav_hardware_allocator.h46 bool isSecure_; member in OHOS::Media::AVHardwareAllocator
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp305 isSecure_ = IsSecureMode(caps_.compName); in HCodec()
306 if (isSecure_) { in HCodec()
602 outBuffer->fd, static_cast<int32_t>(def.nBufferSize), memFlag, isSecure_); in AllocateAvHardwareBuffers()
1348 compMgr_ = GetManager(false, caps_.port.video.isSupportPassthrough, isSecure_); in OnAllocateComponent()
H A Dhcodec.h318 bool isSecure_ = false; member in OHOS::MediaAVCodec::HCodec

Completed in 5 milliseconds