Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp436 size_t inputMemoDataSize = static_cast<size_t>(sharedMemoryInput->GetSize()); in FeedDecoderInputBuffer() local
437 …errno_t err = memcpy_s(sharedMemoryInput->GetBase(), inputMemoDataSize, buffer->Data(), buffer->Si… in FeedDecoderInputBuffer()
H A Ddecode_data_process_common.cpp483 size_t inputMemoDataSize = static_cast<size_t>(sharedMemoryInput->GetSize()); in FeedDecoderInputBuffer() local
484 …errno_t err = memcpy_s(sharedMemoryInput->GetBase(), inputMemoDataSize, buffer->Data(), buffer->Si… in FeedDecoderInputBuffer()