Home
last modified time | relevance | path

Searched refs:GetBufferReadOnlyData (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.cpp57 inline static const uint8_t* GetBufferReadOnlyData(AVBufferPtr& ptr) in GetBufferReadOnlyData() function
438 GetBufferReadOnlyData(que_[index]) + bufferOffset, copySize)); in CopyFirstBuffer()
460 NZERO_LOG(memcpy_s(dstPtr, needCopySize, GetBufferReadOnlyData(que_[i]), needCopySize)); in CopyFromSuccessiveBuffer()
465 NZERO_LOG(memcpy_s(dstPtr, copySize, GetBufferReadOnlyData(que_[i]), copySize)); in CopyFromSuccessiveBuffer()