Home
last modified time | relevance | path

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

/external/v4l2_codec2/
DC2VDAAdaptor.cpp136 media::VideoDecodeAccelerator::SupportedProfiles supportedProfiles; in GetSupportedProfiles() local
141 supportedProfiles.push_back(profile); in GetSupportedProfiles()
144 return supportedProfiles; in GetSupportedProfiles()
DC2VDAComponent.cpp213 media::VideoDecodeAccelerator::SupportedProfiles supportedProfiles; in IntfImpl() local
215 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()