OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipWAVFile
(Results
1 - 2
of
2
) sorted by null
/external/opencore/fileformats/wav/parser/src/
pvwavfileparser.cpp
113
OSCL_ASSERT(
ipWAVFile
!= NULL);
116
if ((bytesread =
ipWAVFile
->Read(buff, 1, size)) == 0)
118
if (
ipWAVFile
->EndOfFile())
138
if (
ipWAVFile
!= NULL)
139
ipWAVFile
->Close();
140
OSCL_DELETE(
ipWAVFile
);
141
ipWAVFile
= NULL;
177
ipWAVFile
= OSCL_NEW(Oscl_File, (4096));
178
if (
ipWAVFile
== NULL)
183
if (
ipWAVFile
->Open(aClip.get_cstr(), (Oscl_File::MODE_READ | Oscl_File::MODE_BINARY), *aFileSession) != 0
[
all
...]
/external/opencore/fileformats/wav/parser/include/
pvwavfileparser.h
96
ipWAVFile
= NULL;
144
Oscl_File*
ipWAVFile
;
Completed in 428 milliseconds