Lines Matching refs:caps

73         MediaCodecInfo::CapabilitiesWriter *caps,  in addSupportedProfileLevels()  argument
145 caps->addProfileLevel((uint32_t)sdkProfile, (uint32_t)sdkLevel); in addSupportedProfileLevels()
150 caps->addProfileLevel((uint32_t)sdkProfile, (uint32_t)sdkLevel); in addSupportedProfileLevels()
156 caps->addProfileLevel((uint32_t)sdkProfile, (uint32_t)sdkLevel); in addSupportedProfileLevels()
161 caps->addProfileLevel(pl.profile, pl.level); in addSupportedProfileLevels()
181 caps->addProfileLevel( in addSupportedProfileLevels()
190 MediaCodecInfo::CapabilitiesWriter *caps, in addSupportedColorFormats() argument
201 caps->addColorFormat(COLOR_FormatSurface); in addSupportedColorFormats()
203 caps->addColorFormat(COLOR_FormatYUV420Flexible); in addSupportedColorFormats()
204 caps->addColorFormat(COLOR_FormatYUV420Planar); in addSupportedColorFormats()
205 caps->addColorFormat(COLOR_FormatYUV420SemiPlanar); in addSupportedColorFormats()
206 caps->addColorFormat(COLOR_FormatYUV420PackedPlanar); in addSupportedColorFormats()
207 caps->addColorFormat(COLOR_FormatYUV420PackedSemiPlanar); in addSupportedColorFormats()
211 caps->addColorFormat(COLOR_FormatSurface); in addSupportedColorFormats()
522 std::unique_ptr<MediaCodecInfo::CapabilitiesWriter> caps = in buildMediaCodecList() local
543 caps->addDetail(key.c_str(), intValue); in buildMediaCodecList()
545 caps->addDetail(key.c_str(), value.c_str()); in buildMediaCodecList()
549 addSupportedProfileLevels(intf, caps.get(), trait, mediaType); in buildMediaCodecList()
550 addSupportedColorFormats(intf, caps.get(), trait, mediaType); in buildMediaCodecList()