Home
last modified time | relevance | path

Searched refs:dataAddr (Results 1 - 16 of 16) sorted by relevance

/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_pixel_map_adapter.cpp65 void* dataAddr = static_cast<void*>(innerImgBuffer.data() + IMAGE_BYTE_SIZE + imgBufferSize + DATA_BYTE_SIZE); in ConvertFromInner() local
66 pixelMap->SetPixelsAddr(dataAddr, nullptr, dataSize, Media::AllocatorType::CUSTOM_ALLOC, nullptr); in ConvertFromInner()
117 void* dataAddr = malloc(dataSize); in ConvertToInner() local
118 CHECK_AND_RETURN_RET_LOG(dataAddr != nullptr, nullptr, "create dataSize with null, return"); in ConvertToInner()
120 CHECK_AND_RETURN_RET_LOG(CopyPixMapToDst(*pixelMap, dataAddr, dataSize), nullptr, "CopyPixMapToDst failed"); in ConvertToInner()
121 pixelMapTemp->SetPixelsAddr(dataAddr, nullptr, dataSize, Media::AllocatorType::CUSTOM_ALLOC, nullptr); in ConvertToInner()
153 free(dataAddr); in ConvertToInner()
170 void* dataAddr = malloc(dataSize); in ConvertToInnerWithLimitedSize() local
171 CHECK_AND_RETURN_RET_LOG(dataAddr != nullptr, nullptr, "create dataSize with null, return"); in ConvertToInnerWithLimitedSize()
173 CHECK_AND_RETURN_RET_LOG(CopyPixMapToDst(*pixelMap, dataAddr, dataSiz in ConvertToInnerWithLimitedSize()
[all...]
/third_party/icu/icu4c/source/common/
H A Dudatamem.cpp86 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr) { in UDataMemory_setData() argument
87 This->pHeader = UDataMemory_normalizeDataPointer(dataAddr); in UDataMemory_setData()
H A Dudatamem.h51 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr);
/third_party/node/deps/icu-small/source/common/
H A Dudatamem.cpp86 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr) { in UDataMemory_setData() argument
87 This->pHeader = UDataMemory_normalizeDataPointer(dataAddr); in UDataMemory_setData()
H A Dudatamem.h51 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr);
/third_party/skia/third_party/externals/icu/source/common/
H A Dudatamem.cpp86 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr) { in UDataMemory_setData() argument
87 This->pHeader = UDataMemory_normalizeDataPointer(dataAddr); in UDataMemory_setData()
H A Dudatamem.h51 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr);
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_source.h86 uint8_t *dataAddr; member
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_audio_source.cpp113 buffer.dataAddr = buffer_; in AcquireBuffer()
H A Drecorder_video_source.cpp140 buffer.dataAddr = (uint8_t *)pBase; in AcquireBuffer()
H A Drecorder_data_source.cpp122 buffer.dataAddr = (uint8_t *)pBase; in AcquireBuffer()
H A Drecorder_impl.cpp1032 frameData.data = buffer.dataAddr; in DataSourceProcess()
1115 frameData.data = buffer.dataAddr; in AudioSourceProcess()
1198 frameData.data = buffer.dataAddr; in VideoSourceProcess()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dvmw_pvscsi.h294 * - dataAddr:
295 * * if PVSCSI_FLAG_CMD_WITH_SG_LIST is set: dataAddr is the PA of the first
298 * * if PVSCSI_FLAG_CMD_WITH_SG_LIST is NOT set, then dataAddr is the PA of
301 * * PVSCSI_FLAG_CMD_WITH_SG_LIST: see dataAddr above,
325 u64 dataAddr; member
344 * RingReqDesc.flags, then RingReqDesc.dataAddr is the PA of the first s/g
H A Dvmw_pvscsi.c358 e->dataAddr = 0; in pvscsi_map_buffers()
384 e->dataAddr = ctx->sglPA; in pvscsi_map_buffers()
386 e->dataAddr = sg_dma_address(sg); in pvscsi_map_buffers()
399 e->dataAddr = ctx->dataPA; in pvscsi_map_buffers()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dvmw_pvscsi.h292 * - dataAddr:
293 * * if PVSCSI_FLAG_CMD_WITH_SG_LIST is set: dataAddr is the PA of the first
296 * * if PVSCSI_FLAG_CMD_WITH_SG_LIST is NOT set, then dataAddr is the PA of
299 * * PVSCSI_FLAG_CMD_WITH_SG_LIST: see dataAddr above,
323 u64 dataAddr; member
342 * RingReqDesc.flags, then RingReqDesc.dataAddr is the PA of the first s/g
H A Dvmw_pvscsi.c356 e->dataAddr = 0; in pvscsi_map_buffers()
382 e->dataAddr = ctx->sglPA; in pvscsi_map_buffers()
384 e->dataAddr = sg_dma_address(sg); in pvscsi_map_buffers()
397 e->dataAddr = ctx->dataPA; in pvscsi_map_buffers()

Completed in 12 milliseconds