/drivers/hdf_core/framework/support/platform/src/hdmi/ |
D | hdmi_cec.c | 257 void HdmiCecEncodingActiveSourceMsg(struct HdmiCecMsg *msg, uint16_t phyAddr) in HdmiCecEncodingActiveSourceMsg() argument 262 msg->data[HDMI_CEC_MSG_DATA_SECOND_ELEMENT] = (phyAddr >> HDMI_ONE_BYTE_SHIFT); in HdmiCecEncodingActiveSourceMsg() 263 msg->data[HDMI_CEC_MSG_DATA_THIRD_ELEMENT] = (phyAddr & HDMI_ONE_BYTE_MARK); in HdmiCecEncodingActiveSourceMsg() 278 void HdmiCecEncodingInactiveSourceMsg(struct HdmiCecMsg *msg, uint16_t phyAddr) in HdmiCecEncodingInactiveSourceMsg() argument 282 msg->data[HDMI_CEC_MSG_DATA_SECOND_ELEMENT] = (phyAddr >> HDMI_ONE_BYTE_SHIFT); in HdmiCecEncodingInactiveSourceMsg() 283 msg->data[HDMI_CEC_MSG_DATA_THIRD_ELEMENT] = (phyAddr & HDMI_ONE_BYTE_MARK); in HdmiCecEncodingInactiveSourceMsg() 310 void HdmiCecEncodingRoutingInfomationMsg(struct HdmiCecMsg *msg, uint16_t phyAddr) in HdmiCecEncodingRoutingInfomationMsg() argument 315 msg->data[HDMI_CEC_MSG_DATA_SECOND_ELEMENT] = (phyAddr >> HDMI_ONE_BYTE_SHIFT); in HdmiCecEncodingRoutingInfomationMsg() 316 msg->data[HDMI_CEC_MSG_DATA_THIRD_ELEMENT] = (phyAddr & HDMI_ONE_BYTE_MARK); in HdmiCecEncodingRoutingInfomationMsg() 319 void HdmiCecEncodingSetStreamPathMsg(struct HdmiCecMsg *msg, uint16_t phyAddr) in HdmiCecEncodingSetStreamPathMsg() argument [all …]
|
/drivers/peripheral/display/test/unittest/lite/ |
D | display_test.c | 88 static void PicSourceSurfaceInit(ISurface *surface, uint64_t phyAddr, int32_t bpp) in PicSourceSurfaceInit() argument 92 surface->phyAddr = phyAddr; in PicSourceSurfaceInit() 101 static void DestSurfaceInit(ISurface *surface, uint64_t phyAddr, int32_t bpp) in DestSurfaceInit() argument 105 surface->phyAddr = phyAddr; in DestSurfaceInit() 338 PicSourceSurfaceInit(&srcSurface, pictureBuf->phyAddr, LAYER_BPP); in BlitTest() 341 DestSurfaceInit(&dstSurface, g_displayTest.buffer.data.phyAddr, LAYER_BPP); in BlitTest() 372 DestSurfaceInit(&dstSurface, g_displayTest.buffer.data.phyAddr, LAYER_BPP); in FillRectTest()
|
/drivers/hdf_core/interfaces/inner_api/hdi/base/ |
D | buffer_handle.h | 62 uint64_t phyAddr; /**< Physical address */ member
|
/drivers/peripheral/base/ |
D | buffer_handle.h | 34 uint64_t phyAddr; /**< Physical address */ member
|
/drivers/hdf_core/framework/support/platform/include/hdmi/ |
D | hdmi_cec.h | 1478 uint16_t phyAddr[HDMI_CDC_HEC_SET_STATE_MSG_OPTIONAL_PA_MAX_NUM]; member 1678 uint16_t phyAddr; member 1741 uint16_t phyAddr, const struct HdmiCdcHecState *state); 1749 void HdmiCecEncodingActiveSourceMsg(struct HdmiCecMsg *msg, uint16_t phyAddr); 1769 void HdmiCecEncodingInactiveSourceMsg(struct HdmiCecMsg *msg, uint16_t phyAddr); 1781 void HdmiCecEncodingReportCurrentLatencyMsg(struct HdmiCecMsg *msg, uint16_t phyAddr, struct HdmiCe… 1787 void HdmiCecEncodingRequestCurrentLatencyMsg(struct HdmiCecMsg *msg, uint16_t phyAddr, bool respons… 1791 void HdmiCecEncodingRoutingInfomationMsg(struct HdmiCecMsg *msg, uint16_t phyAddr); 1801 void HdmiCecEncodingSetStreamPathMsg(struct HdmiCecMsg *msg, uint16_t phyAddr); 1805 void HdmiCecEncodingSystemAudioModeRequestMsg(struct HdmiCecMsg *msg, uint16_t phyAddr, bool respon…
|
/drivers/peripheral/codec/hdi_service/common/ |
D | common_msgproc.c | 32 !HdfSbufWriteUint64(data, handle->phyAddr)) { in PackBufferHandle() 83 !HdfSbufReadUint64(data, &tmpHandle->phyAddr)) { in ParseBufferHandle()
|
/drivers/hdf_core/framework/support/platform/src/dma/ |
D | dmac_core.c | 488 uintptr_t phyAddr; in DmaCntlrTransfer() local 500 phyAddr = (uintptr_t)cntlr->dmacPaddrToVaddr((paddr_t)msg->destAddr); in DmaCntlrTransfer() 501 cntlr->dmacCacheInv(phyAddr, (uintptr_t)(phyAddr + msg->transLen)); in DmaCntlrTransfer() 505 phyAddr = (uintptr_t)cntlr->dmacPaddrToVaddr((paddr_t)msg->srcAddr); in DmaCntlrTransfer() 506 cntlr->dmacCacheFlush(phyAddr, (uintptr_t)(phyAddr + msg->transLen)); in DmaCntlrTransfer()
|
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
D | buffer_producer_wrapper.cpp | 64 buffer->phyAddr = handle->phyAddr; in BufferProducerRequestBuffer()
|
/drivers/peripheral/camera/hal_c/include/ |
D | camera_types_c_if.h | 206 uint64_t phyAddr; member
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/ |
D | buffer_adapter.cpp | 32 buffer->SetPhyAddress(bufHandle->phyAddr); in SurfaceBufferToCameraBuffer() 58 pHandle->phyAddr = buffer->GetPhyAddress(); in CameraBufferToSurfaceBuffer()
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
D | framebuffer_allocator.cpp | 114 handle.phyAddr = smemAddress; in Allocate() 180 freeBuffers_.push(handle->phyAddr); in FreeMem()
|
D | drm_allocator.cpp | 65 handle.phyAddr = GetPhysicalAddr(handle.fd); in Allocate()
|
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/ |
D | buffer_adapter.cpp | 32 buffer->SetPhyAddress(bufHandle->phyAddr); in SurfaceBufferToCameraBuffer() 58 pHandle->phyAddr = buffer->GetPhyAddress(); in CameraBufferToSurfaceBuffer()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
D | hdi_layer.cpp | 27 …: mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.… in HdiLayerBuffer() 52 mPhyAddr = right.phyAddr; in operator =()
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
D | buffer_util.c | 75 handle->phyAddr = other->phyAddr; in CloneNativeBufferHandle()
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/ |
D | gralloc_buffer_allocator.cpp | 213 dest.phyAddr = src->GetPhyAddress(); in CameraBufferToGrallocBuffer() 233 dest->SetPhyAddress(src.phyAddr); in GrallocBufferToCameraBuffer()
|
/drivers/hdf_core/framework/model/audio/common/include/ |
D | audio_platform_base.h | 45 unsigned long phyAddr; /* DMA cache physical address */ member
|
/drivers/peripheral/display/interfaces/include/ |
D | display_type.h | 313 uint64_t phyAddr; /**< Physical memory address */ member 347 uint64_t phyAddr; /**< Start physical address of an image */ member
|
D | display_vgu.h | 237 uint64_t phyAddr; /* < Physical memory address */ member
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
D | dbuffer_manager.cpp | 84 buffer->SetPhyAddress(bufHandle->phyAddr); in SurfaceBufferToDImageBuffer()
|
/drivers/peripheral/codec/hal/src/ |
D | codec_types.c | 36 !HdfSbufWriteUint64(data, handle->phyAddr)) { in BufferHandleMarshalling() 88 !HdfSbufReadUint64(data, &tmpHandle->phyAddr)) { in BufferHandleUnmarshalling()
|
/drivers/interface/display/composer/v1_0/display_command/ |
D | display_cmd_utils.h | 211 DISPLAY_CHK_RETURN(packer->WriteUint64(buffer->phyAddr) == false, HDF_FAILURE, in BufferHandlePack() 295 DISPLAY_CHK_CONDITION(retVal, true, unpacker->ReadUint64(handle->phyAddr), in BufferHandleUnpack()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
D | hdi_gfx_composition.cpp | 118 surface.phyAddr = buffer.GetMemHandle(); in InitGfxSurface()
|
/drivers/hdf_core/framework/model/audio/common/src/ |
D | audio_platform_base.c | 745 platformData->renderBufInfo.phyAddr = 0; in AudioRenderBuffInit() 780 platformData->renderBufInfo.phyAddr = 0; in AudioRenderBuffFree() 797 platformData->captureBufInfo.phyAddr = 0; in AudioCaptureBuffInit() 832 platformData->captureBufInfo.phyAddr = 0; in AudioCaptureBuffFree()
|
/drivers/peripheral/codec/hal/v1.0/codec_instance/src/ |
D | codec_instance.c | 774 newHandle->phyAddr = handle->phyAddr; in DupBufferHandle()
|