Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.cpp170 copySize = CopyFirstBuffer(size, startIndex, dstPtr, bufferPtr, bufferOffset); in PeekRangeInternal()
184 copySize = CopyFirstBuffer(size, startIndex, dstPtr, bufferPtr, bufferOffset); in PeekRangeInternal()
269 currCopySize = CopyFirstBuffer(currCopySize, index, dstPtr, bufferPtr, 0); in GetRange()
431 size_t DataPacker::CopyFirstBuffer(size_t size, int32_t index, uint8_t *dstPtr, AVBufferPtr &dstBuf… in CopyFirstBuffer() function in OHOS::Media::DataPacker
H A Ddata_packer.h99 size_t CopyFirstBuffer(size_t size, int32_t index, uint8_t *dstPtr, AVBufferPtr &dstBufferPtr,