Home
last modified time | relevance | path

Searched refs:format (Results 4876 - 4900 of 11568) sorted by relevance

1...<<191192193194195196197198199200>>...463

/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Dsensor_manager.cpp88 RetCode SensorManager::Start(std::string hardwareName, int buffCont, DeviceFormat& format) in Start() argument
92 return (*iter)->Start(buffCont, format); in Start()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/include/
H A Dinode.h34 virtual RetCode SetFormat(const PortFormat& format) = 0;
35 virtual RetCode GetFormat(PortFormat& format) const = 0;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/node_base/
H A Dnode_base.h31 RetCode SetFormat(const PortFormat& format) override;
32 RetCode GetFormat(PortFormat& format) const override;
/drivers/peripheral/display/buffer/test/moduletest/
H A Ddisplay_buffer_mt.cpp100 HDF_LOGD("format =%{public}d", handle.format); in DumpBufferHandle()
167 info.format = PIXEL_FMT_RGBA_8888; in HWTEST_F()
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_device.h563 * @param format Indicates the pointer to the pixel format of the display device.
564 * For details, see {@link PixelFormat}. The <b>format</b> can be modified based on hardware requirements and
573 int32_t (*CreateVirtualDisplay)(uint32_t width, uint32_t height, int32_t *format, uint32_t *devId);
633 * @param format Indicates the pointer to the writeback point data format. For details, see {@link PixelFormat}.
634 * The <b>format</b> can be modified based on hardware requirements and returned to the graphics service.
641 int32_t (*CreateWriteBack)(uint32_t *devId, uint32_t width, uint32_t height, int32_t *format);
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddimage_buffer.cpp134 void DImageBuffer::SetFormat(const int32_t format) in SetFormat() argument
137 format_ = format; in SetFormat()
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Ddasd.h48 unsigned int format; /* format info like formatted/cdl/ldl/... */ member
61 * values to be used for dasd_information_t.format
125 unsigned char format:3; member
176 * represents all data necessary to format a dasd
187 * 0/8: normal format
201 * represents all data necessary to evaluate the format of
217 /* Values returned in format_check_t when a format error is detected: */
332 /* Check device format according to format_check_t */
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtransform.h69 /* Active format aspect ratio */
182 enum pixel_format format; member
255 enum surface_pixel_format format,
282 DSCL_DATA_PRCESSING_FIXED_FORMAT, /* The DSCL processes pixel data in fixed format */
283 DSCL_DATA_PRCESSING_FLOAT_FORMAT, /* The DSCL processes pixel data in float format */
293 /* DSCL processing pixel data in fixed or float format */
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_hwseq.c210 bool dce_use_lut(enum surface_pixel_format format) in dce_use_lut() argument
212 switch (format) { in dce_use_lut()
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Ddasd.h27 * including format and featueres.
48 unsigned int format; /* format info like formatted/cdl/ldl/... */ member
61 * values to be used for dasd_information_t.format
127 unsigned char format:3; member
178 * represents all data necessary to format a dasd
201 * 0/8: normal format
215 * represents all data necessary to evaluate the format of
231 /* Values returned in format_check_t when a format error is detected: */
348 /* Check device format accordin
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-pl.c29 #define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg)
/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/
H A Drga-hw.h201 unsigned int format:4; member
310 unsigned int format:4; member
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_regs.c24 /* Mediatek proprietary format */
43 mtk_mdp_err("Unknown format 0x%x", v4l2_format); in mtk_mdp_map_color_format()
96 config->format = mtk_mdp_map_color_format(frame->fmt->pixelformat); in mtk_mdp_hw_set_in_image_format()
97 config->w_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_in_image_format()
98 config->h_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_in_image_format()
127 config->format = mtk_mdp_map_color_format(frame->fmt->pixelformat); in mtk_mdp_hw_set_out_image_format()
128 config->w_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_out_image_format()
129 config->h_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_out_image_format()
/kernel/linux/linux-5.10/drivers/ide/
H A Dcs5530.c27 * Here are the standard PIO mode 0-4 timings for each "format".
56 unsigned int format = (inl(basereg + 4) >> 31) & 1; in cs5530_set_pio_mode() local
59 outl(cs5530_pio_timings[format][pio], basereg + ((drive->dn & 1)<<3)); in cs5530_set_pio_mode()
118 timings |= reg & 0x80000000; /* preserve PIO format bit */ in cs5530_set_dma_mode()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Dosdep_service.h173 #define rtw_sprintf(buf, size, format, arg...) snprintf(buf, size, format, ##arg)
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dutils.py31 "cannot resolve type '{0}'".format(self._name))
87 raise gdb.GdbError("unknown endianness '{0}'".format(str(endian)))
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6asm.h102 uint32_t format, u32 codec_profile,
106 uint32_t format, uint16_t bits_per_sample);
/kernel/linux/linux-5.10/include/uapi/linux/
H A Domapfb.h114 __u32 format; member
123 __u32 format; member
H A Dvirtio_gpu.h151 /* VIRTIO_GPU_CMD_RESOURCE_CREATE_2D: create a 2d resource with a format */
155 __le32 format; member
240 __le32 format; member
/kernel/linux/linux-5.10/include/linux/
H A Ddynamic_debug.h22 const char *format; member
30 #define _DPRINTK_FLAGS_PRINT (1<<0) /* printk() a message using the format */
88 .format = (fmt), \
/kernel/linux/linux-6.6/drivers/xen/
H A Dxen-balloon.c136 #define BALLOON_SHOW(name, format, args...) \
141 return sprintf(buf, format, ##args); \
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_hwseq.c210 bool dce_use_lut(enum surface_pixel_format format) in dce_use_lut() argument
212 switch (format) { in dce_use_lut()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtransform.h69 /* Active format aspect ratio */
178 enum pixel_format format; member
251 enum surface_pixel_format format,
278 DSCL_DATA_PRCESSING_FIXED_FORMAT, /* The DSCL processes pixel data in fixed format */
279 DSCL_DATA_PRCESSING_FLOAT_FORMAT, /* The DSCL processes pixel data in float format */
289 /* DSCL processing pixel data in fixed or float format */
H A Dhubp.h123 enum surface_pixel_format format,
137 enum surface_pixel_format format,
/kernel/linux/linux-6.6/include/uapi/linux/
H A Domapfb.h114 __u32 format; member
123 __u32 format; member

Completed in 20 milliseconds

1...<<191192193194195196197198199200>>...463