Searched refs:code (Results 1 – 25 of 68) sorted by relevance
123
/sof-3.4.0/src/include/sof/audio/cadence/ |
D | xa_error_standards.h | 56 #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/ |
D | google_audio_post_processing_platform.h | 25 void GoogleAudioPostProcessingLog(int line, int code);
|
D | google_audio_post_processing.h | 50 GoogleAudioPostProcessingState *const state, int code, int msg_index,
|
/sof-3.4.0/src/samples/ |
D | Kconfig | 9 Select to build sample code
|
/sof-3.4.0/smex/ |
D | README.md | 4 information from SOF source code and output files and then put then save
|
/sof-3.4.0/keys/ |
D | README | 5 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/ |
D | trace.h | 113 uint32_t code; /* SOF_IPC_PANIC_ */ member
|
/sof-3.4.0/.github/workflows/ |
D | SPDX-README.md | 6 assembly code.
|
/sof-3.4.0/tools/test/audio/ |
D | README | 43 executable and component libraries. Exit code 0 indicates success and 44 exit code 1 indicates failed test cases.
|
D | sof_test_perf_top.m | 12 % shell exit code
|
/sof-3.4.0/ |
D | Kconfig.xtos-build | 11 not meant to be used for conditional compilation of code.
|
/sof-3.4.0/test/cmocka/src/math/dct/ |
D | mfcc_get_dct_matrix.m | 20 % TODO: Check if code below is needed
|
/sof-3.4.0/src/arch/xtensa/include/xtensa/ |
D | xtruntime.h | 207 extern int _xtos_core_save(unsigned flags, XtosCoreState *savearea, void *code);
|
/sof-3.4.0/tools/test/audio/test_utils/ |
D | delete_check.m | 7 % * Redistributions of source code must retain the above copyright
|
D | mkdir_check.m | 7 % * Redistributions of source code must retain the above copyright
|
/sof-3.4.0/zephyr/ |
D | README | 10 functionality as code is moved from SOF to Zephyr (i.e. EDF scheduler updates
|
/sof-3.4.0/tools/tune/src/ |
D | src_std_int32.m | 6 % * Redistributions of source code must retain the above copyright
|
D | src_factor1_lm.m | 16 % * Redistributions of source code must retain the above copyright
|
D | src_tiny_int16.m | 6 % * Redistributions of source code must retain the above copyright
|
/sof-3.4.0/tools/test/audio/std_utils/ |
D | stdhpf.m | 23 % * Redistributions of source code must retain the above copyright
|
D | stdlpf.m | 23 % * Redistributions of source code must retain the above copyright
|
D | stdnotch.m | 20 % * Redistributions of source code must retain the above copyright
|
/sof-3.4.0/tools/tune/eq/ |
D | eq_blob_write.m | 9 % * Redistributions of source code must retain the above copyright
|
D | eq_fir_blob_merge.m | 17 % * Redistributions of source code must retain the above copyright
|
/sof-3.4.0/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 39 (cut-and-paste text and put a code fence (\`\`\`) before and after, to help
|
123