/third_party/ffmpeg/tests/fate/ |
D | dca.mak | 25 FATE_DCADEC_LOSSLESS += fate-dca-$(1) fate-dca-$(1)-dmix_2 fate-dca-$(1)-dmix_6 26 fate-dca-$(1): CMD = framemd5 -i $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -c:a pcm_$(2) -af ar… 27 fate-dca-$(1)-dmix_2: CMD = framemd5 -request_channel_layout 0x3 -i $(TARGET_SAMPLES)/dts/dcadec-… 28 fate-dca-$(1)-dmix_6: CMD = framemd5 -request_channel_layout 0x60f -i $(TARGET_SAMPLES)/dts/dcadec-… 32 FATE_DCADEC_LOSSY += fate-dca-$(1) 33 fate-dca-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -f f32le -af aresample… 34 fate-dca-$(1): REF = $(SAMPLES)/dts/dcadec-suite/$(1).f32 42 FATE_DCADEC_LOSSY += fate-dca-core_51_24_48_768_1-dmix_2 43 fate-dca-core_51_24_48_768_1-dmix_2: CMD = ffmpeg -request_channel_layout 0x3 -i $(TARGET_SAMPLES)/… 44 fate-dca-core_51_24_48_768_1-dmix_2: REF = $(SAMPLES)/dts/dcadec-suite/core_51_24_48_768_1-dmix_2.f… [all …]
|
D | acodec.mak | 116 FATE_ACODEC-$(call ENCDEC, DCA, DTS) += fate-acodec-dca 117 fate-acodec-dca: tests/data/asynth-44100-2.wav 118 fate-acodec-dca: SRC = tests/data/asynth-44100-2.wav 119 fate-acodec-dca: CMD = md5 -i $(TARGET_PATH)/$(SRC) -c:a dca -strict -2 -f dts -flags +bitexact -af… 120 fate-acodec-dca: CMP = oneline 121 fate-acodec-dca: REF = 2aa580ac67820fce4f581b96ebb34acc 124 fate-acodec-dca2: CMD = enc_dec_pcm dts wav s16le $(SRC) -c:a dca -strict -2 -flags +bitexact -af a…
|
/third_party/mesa3d/src/glx/ |
D | dri_common.c | 423 struct dri_ctx_attribs *dca) in dri_convert_glx_attribs() argument 429 dca->major_ver = 1; in dri_convert_glx_attribs() 430 dca->minor_ver = 0; in dri_convert_glx_attribs() 431 dca->render_type = GLX_RGBA_TYPE; in dri_convert_glx_attribs() 432 dca->reset = __DRI_CTX_RESET_NO_NOTIFICATION; in dri_convert_glx_attribs() 433 dca->release = __DRI_CTX_RELEASE_BEHAVIOR_FLUSH; in dri_convert_glx_attribs() 434 dca->flags = 0; in dri_convert_glx_attribs() 435 dca->api = __DRI_API_OPENGL; in dri_convert_glx_attribs() 447 dca->major_ver = attribs[i * 2 + 1]; in dri_convert_glx_attribs() 450 dca->minor_ver = attribs[i * 2 + 1]; in dri_convert_glx_attribs() [all …]
|
D | dri3_glx.c | 244 struct dri_ctx_attribs dca; in dri3_create_context_attribs() local 248 *error = dri_convert_glx_attribs(num_attribs, attribs, &dca); in dri3_create_context_attribs() 252 if (!dri2_check_no_error(dca.flags, shareList, dca.major_ver, error)) { in dri3_create_context_attribs() 257 if (!validate_renderType_against_config(config_base, dca.render_type)) in dri3_create_context_attribs() 279 ctx_attribs[num_ctx_attribs++] = dca.major_ver; in dri3_create_context_attribs() 281 ctx_attribs[num_ctx_attribs++] = dca.minor_ver; in dri3_create_context_attribs() 287 if (dca.reset != __DRI_CTX_RESET_NO_NOTIFICATION) { in dri3_create_context_attribs() 289 ctx_attribs[num_ctx_attribs++] = dca.reset; in dri3_create_context_attribs() 292 if (dca.release != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH) { in dri3_create_context_attribs() 294 ctx_attribs[num_ctx_attribs++] = dca.release; in dri3_create_context_attribs() [all …]
|
D | drisw_glx.c | 512 struct dri_ctx_attribs dca; in drisw_create_context_attribs() local 522 *error = dri_convert_glx_attribs(num_attribs, attribs, &dca); in drisw_create_context_attribs() 526 if (!dri2_check_no_error(dca.flags, shareList, dca.major_ver, error)) in drisw_create_context_attribs() 530 if (!validate_renderType_against_config(config_base, dca.render_type)) { in drisw_create_context_attribs() 553 ctx_attribs[num_ctx_attribs++] = dca.major_ver; in drisw_create_context_attribs() 555 ctx_attribs[num_ctx_attribs++] = dca.minor_ver; in drisw_create_context_attribs() 556 if (dca.release != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH) { in drisw_create_context_attribs() 558 ctx_attribs[num_ctx_attribs++] = dca.release; in drisw_create_context_attribs() 561 if (dca.flags != 0) { in drisw_create_context_attribs() 567 ctx_attribs[num_ctx_attribs++] = dca.flags; in drisw_create_context_attribs() [all …]
|
D | dri2_glx.c | 193 struct dri_ctx_attribs dca; in dri2_create_context_attribs() local 197 *error = dri_convert_glx_attribs(num_attribs, attribs, &dca); in dri2_create_context_attribs() 201 if (!dri2_check_no_error(dca.flags, shareList, dca.major_ver, error)) { in dri2_create_context_attribs() 206 if (!validate_renderType_against_config(config_base, dca.render_type)) in dri2_create_context_attribs() 228 ctx_attribs[num_ctx_attribs++] = dca.major_ver; in dri2_create_context_attribs() 230 ctx_attribs[num_ctx_attribs++] = dca.minor_ver; in dri2_create_context_attribs() 236 if (dca.reset != __DRI_CTX_RESET_NO_NOTIFICATION) { in dri2_create_context_attribs() 238 ctx_attribs[num_ctx_attribs++] = dca.reset; in dri2_create_context_attribs() 241 if (dca.release != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH) { in dri2_create_context_attribs() 243 ctx_attribs[num_ctx_attribs++] = dca.release; in dri2_create_context_attribs() [all …]
|
D | dri_common.h | 81 struct dri_ctx_attribs *dca);
|
/third_party/gstreamer/gstplugins_bad/ext/dts/ |
D | meson.build | 14 if cc.has_header_symbol('dca.h', 'dca_init') 15 dca_dep = cc.find_library('dca', required : false) build 25 # can point to a non-existing location (/usr/include/dca)
|
/third_party/mesa3d/src/mesa/math/ |
D | m_debug_clip.c | 233 GLubyte dm[TEST_COUNT], dco, dca; in test_cliptest_function() local 277 dca = rca = CLIP_FRUSTUM_BITS; in test_cliptest_function() 283 func( source, dest, dm, &dco, &dca, viewport_z_clip ); in test_cliptest_function() 287 func( source, dest, dm, &dco, &dca, viewport_z_clip ); in test_cliptest_function() 295 if ( dca != rca ) { in test_cliptest_function() 297 printf( "dca = 0x%02x rca = 0x%02x\n", dca, rca ); in test_cliptest_function()
|
/third_party/ffmpeg/libavcodec/ |
D | dcadec.h | 78 DCAContext *dca = avctx->priv_data; in ff_dca_check_crc() local 84 if (av_crc(dca->crctab, 0xffff, s->buffer + p1 / 8, (p2 - p1) / 8)) in ff_dca_check_crc()
|
D | dca_xll.c | 905 DCAContext *dca = s->avctx->priv_data; in parse_sub_headers() local 935 switch (dca->request_channel_layout) { in parse_sub_headers() 1239 DCAContext *dca = s->avctx->priv_data; in force_lossy_output() local 1248 if (ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]) < 0) in force_lossy_output() 1256 DCAContext *dca = s->avctx->priv_data; in combine_residual_frame() local 1261 if (!(dca->packet & DCA_PACKET_CORE)) { in combine_residual_frame() 1266 if (c->freq != dca->core.output_rate) { in combine_residual_frame() 1267 …OG_WARNING, "Sample rate mismatch between core (%d Hz) and XLL (%d Hz)\n", dca->core.output_rate, … in combine_residual_frame() 1271 if (nsamples != dca->core.npcmsamples) { in combine_residual_frame() 1272 …, "Number of samples per frame mismatch between core (%d) and XLL (%d)\n", dca->core.npcmsamples, … in combine_residual_frame() [all …]
|
D | dca_core.c | 1687 DCAContext *dca = s->avctx->priv_data; in parse_optional_info() local 1703 if (s->ext_audio_present && !dca->core_only) { in parse_optional_info() 1714 if (dca->request_channel_layout) in parse_optional_info() 1767 if (dca->request_channel_layout) in parse_optional_info() 1778 !av_crc(dca->crctab, 0xffff, s->gb.buffer + in parse_optional_info() 1834 DCAContext *dca = avctx->priv_data; in ff_dca_core_parse_exss() local 1839 if (!dca->request_channel_layout) { in ff_dca_core_parse_exss() 1883 if (!(dca->packet & DCA_PACKET_XLL)) { in ff_dca_core_parse_exss() 2066 DCAContext *dca = avctx->priv_data; in filter_frame_fixed() local 2070 if (!(dca->packet & DCA_PACKET_XLL) && (ret = ff_dca_core_filter_fixed(s, 0)) < 0) in filter_frame_fixed() [all …]
|
D | dca_lbr.c | 1136 DCAContext *dca = s->avctx->priv_data; in parse_decoder_init() local 1144 if (dca->request_channel_layout != DCA_SPEAKER_LAYOUT_STEREO && !(s->warned & 4)) { in parse_decoder_init()
|
D | Makefile | 277 OBJS-$(CONFIG_DCA_DECODER) += dcadec.o dca.o dcadata.o dcahuff.o \ 996 OBJS-$(CONFIG_SPDIF_MUXER) += dca.o 1093 OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o dca_exss.o dca.o
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vulkan/frag/ |
D | texture-access-function.swizzle.vk.frag | 21 …uffer tb, sampler2DShadow d2, samplerCubeShadow dc, texture2DArray d2a, samplerCubeArrayShadow dca) 35 c.r = texture(dca, vec4(0.0, 0.0, 0.0, 0.0), 1.0); 83 c = textureGather(dca, vec4(0.0, 0.0, 0.0, 0.0), 1.0);
|
/third_party/boost/libs/gil/test/extension/io/images/pnm/ |
D | p5.pnm | 1018 A?<:752/-*(%# dca`_^\[ZXWVUSRQONMLJIHFEDCA@?><;:8765321/.-,*)(&%$#! 1027 dca`_^\[ZXWVUSRQONMLJIHFEDCA@?><;:8765321/.-,*)(&%$#!
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vulkan/frag/ |
D | texture-access-function.swizzle.vk.frag | 141 …ay<float> d2a, constant uint& d2aSwzl, thread const depthcube_array<float> dca, thread const sampl… 152 …c.x = spvTextureSwizzle(dca.sample_compare(dcaSmplr, float4(0.0).xyz, uint(round(float4(0.0).w)), … 184 …c = spvGatherCompareSwizzle(dca, dcaSmplr, dcaSwzl, float4(0.0).xyz, uint(round(float4(0.0).w)), 1…
|
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/ |
D | force-speaker.conf | 110 device-strings = dca:%f
|
D | force-speaker-and-int-mic.conf | 111 device-strings = dca:%f
|
D | default.conf | 202 device-strings = dca:%f
|
/third_party/ffmpeg/tests/ |
D | Makefile | 130 include $(SRC_PATH)/tests/fate/dca.mak
|
/third_party/ffmpeg/ |
D | MAINTAINERS | 162 dca* foo86
|
D | BUILD.gn | 234 # "//third_party/ffmpeg/libavcodec/dca.c",
|
D | Changelog | 1549 - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
|
/third_party/python/Lib/test/ |
D | mime.types | 44 application/dca-rft
|