Searched refs:trait (Results 1 – 2 of 2) sorted by relevance
73 const Traits& trait, const std::string &mediaType) { in addSupportedProfileLevels() argument75 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() argument196 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 …]
476 cameraParams->trait = dynamic_depth::CameraTrait::LOGICAL; in processDepthPhotoFrame()478 cameraParams->trait = dynamic_depth::CameraTrait::PHYSICAL; in processDepthPhotoFrame()