OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmtChunk
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.h
56
EAS_VOID_PTR
fmtChunk
;
eas_wavefile.c
280
if (pWaveData->
fmtChunk
!= NULL)
281
EAS_HWFree(pEASData->hwInstData, pWaveData->
fmtChunk
);
481
*pValue = (EAS_I32) pWaveData->
fmtChunk
;
853
pWaveData->
fmtChunk
= EAS_HWMalloc(pEASData->hwInstData, fmtSize);
854
if (!pWaveData->
fmtChunk
)
858
if ((result = EAS_HWReadFile(pEASData->hwInstData, fileHandle, pWaveData->
fmtChunk
, fmtSize, &count)) != EAS_SUCCESS)
Completed in 248 milliseconds