Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp73 const Traits& trait, const std::string &mediaType) { in addSupportedProfileLevels() argument
75 C2Mapper::GetProfileLevelMapper(trait.mediaType); in addSupportedProfileLevels()
81 bool encoder = trait.kind == C2Component::KIND_ENCODER; in addSupportedProfileLevels()
148 auto hdrMapper = C2Mapper::GetHdrProfileLevelMapper(trait.mediaType); in addSupportedProfileLevels()
154 trait.mediaType, true /*isHdr10Plus*/); in addSupportedProfileLevels()
191 const Traits& trait, const std::string &mediaType) { in addSupportedColorFormats() argument
196 bool encoder = trait.kind == C2Component::KIND_ENCODER; in addSupportedColorFormats()
200 if (trait.name.find("android") == std::string::npos) { in addSupportedColorFormats()
210 if (encoder && trait.name.find("android") != std::string::npos) { in addSupportedColorFormats()
350 for (const Traits& trait : traits) { in buildMediaCodecList() local
[all …]
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp476 cameraParams->trait = dynamic_depth::CameraTrait::LOGICAL; in processDepthPhotoFrame()
478 cameraParams->trait = dynamic_depth::CameraTrait::PHYSICAL; in processDepthPhotoFrame()