/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XTexture.js | 227 let off = -1; 231 off = i; 235 if (off !== -1) { 243 off = 0; 245 let cid = this.makeCut(rid, 0, off * 32, w, h); 247 this.textImgs[rid][smask] |= mask << off; 248 this.textIdxs[textIdx] = {cid: cid, rid: rid, mask: mask << off, time: this.timenow(),}; 252 gl.texSubImage2D(gl.TEXTURE_2D, 0, 0, off * 32, gl.RGBA, gl.UNSIGNED_BYTE, imgd);
|
/drivers/hdf_core/adapter/khdf/linux/platform/fwk/ |
H A D | platform_trace.c | 226 off_t off; in PlatformTraceInfoDump() local 243 off = OsalFileLseek(&file, len, 0); in PlatformTraceInfoDump() 246 if ((len >= TRACE_INFO_DUMPER_FILE_MAX_LEN) || (off < 0)) { in PlatformTraceInfoDump() 247 HDF_LOGE("PlatformTraceInfoDump: trace info too big[%d] or lseek error[%ld]!", len, off); in PlatformTraceInfoDump()
|
/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.h | 56 POWER_STATUS_OFF, /* The power status is off */ 108 int32_t (*off)(struct PanelData *panel); member 145 int32_t (*off)(uint32_t devId); member
|
H A D | hdf_disp.c | 31 if ((panel->on == NULL) || (panel->off == NULL)) { in RegisterPanel() 32 HDF_LOGE("%s on or off is null", __func__); in RegisterPanel() 78 .off = DispOff, in GetDispOps() 192 ret = panel->off(panel); in SetDispPower() 386 if (panel->off) { in PanelRecovery() 387 panel->off(panel); in PanelRecovery()
|
H A D | hdf_drm_panel.c | 77 panelData->off(panelData); in HdfDrmPanelDisable()
|
/drivers/hdf_core/framework/model/camera/buffer_manager/include/ |
H A D | camera_buffer_manager.h | 22 unsigned long off, uint32_t *bufferId, uint32_t *planeId); 38 /* stream off */
|
/drivers/hdf_core/framework/model/camera/buffer_manager/src/ |
H A D | camera_buffer.c | 159 unsigned long off; in CameraBufferSetupOffsets() local 164 off = MemoryAdapterPageAlign(p->memory.offset + p->length); in CameraBufferSetupOffsets() 166 off = MemoryAdapterPageAlign(buffer->planes[0].memory.offset); in CameraBufferSetupOffsets() 170 buffer->planes[planeId].memory.offset = off; in CameraBufferSetupOffsets() 171 off += buffer->planes[planeId].length; in CameraBufferSetupOffsets() 172 off = MemoryAdapterPageAlign(off); in CameraBufferSetupOffsets()
|
H A D | camera_buffer_manager.c | 50 unsigned long off, uint32_t *bufferId, uint32_t *planeId) in BufferQueueFindPlaneByOffset() 63 if (buffer->planes[planeCnt].memory.offset == off) { in BufferQueueFindPlaneByOffset() 346 /* stream off */ 353 HDF_LOGD("%s: stream off success", __func__); in BufferQueueStreamOff() 49 BufferQueueFindPlaneByOffset(struct BufferQueue *queue, unsigned long off, uint32_t *bufferId, uint32_t *planeId) BufferQueueFindPlaneByOffset() argument
|
/drivers/peripheral/usb/net/src/ |
H A D | rndis_rawapi.c | 364 uint32_t off = CPU_TO_LE32(uq.getC->offset); in HostRndisQuery() local 367 HARCH_INFO_PRINT("off = %{public}d, len = %{public}d, retval = %{public}d", off, len, retval); in HostRndisQuery() 369 if ((off > CONTROL_BUFFER_SIZE - UNION_OFFSET_LENGTH) || (len > CONTROL_BUFFER_SIZE - UNION_OFFSET_LENGTH - off)) { in HostRndisQuery() 377 *reply = (unsigned char *) &uq.getC->requestId + off; in HostRndisQuery() 384 HDF_LOGE("RNDIS_MSG_QUERY(0x%{public}08x) invalid response - off %{public}d len %{public}d", in HostRndisQuery() 385 queryParam.oid, off, len); in HostRndisQuery()
|
/drivers/hdf_core/framework/model/display/driver/panel/ |
H A D | ssp_st7789.c | 231 /* lcd reset power off */ in St7789Off() 258 .off = St7789Off,
|
H A D | mipi_icn9700.c | 87 /* panel off command payload */ 236 /* lcd reset power off */ in Icn9700Off() 289 panel->off = Icn9700Off; in Icn9700PanelInit()
|
H A D | ili9881c_boe.c | 404 /* panel off command payload */ 632 ili9881cBoeDev->rstOffSeq.items = 1; /* number of reset off sequence */ in Ili9881cBoeResInit() 641 ili9881cBoeDev->panel.off = Ili9881cBoeOff; in Ili9881cBoeResInit()
|
H A D | ili9881_st_5p5.c | 400 /* panel off command payload */
595 panel_dev->panel.off = PanelOff;
in PanelResInit()
|
/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
H A D | lite_lcdkit.c | 111 /* send mipi panel off code */ in MipiDsiOff() 261 .off = LcdkitOff,
|