OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAS_ReportEx
(Results
1 - 8
of
8
) sorted by null
/external/sonivox/arm-wt-22k/host_src/
eas_report.h
60
extern void
EAS_ReportEx
(int severity, unsigned long hashCode, int serialNum, ...);
eas_hostmm.c
188
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000004 , amount);
205
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000005 , amount);
222
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000006 , amount);
533
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000001 , state);
548
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000002 , state);
563
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000003 , state);
eas_report.c
138
*
EAS_ReportEx
()
144
void
EAS_ReportEx
(int severity, unsigned long hashCode, int serialNum, ...)
177
} /* end
EAS_ReportEx
*/
eas_main.c
93
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "Error in output filename %s\n", waveFilename); */ }
104
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "EAS_OpenFile returned %ld\n", reportResult); */ }
111
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "EAS_Prepare returned %ld\n", result); */ }
118
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "EAS_ParseMetaData returned %ld\n", result); */ }
121
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0xe624f4d9, 0x00000005 , playTime / 1000, playTime % 1000);
129
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "Unable to create output file %s\n", waveFilename); */ }
145
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "EAS_GetLocation returned %d\n",result); */ }
150
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_DETAIL, "Parser time: %d.%03d\n", playTime / 1000, playTime % 1000); */ }
155
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "EAS_Render returned %d\n",result); */ }
166
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "WaveFileWrite failed\n"); */
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c
129
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
140
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
148
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ }
163
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderR.step, sTemp); */ }
270
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_DETAIL, "In=%u, Pred=%d, Step=%d\n", nibble, pState->acc, imaStepSizeTable[pState->step]); */ }
317
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x2380b977, 0x00000006 , time, temp);
340
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x2380b977, 0x00000007 , numBlocks, samplesPerLoop, samplesInLastBlock, temp);
347
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x2380b977, 0x00000008 , temp);
357
EAS_ReportEx
(_EAS_SEVERITY_NOFILTER, 0x2380b977, 0x00000009 , pState->bytesLeft);
eas_mdls.c
505
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "Expected DLS chunk, got %08lx\n", temp); */ }
556
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "No lins chunk found"); */ }
563
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "No wvpl chunk found"); */ }
570
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "No ptbl chunk found"); */ }
581
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "DLS file contains invalid #waves [%u]\n", dls.waveCount); */ }
589
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "EAS_HWMalloc for wsmp data failed\n"); */ }
602
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "DLS file contains invalid #regions [%u]\n", dls.regionCount); */ }
609
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "DLS file contains invalid #articulations [%u]\n", dls.regionCount); */ }
616
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "DLS file contains invalid #instruments [%u]\n", dls.instCount); */ }
644
{ /* dpp:
EAS_ReportEx
(_EAS_SEVERITY_ERROR, "EAS_HWMalloc failed for DLS memory allocation size %ld\n", size); */
[
all
...]
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c
169
*
EAS_ReportEx
()
172
void
EAS_ReportEx
(int severity, unsigned long hashCode, int serialNum, ...)
221
} /* end
EAS_ReportEx
*/
[
all
...]
EASLibVst.c
151
*
EAS_ReportEx
()
154
void
EAS_ReportEx
(int severity, unsigned long hashCode, int serialNum, ...)
203
} /* end
EAS_ReportEx
*/
[
all
...]
Completed in 214 milliseconds