Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp2680 static const char *tuningPrefix = "tuning-"; in loadCodecProperties() local
2681 static const int tuningPrefixLen = strlen(tuningPrefix); in loadCodecProperties()
2695 } else if (!strncmp(mapSrc, tuningPrefix, tuningPrefixLen)) { in loadCodecProperties()