Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 99) sorted by relevance

1234

/sof-2.7.6/src/ipc/
DKconfig12 This is the default IPC version used on most SOF based devices.
18 This is an IPC version used by certain middleware on some IOT
/sof-2.7.6/tools/tune/common/
DREADME.md11 The output can be used to configure an audio component using sof-ctl.
21 The output can be used to configure an audio component using sof-ctl.
/sof-2.7.6/src/include/sof/lib/
Dmm_heap.h26 uint32_t used; member
32 uint16_t used; /* usage flags for page */ member
/sof-2.7.6/src/lib/
Dalloc.c153 if (heap->info.used % PLATFORM_DCACHE_ALIGN) in rmalloc_sys()
155 (heap->info.used % PLATFORM_DCACHE_ALIGN); in rmalloc_sys()
163 heap->info.used += alignment; in rmalloc_sys()
165 ptr = (void *)(heap->heap + heap->info.used); in rmalloc_sys()
167 heap->info.used += bytes; in rmalloc_sys()
208 hdr->used = 1; in alloc_block_index()
210 heap->info.used += map->block_size; in alloc_block_index()
218 if (hdr->used == 0) { in alloc_block_index()
260 if (hdr->used) { in alloc_cont_blocks()
315 heap->info.used += count * map->block_size; in alloc_cont_blocks()
[all …]
/sof-2.7.6/src/arch/host/
DKconfig9 Number of used cores
/sof-2.7.6/tools/tune/dcblock/
DREADME.md5 files used by sof-ctl. See example_dcblock.m for reference on how to use it.
14 Returns a blob used to configure the binary controls of the DC Blocking Filter
/sof-2.7.6/src/include/ipc/
Ddebug.h28 uint32_t used; /**< number of bytes used in zone */ member
/sof-2.7.6/scripts/
Dsof_fw.kb9 # core id is used to index arrays, so tell KW the max value
DREADME.docker20 After the container is built, it can be used to run the scripts.
/sof-2.7.6/smex/
DREADME.md3 SMEX (*SOF Metadata EXtractor*) is a tool used to extract needed
/sof-2.7.6/tools/topology/topology1/m4/
Dpcm.m4115 ` # used for binding to the PCM'
147 ` # used for binding to the PCM'
184 ` # used for binding to the PCM'
/sof-2.7.6/src/drivers/intel/
DKconfig99 of the driver so this option should not be used in minimal
107 This option is used to minimize driver footprint but
115 This option is used to select each supported decimation
128 is commonly used for 48 kHz capture with 2.4 MHz microphone clock.
166 is commonly used for 16 kHz capture from secondary FIFO while
194 is used for 16 kHz capture for secondary FIFO while the primary
/sof-2.7.6/keys/
DREADME18 development key. It can be freely used by anyone and is intended for reference
39 The private key is used by rimage to sign the SOF binary. It should be kept
/sof-2.7.6/tools/topology/topology1/development/
Dsof-apl-pcm512x-nohdmi.m426 # In this file, volume and eq-volume are used. If anything else is used, please update
Dsof-apl-dmic.m427 # In this file, volume and eq are used. If anything else is used, please update
/sof-2.7.6/src/platform/
DKconfig167 Library builds are not intended to be run on DSP, but to be used by
264 Number of used cores
335 Select if you need support for all 3 DMACs versus the default 2 used
355 It can be used to turn ON/OFF LPSRAM bank/s.
376 It can be used to turn ON/OFF L1 DRAM bank/s.
385 It can be used to calculate DRAM size.
432 Signing schema name used by rimage to decide how to build final binary
438 Defines platform system tick period. It is used
/sof-2.7.6/tools/scripts/
Dcross-arch64.cmake4 # This can be used when running cmake in the following way:
/sof-2.7.6/tools/tune/eq/
Deq_fir_blob_merge.m4 %% Merge equalizer definition into a struct used by successive blob making
23 % names of its contributors may be used to endorse or promote products
Deq_iir_blob_merge.m6 %% Merge equalizer definition into a struct used by successive blob making
25 % names of its contributors may be used to endorse or promote products
Deq_align.m14 % offs - offset (gain) in decibels used
30 % names of its contributors may be used to endorse or promote products
Dmls_rec_config.txt12 % calibration data file is the measured frequency response of the used
/sof-2.7.6/
DCMakeLists.txt56 # intended to be used where PROJECT_* variables are not set
70 # interface library that is used only as container for sof public header files
77 # interface library that is used only as container for sof binary options
89 # interface library that is used only as container for sof statically
DKconfig.xtos-build11 not meant to be used for conditional compilation of code.
/sof-2.7.6/tools/test/audio/test_utils/
Dsync_chirp.m5 % Returns a chirp signal that can be used to mark end and beginning of audio
29 % names of its contributors may be used to endorse or promote products
/sof-2.7.6/tools/test/audio/
Dsof_test_perf_top.m20 % execute. The syntax used is called a cell array. The

1234