Home
last modified time | relevance | path

Searched refs:PushKVPValue (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp3/parser/include/
Dimp3ff.h436 int32 PushKVPValue(PvmiKvp aKVP, Oscl_Vector<PvmiKvp, OsclMemAllocator>& aValueList);
/external/opencore/fileformats/mp3/parser/src/
Dimp3ff.cpp811 leavecode = PushKVPValue(KeyVal, aValueList); in GetMetadataValues()
1366 leavecode = PushKVPValue(KeyVal, aValueList); in GetMetadataValues()
1538 int32 IMpeg3File::PushKVPValue(PvmiKvp aKVP, Oscl_Vector<PvmiKvp, OsclMemAllocator>& aValueList) in PushKVPValue() function in IMpeg3File