Searched refs:supportedProfiles (Results 1 – 2 of 2) sorted by relevance
136 media::VideoDecodeAccelerator::SupportedProfiles supportedProfiles; in GetSupportedProfiles() local141 supportedProfiles.push_back(profile); in GetSupportedProfiles()144 return supportedProfiles; in GetSupportedProfiles()
213 media::VideoDecodeAccelerator::SupportedProfiles supportedProfiles; in IntfImpl() local215 supportedProfiles = arc::C2VDAAdaptorProxy::GetSupportedProfiles(mInputCodec); in IntfImpl()217 supportedProfiles = C2VDAAdaptor::GetSupportedProfiles(mInputCodec); in IntfImpl()219 if (supportedProfiles.empty()) { in IntfImpl()225 mCodecProfile = supportedProfiles[0].profile; in IntfImpl()227 auto minSize = supportedProfiles[0].min_resolution; in IntfImpl()228 auto maxSize = supportedProfiles[0].max_resolution; in IntfImpl()