Home
last modified time | relevance | path

Searched refs:format (Results 7276 - 7300 of 14642) sorted by relevance

1...<<291292293294295296297298299300>>...586

/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dpcm.c216 if (alsa_rt->format == SNDRV_PCM_FORMAT_S24_LE) in usb6fire_pcm_capture()
218 else if (alsa_rt->format == SNDRV_PCM_FORMAT_S32_LE) in usb6fire_pcm_capture()
254 if (alsa_rt->format == SNDRV_PCM_FORMAT_S32_LE) in usb6fire_pcm_playback()
256 else if (alsa_rt->format == SNDRV_PCM_FORMAT_S24_LE) in usb6fire_pcm_playback()
259 dev_err(&rt->chip->dev->dev, "Unknown sample format."); in usb6fire_pcm_playback()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py344 LOG.debug("{} execute result:{}".format(convert_serial(self.__get_serial__()),
347 LOG.debug("{} error_message:{}".format(convert_serial(self.__get_serial__()),
419 raise LiteDeviceConnectError(ErrorMessage.Device.Code_0303008.format(
524 raise LiteDeviceConnectError(ErrorMessage.Device.Code_0303009.format(
/third_party/ffmpeg/libavfilter/
H A Dvf_colormatrix.c396 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(inlink->format); in config_input()
460 if (in->format == AV_PIX_FMT_YUV444P) in filter_frame()
463 else if (in->format == AV_PIX_FMT_YUV422P) in filter_frame()
466 else if (in->format == AV_PIX_FMT_YUV420P) in filter_frame()
H A Dvf_libvmaf.c69 {"log_fmt", "Set the format of the log (csv, json, xml, or sub).", OFFSET(log_fmt), AV_OPT_TYPE_STRING, {.str="xml"}, 0, 1, FLAGS},
111 int err = vmaf_picture_alloc(dst, pix_fmt_map(src->format), bpc, in copy_picture_data()
563 if (ctx->inputs[0]->format != ctx->inputs[1]->format) { in config_input_ref()
571 desc = av_pix_fmt_desc_get(inlink->format); in config_input_ref()
/third_party/backends/backend/genesys/
H A Dimage_pipeline.h61 ImagePipelineNodeCallableSource(std::size_t width, std::size_t height, PixelFormat format, in ImagePipelineNodeCallableSource() argument
66 format_{format}
92 PixelFormat format, std::size_t input_batch_size,
123 ImagePipelineNodeArraySource(std::size_t width, std::size_t height, PixelFormat format,
/third_party/backends/lib/
H A Dsnprintf.c12 snprintf( char *buffer, int len, const char *format,...)
13 plp_unsafe_snprintf( char *buffer, int len, const char *format,...)
220 snprintf(const char *format, size_t size, va_list ap);
222 plp_unsafe_snprintf(const char *format, size_t size, va_list ap);
227 vsnprintf(char *str, size_t size, const char *format, va_list ap);
229 unsafe_vsnprintf(char *str, size_t size, const char *format, va_list ap);
237 a format as described below. Snprintf(), and vsnprintf()
239 output under the control of a format string that specifies
253 By default, the snprintf function will not format control
262 the "%c" (character) format
658 dopr( int visible_control, char **buffer, int *left, const char *format, va_list args ) dopr() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_context.c395 ir3_context_error(struct ir3_context *ctx, const char *format, ...) in ir3_context_error() argument
399 va_start(ap, format); in ir3_context_error()
403 char *msg = ralloc_vasprintf(errors, format, ap); in ir3_context_error()
406 mesa_loge_v(format, ap); in ir3_context_error()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c278 blit.src.format = from->format; in vlVaPostProcBlit()
285 blit.dst.format = dst_surfaces[i]->format; in vlVaPostProcBlit()
390 // EFC will convert the buffer to a format the encoder accepts in vlVaHandleVAProcPipelineParameterBufferType()
/third_party/nghttp2/examples/
H A Dlibevent-client.c27 # define errx(exitcode, format, args...) \
29 warnx(format, ##args); \
32 # define warnx(format, args...) fprintf(stderr, format "\n", ##args)
/third_party/mesa3d/src/util/format/
H A Du_format_s3tc.c26 #include "util/format/u_format.h"
27 #include "util/format/u_format_s3tc.h"
291 enum util_format_dxtn format, in util_format_dxtn_pack_rgba_8unorm()
317 util_format_dxtn_pack(4, 4, 4, &tmp[0][0][0], format, dst, 0); in util_format_dxtn_pack_rgba_8unorm()
369 enum util_format_dxtn format, in util_format_dxtn_pack_rgba_float()
394 util_format_dxtn_pack(4, 4, 4, &tmp[0][0][0], format, dst, 0); in util_format_dxtn_pack_rgba_float()
288 util_format_dxtn_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_8unorm() argument
366 util_format_dxtn_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_float() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c342 unsigned view_blocksize = util_format_get_blocksize(view->format); in prepare_shader_sampling()
478 const uint32_t bw = util_format_get_blockwidth(view->resource->format); in prepare_shader_images()
479 const uint32_t bh = util_format_get_blockheight(view->resource->format); in prepare_shader_images()
510 unsigned view_blocksize = util_format_get_blocksize(view->format); in prepare_shader_images()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_tex.c28 #include "util/format/u_format.h"
91 desc = util_format_description(view->pipe.format); in nv50_create_texture_view()
95 fmt = &nv50_format_table[view->pipe.format]; in nv50_create_texture_view()
97 tex_int = util_format_is_pure_integer(view->pipe.format); in nv50_create_texture_view()
103 tic[0] = (fmt->tic.format << G80_TIC_0_COMPONENTS_SIZES__SHIFT) | in nv50_create_texture_view()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c147 enum pipe_format format, in dd_screen_is_format_supported()
155 return screen->is_format_supported(screen, format, target, sample_count, in dd_screen_is_format_supported()
359 enum pipe_format format, in dd_screen_get_sparse_texture_virtual_page_size()
366 _screen, target, multi_sample, format, offset, size, x, y, z); in dd_screen_get_sparse_texture_virtual_page_size()
146 dd_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned tex_usage) dd_screen_is_format_supported() argument
356 dd_screen_get_sparse_texture_virtual_page_size(struct pipe_screen *_screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) dd_screen_get_sparse_texture_virtual_page_size() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c400 res_tmpl.format = PIPE_FORMAT_R32_FLOAT; in vl_zscan_layout()
434 u_sampler_view_default_template(&sv_tmpl, res, res->format); in vl_zscan_layout()
515 res_tmpl.format = PIPE_FORMAT_R8_UNORM; in vl_zscan_init_buffer()
528 u_sampler_view_default_template(&sv_tmpl, res, res->format); in vl_zscan_init_buffer()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs213 format!("{}.{}", maj, min) in compare_generated_header()
215 expectation.push(format!("libclang-{}", version_str)); in compare_generated_header()
283 return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_flags. {}", e))); in compare_generated_header()
384 // We format in `compare_generated_header` ourselves to have a little in create_bindgen_builder()
697 .map(|x| format!("{}", shlex::quote(x))) in build_flags_output_helper()
/third_party/python/Lib/test/
H A Dtest_calendar.py388 result_2004_html.format(**format_).encode(res)
422 return [[[' '.join('{:02d}/{:02d}/{}'.format(
489 calendar.format(["1", "2", "3"], colwidth=3, spacing=1)
951 result_2004_html.format(**default_format).encode('ascii'))
965 'different_locale', 'c', 'prweek', 'week', 'format',
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp54 format = format_; in AttachmentDescription1()
78 format = format_; in AttachmentDescription2()
519 Attachment::Attachment (VkFormat format, in Attachment() argument
531 : m_format (format) in Attachment()
622 attachment.getFormat(), // VkFormat format; || VkFormat format; in createAttachmentDescription()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.h121 const angle::Format *format = &angle::Format::Get(angle::FormatID::R32G32B32A32_FLOAT); member
186 GLenum format);
405 : texture(0), level(0), layered(false), layer(0), access(GL_READ_ONLY), format(GL_R32UI) in ImageUnitBinding()
413 GLenum format; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp89 LLVM_DEBUG(dbgs() << "Invalid form " << format("0x%x", AttrData.getForm()) in Emit()
111 << format("0x%lx", (long)(intptr_t)this) in print()
249 O << Indent << "Die: " << format("0x%lx", (long)(intptr_t) this) in print()
685 llvm_unreachable("Invalid DWARF format");
694 O << format("Die: 0x%lx", (long)(intptr_t)&Entry);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp411 /* Current format does not work too well, try another one */ in determineSupportedDepthFormat()
432 throw tcu::NotSupportedError("Implementation does not support any known depth format"); in determineSupportedDepthFormat()
536 /* Determine which depth format can be used as a depth attachment without in initTest()
566 TCU_FAIL("Unrecognized depth internal format"); in initTest()
733 glw::GLenum format = GL_NONE; in prepareMutableTextureObject() local
737 /* Set internal_format, format and type accordingly to requested texture type */ in prepareMutableTextureObject()
741 format = m_color_format; in prepareMutableTextureObject()
747 format = m_depth_format; in prepareMutableTextureObject()
757 n_cubemaps * 6 /* layer-faces per cube-map */, 0 /* border */, format, type, in prepareMutableTextureObject()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp257 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format in makeGraphicsPipeline()
593 colorFormat, // VkFormat format in makeRenderPass()
606 depthStencilFormat, // VkFormat format in makeRenderPass()
669 const VkFormat format, in makeImageView()
680 format, // VkFormat format; in makeImageView()
690 const VkFormat format, in makeBufferView()
700 format, // VkFormat format; in makeBufferView()
665 makeImageView(const DeviceInterface& vk, const VkDevice vkDevice, const VkImage image, const VkImageViewType imageViewType, const VkFormat format, const VkImageSubresourceRange subresourceRange, const VkImageViewUsageCreateInfo* imageUsageCreateInfo) makeImageView() argument
687 makeBufferView(const DeviceInterface& vk, const VkDevice vkDevice, const VkBuffer buffer, const VkFormat format, const VkDeviceSize offset, const VkDeviceSize size) makeBufferView() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.h73 GLenum format,
207 GLenum format,
244 GLenum format,
257 GLenum format,
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c45 spdylay_printf(const char *format, ...) in spdylay_printf() argument
47 (void)format; in spdylay_printf()
53 spdylay_fprintf(FILE *stream, const char *format, ...) in spdylay_fprintf() argument
56 (void)format; in spdylay_fprintf()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp41 VkFormat VulkanVertexFormat(wgpu::VertexFormat format) { in VulkanVertexFormat() argument
42 switch (format) { in VulkanVertexFormat()
586 attributeDesc->format = VulkanVertexFormat(attributeInfo.format); in ComputeVertexInputDesc()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilCopyTests.cpp51 texDescriptor.format = wgpu::TextureFormat::Depth24PlusStencil8; in CreateDepthStencilTexture()
63 texDescriptor.format = wgpu::TextureFormat::Depth32Float; in CreateDepthTexture()
70 wgpu::TextureFormat format, in PopulatePipelineDescriptorWriteDepth()
80 wgpu::DepthStencilState* depthStencil = desc->EnableDepthStencil(format); in PopulatePipelineDescriptorWriteDepth()
69 PopulatePipelineDescriptorWriteDepth(utils::ComboRenderPipelineDescriptor* desc, wgpu::TextureFormat format, float regionDepth) PopulatePipelineDescriptorWriteDepth() argument

Completed in 32 milliseconds

1...<<291292293294295296297298299300>>...586