OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id3Frames
(Results
1 - 5
of
5
) sorted by null
/external/opencore/fileformats/rawaac/parser/include/
aacfileparser.h
452
void ID3MetaData(PvmiKvpSharedPtrVector &
id3Frames
)
454
id3Parser->GetID3Frames(
id3Frames
);
/external/opencore/fileformats/mp3/parser/src/
imp3ff.cpp
195
PvmiKvpSharedPtrVector
id3Frames
;
196
pMP3Parser->GetMetaData(
id3Frames
);
200
for (uint32 p = 0; p <
id3Frames
.size(); p++)
202
OSCL_HeapString<OsclMemAllocator> keystr((const char *)((*
id3Frames
[p]).key), oscl_strlen((const char *)((*
id3Frames
[p]).key)));
[
all
...]
/external/opencore/fileformats/mp4/parser/include/
impeg4file.h
241
virtual void GetID3MetaData(PvmiKvpSharedPtrVector &
id3Frames
) = 0;
mpeg4file.h
[
all
...]
/external/opencore/fileformats/mp4/parser/src/
mpeg4file.cpp
[
all
...]
Completed in 313 milliseconds