Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DFormatShaper.cpp162 const char **getMappings(shaperHandle_t shaper, const char *kind) { in getMappings() function
169 return codec->getMappings(kind, /* reverse */ false); in getMappings()
179 return codec->getMappings(kind, /* reverse */ true); in getReverseMappings()
195 .getMappings = getMappings,
DCodecProperties.h55 const char **getMappings(std::string kind, bool reverse);
DCodecProperties.cpp449 const char **CodecProperties::getMappings(std::string kind, bool reverse) { in getMappings() function in android::mediaformatshaper::CodecProperties
/frameworks/av/media/module/libmediaformatshaper/include/media/formatshaper/
DFormatShaper.h125 getMappings_t getMappings; member
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2923 mappings = sShaperOps->getMappings(shaperHandle, kind); in mapFormat()