Home
last modified time | relevance | path

Searched refs:sample_order (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sndhrdw/
H A Ddkong_sndhrdw.c18 int sample_order[7] = {1,2,1,2,0,1,0}; in WRITE_HANDLER() local
28 sample_start (offset, sample_order[count], 0); in WRITE_HANDLER()
104 int sample_order[7] = {1,2,1,2,0,1,0}; in WRITE_HANDLER() local
110 sample_start (3,sample_order[count]+3,0); in WRITE_HANDLER()
116 sample_start (3,sample_order[count]+8,0); in WRITE_HANDLER()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/d3d11/
H A Dformats.c32 .sample_order = order, \
133 fmt->sample_order[j] = 0; in pl_d3d11_setup_formats()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/vulkan/
H A Dformats.c30 .sample_order = idx, \
52 .sample_order = IDX(0, 1, 2, 3), \
252 fmt->sample_order[i] = 0; in vk_setup_formats()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/opengl/
H A Dformats.c38 .sample_order = {0, 1, 2, 3}, \
263 fmt->sample_order[i] = 0; in add_format()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi.h183 enum hdmi_audio_sample_order sample_order; member
H A Dhdmi_wp.c220 r = FLD_MOD(r, aud_fmt->sample_order, 2, 2); in hdmi_wp_audio_config_format()
H A Dhdmi5_core.c864 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
870 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi.h183 enum hdmi_audio_sample_order sample_order; member
H A Dhdmi_wp.c220 r = FLD_MOD(r, aud_fmt->sample_order, 2, 2); in hdmi_wp_audio_config_format()
H A Dhdmi5_core.c864 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
870 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi.h183 enum hdmi_audio_sample_order sample_order; member
H A Dhdmi_wp.c220 r = FLD_MOD(r, aud_fmt->sample_order, 2, 2); in hdmi_wp_audio_config_format()
H A Dhdmi5_core.c864 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
870 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi.h187 enum hdmi_audio_sample_order sample_order; member
H A Dhdmi_wp.c240 r = FLD_MOD(r, aud_fmt->sample_order, 2, 2); in hdmi_wp_audio_config_format()
H A Dhdmi5_core.c849 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
855 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi.h187 enum hdmi_audio_sample_order sample_order; member
H A Dhdmi_wp.c240 r = FLD_MOD(r, aud_fmt->sample_order, 2, 2); in hdmi_wp_audio_config_format()
H A Dhdmi5_core.c849 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
855 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi.h187 enum hdmi_audio_sample_order sample_order; member
H A Dhdmi_wp.c240 r = FLD_MOD(r, aud_fmt->sample_order, 2, 2); in hdmi_wp_audio_config_format()
H A Dhdmi5_core.c849 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
855 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST; in hdmi5_audio_config()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Dgpu.c52 ret &= fmt->sample_order[i] == i; in pl_fmt_is_ordered()
111 int oa = a->sample_order[i], in cmp_fmt()
112 ob = b->sample_order[i]; in cmp_fmt()
165 indices[i] = idx_map[fmt->sample_order[i]]; in print_formats()
413 depth[fmt->sample_order[i]] = fmt->component_depth[i]; in pl_fmt_glsl_format()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pre90s/
H A Dd_dkong.cpp533 INT32 sample_order[7] = {1,2,1,2,0,1,0}; in STDDIPINFO() local
541 BurnSamplePlay(sample_order[sample_count]); in STDDIPINFO()
651 INT32 sample_order[7] = { 1, 2, 1, 2, 0, 1, 0 }; in dkongjr_climb_write() local
657 BurnSamplePlay(sample_order[sample_count]+((dkongjr_walk) ? 8 : 3)); in dkongjr_climb_write()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/include/libplacebo/
H A Dgpu.h324 int sample_order[4]; // sampled index for each component, e.g. in PL_STRUCT() local

12