Searched refs:mapSrc (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MediaCodec.cpp | 1868 const char *mapSrc = details->getEntryNameAt(ix, &entryType); in loadCodecProperties() local 1878 if (mapSrc == NULL) { in loadCodecProperties() 1880 } else if (!strncmp(mapSrc, featurePrefix, featurePrefixLen)) { in loadCodecProperties() 1882 if (details->findInt32(mapSrc, &intValue)) { in loadCodecProperties() 1883 ALOGV("-- feature '%s' -> %d", mapSrc, intValue); in loadCodecProperties() 1888 } else if (!strncmp(mapSrc, tuningPrefix, tuningPrefixLen)) { in loadCodecProperties() 1890 if (details->findString(mapSrc, &value)) { in loadCodecProperties() 1891 ALOGV("-- tuning '%s' -> '%s'", mapSrc, value.c_str()); in loadCodecProperties() 1898 if (details->findString(mapSrc, &target)) { in loadCodecProperties() 1899 ALOGV("-- mapping %s: map %s to %s", mapSrc, &mapSrc[mappingPrefixLen], in loadCodecProperties() [all …]
|