Home
last modified time | relevance | path

Searched refs:format (Results 2101 - 2125 of 5254) sorted by relevance

1...<<81828384858687888990>>...211

/kernel/linux/linux-6.6/sound/soc/sh/
H A Dsiu_pcm.c391 siu_stream->format = rt->format; in siu_pcm_prepare()
395 "format=%d channels=%d xfer_cnt=%d\n", info->port_id, in siu_pcm_prepare()
398 siu_stream->format, rt->channels, (int)xfer_cnt); in siu_pcm_prepare()
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dinterface_coverage_gcov_lcov.py463 PATH_INFO_PATH = "out/{}/innerkits/ohos-{}".format(product_name, cpu_type)
464 OUTPUT_JSON_PATH = "out/{}/packages/phone/innerkits/ohos-{}".format(
466 KIT_MODULES_INFO = "out/{}/packages/phone/innerkits/ohos-{}/kits_modules_info.json".format(
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H A Dmanager_device.py337 print("{0:<20}{1:<16}{2:<16}{3:<16}{4:<16}{5:<16}{6:<16}".format(
342 "{0:<20}{1:<16}{2:<16}{3:<16}{4:<16}{5:<16}{6:<16}".format(
428 LOG.debug("Device connected: {} {} {} {}, state: {}".format(
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/
H A Daudio_adapter_benchmarktest.cpp87 attrs.format = AUDIO_FORMAT_TYPE_PCM_16_BIT; in InitAttrs()
181 attrs.format = AUDIO_FORMAT_TYPE_PCM_32_BIT; in BENCHMARK_F()
208 attrs.format = AUDIO_FORMAT_TYPE_PCM_32_BIT; in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H A DAudioRenderMmapTest.cpp54 attrs.format = AUDIO_FORMAT_TYPE_PCM_16_BIT; in InitRenderAttrs()
63 attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount); in InitRenderAttrs()
126 attrsRender_.format = AUDIO_FORMAT_TYPE_PCM_32_BIT; in SetUp()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c657 int vpc_div = (data->format == PIXEL_FORMAT_420BPP8 in calculate_viewport()
658 || data->format == PIXEL_FORMAT_420BPP10) ? 2 : 1; in calculate_viewport()
870 if (pipe_ctx->plane_res.scl_data.format == PIXEL_FORMAT_420BPP8 in calculate_scaling_ratios()
871 || pipe_ctx->plane_res.scl_data.format == PIXEL_FORMAT_420BPP10) { in calculate_scaling_ratios()
973 int vpc_div = (data->format == PIXEL_FORMAT_420BPP8 in calculate_inits_and_adj_vp()
974 || data->format == PIXEL_FORMAT_420BPP10) ? 2 : 1; in calculate_inits_and_adj_vp()
1136 /* Important: scaling ratio calculation requires pixel format, in resource_build_scaling_params()
1140 pipe_ctx->plane_res.scl_data.format = convert_pixel_format_to_dalsurface( in resource_build_scaling_params()
1141 pipe_ctx->plane_state->format); in resource_build_scaling_params()
2305 enum dc_timing_3d_format format; in set_avi_info_frame() local
2950 resource_pixel_format_to_bpp(enum surface_pixel_format format) resource_pixel_format_to_bpp() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Datombios_crtc.c1195 switch (target_fb->format->format) { in dce4_crtc_do_set_base()
1270 DRM_ERROR("Unsupported screen format %s\n", in dce4_crtc_do_set_base()
1271 drm_get_format_name(target_fb->format->format, &format_name)); in dce4_crtc_do_set_base()
1287 tileb = 8 * 8 * target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1295 target_fb->format->cpp[0] * 8, in dce4_crtc_do_set_base()
1302 switch (target_fb->format->cpp[0] * 8) { in dce4_crtc_do_set_base()
1425 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1515 switch (target_fb->format in avivo_crtc_do_set_base()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Datombios_crtc.c1185 switch (target_fb->format->format) { in dce4_crtc_do_set_base()
1260 DRM_ERROR("Unsupported screen format %p4cc\n", in dce4_crtc_do_set_base()
1261 &target_fb->format->format); in dce4_crtc_do_set_base()
1277 tileb = 8 * 8 * target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1285 target_fb->format->cpp[0] * 8, in dce4_crtc_do_set_base()
1292 switch (target_fb->format->cpp[0] * 8) { in dce4_crtc_do_set_base()
1415 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1504 switch (target_fb->format in avivo_crtc_do_set_base()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1287 enum SVGA3dSurfaceFormat format; in vmw_kms_new_framebuffer_surface() local
1302 "unsupported pixel format %p4cc / modifier 0x%llx\n", in vmw_kms_new_framebuffer_surface()
1323 format = SVGA3D_A8R8G8B8; in vmw_kms_new_framebuffer_surface()
1326 format = SVGA3D_X8R8G8B8; in vmw_kms_new_framebuffer_surface()
1329 format = SVGA3D_R5G6B5; in vmw_kms_new_framebuffer_surface()
1332 format = SVGA3D_A1R5G5B5; in vmw_kms_new_framebuffer_surface()
1335 DRM_ERROR("Invalid pixel format: %p4cc\n", in vmw_kms_new_framebuffer_surface()
1341 * For DX, surface format validation is done when surface->scanout in vmw_kms_new_framebuffer_surface()
1344 if (!has_sm4_context(dev_priv) && format != surface->metadata.format) { in vmw_kms_new_framebuffer_surface()
1428 uint32_t format; vmw_create_bo_proxy() local
[all...]
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A DMakefile37 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300-linux -T
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-rsl.c39 #define PRINT_ERROR(format, ...)
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Delf.h95 pr_reg[19] = (regs->format << 12) | regs->vector; \
H A Dprocessor.h99 * ColdFire stack format sbould be 0x4 for an aligned usp (will always be
103 #define setframeformat(_regs) do { (_regs)->format = 0x4; } while(0)
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dps3.c27 static inline int __attribute__ ((format (printf, 1, 2))) DBG( in DBG()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsysinfo.h54 char format; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h133 enum surface_pixel_format format,
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dmca.h161 __attribute__ ((format (printf, 1, 2)));
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-rsl.c39 #define PRINT_ERROR(format, ...)
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Delf.h102 pr_reg[19] = (regs->format << 12) | regs->vector; \
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
H A DbuildebpfPlugin.py52 command = 'make -C {} {}'.format(self.args.NAMES['EBPFDIR'], target)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsysinfo.h54 char format; member
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h37 * Fast access, because of short addressing format (16 instead of 32 bits addr)
64 * Comments about short/long addressing format:
66 * The DAP FASI offers long address format (4 bytes) and short address format
98 #error At least one of short- or long-addressing format must be allowed.
135 * in combination with short and long addressing format. All text below
136 * assumes long addressing format. The table also includes information
137 * for short ADDRessing format.
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H A Djpeg-hw-exynos3250.h35 void exynos3250_jpeg_outform_raw(void __iomem *regs, unsigned long format);
H A Djpeg-hw-s5p.h46 void s5p_jpeg_outform_raw(void __iomem *regs, unsigned long format);
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h78 const struct sh_mobile_lcdc_format_info *format; member

Completed in 20 milliseconds

1...<<81828384858687888990>>...211