Home
last modified time | relevance | path

Searched refs:sharedMemoryInput (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.cpp429 … std::shared_ptr<Media::AVSharedMemory> sharedMemoryInput = availableInputBufferQueue_.front(); in FeedDecoderInputBuffer() local
430 if (sharedMemoryInput == nullptr) { in FeedDecoderInputBuffer()
436 size_t inputMemoDataSize = static_cast<size_t>(sharedMemoryInput->GetSize()); in FeedDecoderInputBuffer()
437 …errno_t err = memcpy_s(sharedMemoryInput->GetBase(), inputMemoDataSize, buffer->Data(), buffer->Si… in FeedDecoderInputBuffer()
H A Ddecode_data_process_common.cpp476 … std::shared_ptr<Media::AVSharedMemory> sharedMemoryInput = availableInputBufferQueue_.front(); in FeedDecoderInputBuffer() local
477 if (sharedMemoryInput == nullptr) { in FeedDecoderInputBuffer()
483 size_t inputMemoDataSize = static_cast<size_t>(sharedMemoryInput->GetSize()); in FeedDecoderInputBuffer()
484 …errno_t err = memcpy_s(sharedMemoryInput->GetBase(), inputMemoDataSize, buffer->Data(), buffer->Si… in FeedDecoderInputBuffer()