Home
last modified time | relevance | path

Searched refs:format (Results 4051 - 4075 of 9338) sorted by relevance

1...<<161162163164165166167168169170>>...374

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatSerialTestData.java10 package com.ibm.icu.dev.test.format;
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DFormatUtils.h11 UString MyFormatNew(const UString &format, const UString &argument);
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_common.h46 const struct v3dv_format *format; member
/third_party/musl/src/hilog/linux/
H A Dvsnprintf_s_p.h26 * @param strDest - produce output according to a format ,write to the character string strDest
30 * @param format - format string
36 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist);
/third_party/musl/porting/linux/user/src/hilog/
H A Dvsnprintf_s_p.h26 * @param strDest - produce output according to a format ,write to the character string strDest
30 * @param format - format string
36 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist);
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc.h42 _mesa_get_bptc_fetch_func(mesa_format format);
H A Dtexcompress_astc.h41 mesa_format format);
H A Dtexcompress_s3tc.h48 _mesa_get_dxt_fetch_func(mesa_format format);
H A Dtexcompress_rgtc.h44 _mesa_get_compressed_rgtc_func(mesa_format format);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.h37 GLenum format, GLenum type,
/third_party/mesa3d/src/util/format/
H A Du_format_tests.h47 enum pipe_format format; member
/third_party/libdrm/tests/modetest/
H A Dbuffers.h34 struct bo *bo_create(int fd, unsigned int format,
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.h34 enum pipe_format format) assert_dt;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkStringify.hpp26 std::string Stringify(VkFormat format);
/third_party/rust/crates/bitflags/tests/compile-pass/redefinition/
H A Dstringify.rs18 assert_eq!(format!("{:?}", Test::A), "A"); in main()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp275 bool IsYUV(const PixelFormat &format) in IsYUV() argument
277 return format == PixelFormat::NV12 || format == PixelFormat::NV21 || in IsYUV()
278 format == PixelFormat::YCBCR_P010 || format == PixelFormat::YCRCB_P010; in IsYUV()
285 IMAGE_LOGE("[ImageUtil]unsupport pixel format"); in GetRGBxRowDataSize()
299 IMAGE_LOGE("[ImageUtil]unsupport pixel format"); in GetRGBxByteCount()
313 IMAGE_LOGE("[ImageUtil]unsupport pixel format"); in GetYUVByteCount()
322 IMAGE_LOGE("[ImageUtil]pixel format to ffmpeg pixel format faile in GetYUVByteCount()
419 PixelFormat format = PixelFormat::BGRA_8888; Create() local
990 GetPixelFormatDetail(const PixelFormat format) GetPixelFormatDetail() argument
1711 ResetConfig(const Size &size, const PixelFormat &format) ResetConfig() argument
2957 IsYuvFormat(PixelFormat format) IsYuvFormat() argument
2968 AssignYuvDataOnType(PixelFormat format, int32_t width, int32_t height) AssignYuvDataOnType() argument
2986 UpdateYUVDataInfo(PixelFormat format, int32_t width, int32_t height, YUVStrideInfo &strides) UpdateYUVDataInfo() argument
3457 PixelFormat format = ImageTypeConverter::ToPixelFormat(srcInfo.info.colorType()); GendstTransInfo() local
3835 CreateSdrMemory(ImageInfo &imageInfo, PixelFormat format, AllocatorType dstType, uint32_t errorCode, bool toSRGB) CreateSdrMemory() argument
3943 ToSdr(PixelFormat format, bool toSRGB) ToSdr() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/
H A Doh_audio_stream_builder_unit_test.cpp665 OH_AudioStream_SampleFormat format = AUDIOSTREAM_SAMPLE_U8; in HWTEST() local
666 result = OH_AudioStreamBuilder_SetSampleFormat(builder, format); in HWTEST()
685 OH_AudioStream_SampleFormat format = AUDIOSTREAM_SAMPLE_S16LE; in HWTEST() local
686 result = OH_AudioStreamBuilder_SetSampleFormat(builder, format); in HWTEST()
705 OH_AudioStream_SampleFormat format = AUDIOSTREAM_SAMPLE_S24LE; in HWTEST() local
706 result = OH_AudioStreamBuilder_SetSampleFormat(builder, format); in HWTEST()
725 OH_AudioStream_SampleFormat format = AUDIOSTREAM_SAMPLE_S32LE; in HWTEST() local
726 result = OH_AudioStreamBuilder_SetSampleFormat(builder, format); in HWTEST()
745 OH_AudioStream_SampleFormat format = AUDIOSTREAM_SAMPLE_S32LE; in HWTEST() local
746 result = OH_AudioStreamBuilder_SetSampleFormat(builder, format); in HWTEST()
[all...]
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c61 do_die(const char *format, va_list va, int err) in do_die() argument
63 vfprintf(stderr, format, va); in do_die()
70 static void __attribute__((noreturn, format(printf, 1, 2)))
71 die_errno(const char *format, ...) in die_errno() argument
75 va_start(va, format); in die_errno()
76 do_die(format, va, errno); in die_errno()
80 static void __attribute__((noreturn, format(printf, 1, 2)))
81 die(const char *format, ...) in die() argument
85 va_start(va, format); in die()
86 do_die(format, v in die()
[all...]
/third_party/elfutils/src/
H A Dnm.c76 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
80 { "format", 'f', "FORMAT", 0,
81 N_("Use the output format FORMAT. FORMAT can be `bsd', `sysv' or `posix'. The default is `sysv'"),
83 { NULL, 'B', NULL, 0, N_("Same as --format=bsd"), 0 },
84 { "portability", 'P', NULL, 0, N_("Same as --format=posix"), 0 },
154 /* The selected output format. */
160 } format; variable
172 /* If true print size of defined symbols in BSD format. */
275 format = format_bsd; in parse_opt()
277 format in parse_opt()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_colorspace.c401 const AVPixFmtDescriptor *in_desc = av_pix_fmt_desc_get(in->format); in create_filtergraph()
402 const AVPixFmtDescriptor *out_desc = av_pix_fmt_desc_get(out->format); in create_filtergraph()
416 "Unsupported input format %d (%s) or bitdepth (%d)\n", in create_filtergraph()
417 in->format, av_get_pix_fmt_name(in->format), in create_filtergraph()
423 "Unsupported output format %d (%s) or bitdepth (%d)\n", in create_filtergraph()
424 out->format, av_get_pix_fmt_name(out->format), in create_filtergraph()
747 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(out->format); in filter_frame()
760 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(out->format); in filter_frame()
[all...]
/third_party/libsnd/src/
H A Dflac.c481 psf->sf.format |= SF_FORMAT_PCM_S8 ;
485 psf->sf.format |= SF_FORMAT_PCM_16 ;
489 psf->sf.format |= SF_FORMAT_PCM_24 ;
706 subformat = SF_CODEC (psf->sf.format) ; in flac_open()
709 { if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_FLAC) in flac_open()
800 switch (SF_CODEC (psf->sf.format)) in flac_enc_init()
1068 switch (SF_CODEC (psf->sf.format)) in flac_write_s2flac()
1110 switch (SF_CODEC (psf->sf.format)) in flac_write_i2flac()
1152 switch (SF_CODEC (psf->sf.format)) in flac_write_f2flac()
1283 switch (SF_CODEC (psf->sf.format)) in flac_write_d2flac()
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp112 switch (instr->format) { in emit_instruction()
546 assert(instr->format != Format::FLAT); in emit_instruction()
548 } else if (instr->format != Format::FLAT || in emit_instruction()
554 (instr->format == Format::SCRATCH && instr->operands[0].isUndefined())) in emit_instruction()
681 instr->format = (Format)((uint16_t)instr->format & ~(uint16_t)Format::DPP16); in emit_instruction()
703 instr->format = (Format)((uint16_t)instr->format & ~(uint16_t)Format::DPP8); in emit_instruction()
717 instr->format = (Format)((uint16_t)instr->format in emit_instruction()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c36 #include "util/format/u_format.h"
45 enum format enum
60 enum format base_format[PIPE_MAX_COLOR_BUFS];
883 rebase_colors(enum format base_format, float (*quadColor)[4]) in rebase_colors()
1264 const enum pipe_format format = softpipe->framebuffer.cbufs[i]->format; in choose_blend_quad() local
1266 util_format_description(format); in choose_blend_quad()
1271 if (util_format_is_intensity(format)) in choose_blend_quad()
1273 else if (util_format_is_luminance(format)) in choose_blend_quad()
1275 else if (util_format_is_luminance_alpha(format)) in choose_blend_quad()
[all...]
/third_party/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1544 glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid *table) in glGetColorTableEXT() argument
1547 (void) format; in glGetColorTableEXT()
1569 gl_dispatch_stub_356(GLenum target, GLenum format, GLenum type, GLvoid * image) in gl_dispatch_stub_356() argument
1572 (void) format; in gl_dispatch_stub_356()
1594 gl_dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) in gl_dispatch_stub_359() argument
1597 (void) format; in gl_dispatch_stub_359()
1605 gl_dispatch_stub_361(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) in gl_dispatch_stub_361() argument
1609 (void) format; in gl_dispatch_stub_361()
1631 gl_dispatch_stub_364(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) in gl_dispatch_stub_364() argument
1635 (void) format; in gl_dispatch_stub_364()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c26 #include "util/format/u_format.h"
27 #include "util/format/u_format_s3tc.h"
49 enum pipe_format format, in nv50_screen_is_format_supported()
59 if (sample_count == 8 && util_format_get_blocksizebits(format) >= 128) in nv50_screen_is_format_supported()
68 if (format == PIPE_FORMAT_NONE && bindings & PIPE_BIND_RENDER_TARGET) in nv50_screen_is_format_supported()
71 switch (format) { in nv50_screen_is_format_supported()
81 if (util_format_is_depth_or_stencil(format) || in nv50_screen_is_format_supported()
93 if (format != PIPE_FORMAT_R8_UINT && in nv50_screen_is_format_supported()
94 format != PIPE_FORMAT_R16_UINT && in nv50_screen_is_format_supported()
95 format ! in nv50_screen_is_format_supported()
48 nv50_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) nv50_screen_is_format_supported() argument
[all...]

Completed in 23 milliseconds

1...<<161162163164165166167168169170>>...374