HomeSort by relevance Sort by last modified time
    Searched refs:valuestring (Results 1 - 3 of 3) sorted by null

  /external/opencore/android/
pvmediascanner.cpp 219 OSCL_wHeapString<OsclMemAllocator> valuestring=NULL; local
236 mp4Input->getTitle(i,valuestring,iLangCode,charType);
237 if (oscl_UnicodeToUTF8(valuestring.get_cstr(),valuestring.get_size(),
248 mp4Input->getArtist(i,valuestring,iLangCode,charType);
249 if (oscl_UnicodeToUTF8(valuestring.get_cstr(),valuestring.get_size(),
260 mp4Input->getAlbum(i,valuestring,iLangCode,charType);
261 if (oscl_UnicodeToUTF8(valuestring.get_cstr(),valuestring.get_size()
    [all...]