Searched refs:kMap (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMP3Extractor.cpp601 static const Map kMap[] = { local
614 static const size_t kNumMapEntries = sizeof(kMap) / sizeof(kMap[0]);
617 ID3::Iterator *it = new ID3::Iterator(id3, kMap[i].tag1);
620 it = new ID3::Iterator(id3, kMap[i].tag2);
632 meta->setCString(kMap[i].key, s);
H A DOggExtractor.cpp790 } kMap[] = { local
808 for (size_t j = 0; j < sizeof(kMap) / sizeof(kMap[0]); ++j) {
809 size_t tagLen = strlen(kMap[j].mTag);
810 if (!strncasecmp(kMap[j].mTag, comment, tagLen)
812 if (kMap[j].mKey == kKeyAlbumArt) {
817 } else if (kMap[j].mKey == kKeyAutoLoop) {
822 fileMeta->setCString(kMap[j].mKey, &comment[tagLen + 1]);
H A DStagefrightMetadataRetriever.cpp451 static const Map kMap[] = { local
468 static const size_t kNumMapEntries = sizeof(kMap) / sizeof(kMap[0]);
472 if (meta->findCString(kMap[i].from, &value)) {
473 mMetaData.add(kMap[i].to, String8(value));

Completed in 27 milliseconds