Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 68) sorted by relevance

123

/sof-3.4.0/src/include/sof/audio/cadence/
Dxa_error_standards.h56 #define XA_ERROR_SEVERITY(code) (((code) & XA_FATAL_ERROR) != 0) argument
57 #define XA_ERROR_CLASS(code) (((code) >> 11) & 0x0f) argument
58 #define XA_ERROR_CODEC(code) (((code) >> 6) & 0x1f) argument
59 #define XA_ERROR_SUBCODE(code) (((code) >> 0) & 0x3f) argument
/sof-3.4.0/third_party/include/
Dgoogle_audio_post_processing_platform.h25 void GoogleAudioPostProcessingLog(int line, int code);
Dgoogle_audio_post_processing.h50 GoogleAudioPostProcessingState *const state, int code, int msg_index,
/sof-3.4.0/src/samples/
DKconfig9 Select to build sample code
/sof-3.4.0/smex/
DREADME.md4 information from SOF source code and output files and then put then save
/sof-3.4.0/keys/
DREADME5 Skylake onwards. i.e. no code signing on Baytrail, Cherrytrail, Braswell,
36 within the BIOS in order to verify code signed with the private key.
/sof-3.4.0/src/include/ipc/
Dtrace.h113 uint32_t code; /* SOF_IPC_PANIC_ */ member
/sof-3.4.0/.github/workflows/
DSPDX-README.md6 assembly code.
/sof-3.4.0/tools/test/audio/
DREADME43 executable and component libraries. Exit code 0 indicates success and
44 exit code 1 indicates failed test cases.
Dsof_test_perf_top.m12 % shell exit code
/sof-3.4.0/
DKconfig.xtos-build11 not meant to be used for conditional compilation of code.
/sof-3.4.0/test/cmocka/src/math/dct/
Dmfcc_get_dct_matrix.m20 % TODO: Check if code below is needed
/sof-3.4.0/src/arch/xtensa/include/xtensa/
Dxtruntime.h207 extern int _xtos_core_save(unsigned flags, XtosCoreState *savearea, void *code);
/sof-3.4.0/tools/test/audio/test_utils/
Ddelete_check.m7 % * Redistributions of source code must retain the above copyright
Dmkdir_check.m7 % * Redistributions of source code must retain the above copyright
/sof-3.4.0/zephyr/
DREADME10 functionality as code is moved from SOF to Zephyr (i.e. EDF scheduler updates
/sof-3.4.0/tools/tune/src/
Dsrc_std_int32.m6 % * Redistributions of source code must retain the above copyright
Dsrc_factor1_lm.m16 % * Redistributions of source code must retain the above copyright
Dsrc_tiny_int16.m6 % * Redistributions of source code must retain the above copyright
/sof-3.4.0/tools/test/audio/std_utils/
Dstdhpf.m23 % * Redistributions of source code must retain the above copyright
Dstdlpf.m23 % * Redistributions of source code must retain the above copyright
Dstdnotch.m20 % * Redistributions of source code must retain the above copyright
/sof-3.4.0/tools/tune/eq/
Deq_blob_write.m9 % * Redistributions of source code must retain the above copyright
Deq_fir_blob_merge.m17 % * Redistributions of source code must retain the above copyright
/sof-3.4.0/.github/ISSUE_TEMPLATE/
Dbug_report.md39 (cut-and-paste text and put a code fence (\`\`\`) before and after, to help

123