Home
last modified time | relevance | path

Searched refs:formats (Results 51 - 75 of 2157) sorted by relevance

12345678910>>...87

/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
H A Dmain.go79 flag.StringVar(&formatList, "format", "wgsl,spvasm,msl,hlsl", "comma separated list of formats to emit. Possible values are: all, wgsl, spvasm, msl, hlsl, glsl")
149 formats := []outputFormat{}
151 formats = []outputFormat{wgsl, spvasm, msl, hlsl, glsl}
156 formats = append(formats, wgsl)
158 formats = append(formats, spvasm)
160 formats = append(formats, msl)
162 formats
[all...]
/kernel/linux/linux-5.10/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-hostless.c69 .formats = MTK_HOSTLESS_FORMATS,
76 .formats = MTK_HOSTLESS_FORMATS,
88 .formats = MTK_HOSTLESS_FORMATS,
95 .formats = MTK_HOSTLESS_FORMATS,
/kernel/linux/linux-5.10/sound/soc/mediatek/mt6797/
H A Dmt6797-dai-hostless.c69 .formats = MTK_HOSTLESS_FORMATS,
76 .formats = MTK_HOSTLESS_FORMATS,
88 .formats = MTK_HOSTLESS_FORMATS,
95 .formats = MTK_HOSTLESS_FORMATS,
/kernel/linux/linux-6.6/sound/soc/mediatek/mt6797/
H A Dmt6797-dai-hostless.c69 .formats = MTK_HOSTLESS_FORMATS,
76 .formats = MTK_HOSTLESS_FORMATS,
88 .formats = MTK_HOSTLESS_FORMATS,
95 .formats = MTK_HOSTLESS_FORMATS,
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-hostless.c69 .formats = MTK_HOSTLESS_FORMATS,
76 .formats = MTK_HOSTLESS_FORMATS,
88 .formats = MTK_HOSTLESS_FORMATS,
95 .formats = MTK_HOSTLESS_FORMATS,
/third_party/python/Lib/distutils/tests/
H A Dtest_bdist.py21 cmd.formats = ['tar']
23 self.assertEqual(cmd.formats, ['tar'])
25 # what formats does bdist offer?
26 formats = ['bztar', 'gztar', 'rpm', 'tar', 'xztar', 'zip', 'ztar']
28 self.assertEqual(found, formats)
/kernel/linux/linux-5.10/sound/usb/
H A Dquirks-table.h56 .formats = SNDRV_PCM_FMTBIT_S16_LE,
84 * The device advertises 8 formats, but only a rate of 48kHz is honored by the
102 .formats = SNDRV_PCM_FMTBIT_S16_LE,
461 .formats = SNDRV_PCM_FMTBIT_S16_LE,
478 .formats = SNDRV_PCM_FMTBIT_S16_LE,
949 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
966 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
1570 .formats = SNDRV_PCM_FMTBIT_S32_LE,
1588 .formats = SNDRV_PCM_FMTBIT_S32_LE,
1637 .formats
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c147 .formats = formats_win_lite,
159 .formats = formats_win_lite,
172 .formats = formats_win_full_10bit_yuyv,
185 .formats = formats_win_full_10bit_yuyv,
199 .formats = formats_win_full_10bit,
214 .formats = formats_win_full_10bit,
/third_party/ffmpeg/libavfilter/
H A Daf_aformat.c33 #include "formats.h"
39 AVFilterFormats *formats; member
52 { "sample_fmts", "A '|'-separated list of sample formats.", OFFSET(formats_str), AV_OPT_TYPE_STRING, .flags = A|F },
53 { "f", "A '|'-separated list of sample formats.", OFFSET(formats_str), AV_OPT_TYPE_STRING, .flags = A|F },
138 PARSE_FORMATS(s->formats_str, enum AVSampleFormat, s->formats, in init()
153 ff_formats_unref(&s->formats); in uninit()
163 ret = ff_set_common_formats(ctx, s->formats ? s->formats : in query_formats()
165 s->formats = NULL; in query_formats()
195 .description = NULL_IF_CONFIG_SMALL("Convert the input audio to one of the specified formats
[all...]
H A Dvaf_spectrumsynth.c35 #include "formats.h"
102 AVFilterFormats *formats = NULL; in query_formats() local
113 formats = ff_make_format_list(sample_fmts); in query_formats()
114 if ((ret = ff_formats_ref (formats, &outlink->incfg.formats )) < 0 || in query_formats()
120 formats = ff_make_format_list(sample_rates); in query_formats()
121 if (!formats) in query_formats()
123 if ((ret = ff_formats_ref(formats, &outlink->incfg.samplerates)) < 0) in query_formats()
126 formats = ff_make_format_list(pix_fmts); in query_formats()
127 if (!formats) in query_formats()
[all...]
H A Dsrc_avsynctest.c34 #include "formats.h"
104 AVFilterFormats *formats; in query_formats() local
107 formats = ff_make_format_list(sample_fmts); in query_formats()
108 if (!formats) in query_formats()
110 if ((ret = ff_formats_ref(formats, &ctx->outputs[0]->incfg.formats)) < 0) in query_formats()
113 formats = ff_draw_supported_pixel_formats(0); in query_formats()
114 if (!formats) in query_formats()
116 if ((ret = ff_formats_ref(formats, &ctx->outputs[1]->incfg.formats)) < in query_formats()
[all...]
H A Davf_aphasemeter.c32 #include "formats.h"
93 AVFilterFormats *formats = NULL; in query_formats() local
101 formats = ff_make_format_list(sample_fmts); in query_formats()
102 if ((ret = ff_formats_ref (formats, &inlink->outcfg.formats )) < 0 || in query_formats()
103 (ret = ff_formats_ref (formats, &outlink->incfg.formats )) < 0 || in query_formats()
109 formats = ff_all_samplerates(); in query_formats()
110 if ((ret = ff_formats_ref(formats, &inlink->outcfg.samplerates)) < 0 || in query_formats()
111 (ret = ff_formats_ref(formats, in query_formats()
[all...]
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6afe-dai.c22 .formats = SNDRV_PCM_FMTBIT_S16_LE | \
43 .formats = SNDRV_PCM_FMTBIT_S16_LE | \
64 .formats = SNDRV_PCM_FMTBIT_S16_LE | \
85 .formats = SNDRV_PCM_FMTBIT_S16_LE | \
791 .formats = SNDRV_PCM_FMTBIT_S16_LE |
814 .formats = SNDRV_PCM_FMTBIT_S16_LE |
832 .formats = SNDRV_PCM_FMTBIT_S16_LE |
845 .formats = SNDRV_PCM_FMTBIT_S16_LE |
868 .formats = SNDRV_PCM_FMTBIT_S16_LE |
881 .formats
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-video.c270 const struct camss_format_info *formats, in video_find_format()
276 if (formats[i].code == code && in video_find_format()
277 formats[i].pixelformat == pixelformat) in video_find_format()
282 if (formats[i].code == code) in video_find_format()
294 * @f: a pointer to formats array element to be used for the conversion
364 video->formats, video->nformats); in video_get_subdev_format()
371 &video->formats[ret], video->bpl_alignment); in video_get_subdev_format()
614 * Find index "i" of "k"th unique pixelformat in formats array. in video_enum_fmt()
618 * pixel formats that can be produced from that media bus code. in video_enum_fmt()
619 * This is implemented by skipping video->formats[] entrie in video_enum_fmt()
269 video_find_format(u32 code, u32 pixelformat, const struct camss_format_info *formats, unsigned int nformats) video_find_format() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/uniphier/
H A Daio-pxs2.c176 .formats = SNDRV_PCM_FMTBIT_S32_LE,
189 .formats = SNDRV_PCM_FMTBIT_S32_LE,
196 .formats = SNDRV_PCM_FMTBIT_S32_LE,
209 .formats = SNDRV_PCM_FMTBIT_S32_LE,
216 .formats = SNDRV_PCM_FMTBIT_S32_LE,
229 .formats = SNDRV_PCM_FMTBIT_S32_LE,
242 .formats = SNDRV_PCM_FMTBIT_S32_LE,
/kernel/linux/linux-6.6/sound/soc/amd/acp/
H A Dacp-rembrandt.c83 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 |
93 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 |
108 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 |
118 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 |
133 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 |
143 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 |
157 .formats = SNDRV_PCM_FMTBIT_S32_LE,
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp182 vector<int> formats(numFormats); in operator ()()
184 gl.getIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, &formats[0]); in operator ()()
189 std::copy(formats.begin(), formats.end(), std::inserter(formatSet, formatSet.begin())); in operator ()()
251 const set<int>& formats = m_compressedTextureFormats.getValue(m_context); in isCompressedTextureFormatSupported() local
252 return formats.find(format) != formats.end(); in isCompressedTextureFormatSupported()
/third_party/ffmpeg/libavfilter/tests/
H A Dfiltfmts.c32 #include "libavfilter/formats.h"
45 const AVFilterFormats *const fmts = cfg->formats; in print_formats_internal()
49 av_get_pix_fmt_name(fmts->formats[j])); in print_formats_internal()
52 const AVFilterFormats *const fmts = cfg->formats; in print_formats_internal()
58 av_get_sample_fmt_name(fmts->formats[j])); in print_formats_internal()
147 ret = filter->formats.query_func(filter_ctx); in main()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/
H A Dia_css_formats.host.c44 const struct sh_css_isp_formats_params *formats, in ia_css_formats_dump()
47 if (!formats) return; in ia_css_formats_dump()
49 "video_full_range_flag", formats->video_full_range_flag); in ia_css_formats_dump()
43 ia_css_formats_dump( const struct sh_css_isp_formats_params *formats, unsigned int level) ia_css_formats_dump() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/
H A Dia_css_formats.host.c44 const struct sh_css_isp_formats_params *formats, in ia_css_formats_dump()
47 if (!formats) return; in ia_css_formats_dump()
49 "video_full_range_flag", formats->video_full_range_flag); in ia_css_formats_dump()
43 ia_css_formats_dump( const struct sh_css_isp_formats_params *formats, unsigned int level) ia_css_formats_dump() argument
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dbt-sco.c31 .formats = SNDRV_PCM_FMTBIT_S16_LE,
38 .formats = SNDRV_PCM_FMTBIT_S16_LE,
48 .formats = SNDRV_PCM_FMTBIT_S16_LE,
55 .formats = SNDRV_PCM_FMTBIT_S16_LE,
H A Dgtm601.c39 .formats = SNDRV_PCM_FMTBIT_S16_LE,
46 .formats = SNDRV_PCM_FMTBIT_S16_LE,
57 .formats = SNDRV_PCM_FMTBIT_S16_LE,
64 .formats = SNDRV_PCM_FMTBIT_S16_LE,
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dbt-sco.c35 .formats = SNDRV_PCM_FMTBIT_S16_LE,
42 .formats = SNDRV_PCM_FMTBIT_S16_LE,
52 .formats = SNDRV_PCM_FMTBIT_S16_LE,
59 .formats = SNDRV_PCM_FMTBIT_S16_LE,
H A Dgtm601.c39 .formats = SNDRV_PCM_FMTBIT_S16_LE,
46 .formats = SNDRV_PCM_FMTBIT_S16_LE,
57 .formats = SNDRV_PCM_FMTBIT_S16_LE,
64 .formats = SNDRV_PCM_FMTBIT_S16_LE,
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-video.c219 const struct camss_format_info *formats, in video_find_format()
225 if (formats[i].code == code && in video_find_format()
226 formats[i].pixelformat == pixelformat) in video_find_format()
231 if (formats[i].code == code) in video_find_format()
243 * @f: a pointer to formats array element to be used for the conversion
312 video->formats, video->nformats); in video_get_subdev_format()
319 &video->formats[ret], video->bpl_alignment); in video_get_subdev_format()
540 * Returns the index in the video->formats[] array of the element which
549 /* find index "i" of "k"th unique pixelformat in formats array */ in video_get_unique_pixelformat_by_index()
553 if (video->formats[ in video_get_unique_pixelformat_by_index()
218 video_find_format(u32 code, u32 pixelformat, const struct camss_format_info *formats, unsigned int nformats) video_find_format() argument
[all...]

Completed in 11 milliseconds

12345678910>>...87