Searched refs:getMappings (Results 1 – 5 of 5) sorted by relevance
162 const char **getMappings(shaperHandle_t shaper, const char *kind) { in getMappings() function169 return codec->getMappings(kind, /* reverse */ false); in getMappings()179 return codec->getMappings(kind, /* reverse */ true); in getReverseMappings()195 .getMappings = getMappings,
55 const char **getMappings(std::string kind, bool reverse);
449 const char **CodecProperties::getMappings(std::string kind, bool reverse) { in getMappings() function in android::mediaformatshaper::CodecProperties
125 getMappings_t getMappings; member
2923 mappings = sShaperOps->getMappings(shaperHandle, kind); in mapFormat()