Home
last modified time | relevance | path

Searched refs:GetSupportedProfiles (Results 1 – 7 of 7) sorted by relevance

/external/v4l2_codec2/
DC2VDAAdaptor.cpp124 media::VideoDecodeAccelerator::SupportedProfiles C2VDAAdaptor::GetSupportedProfiles( in GetSupportedProfiles() function in android::C2VDAAdaptor
137 auto allProfiles = media::V4L2VideoDecodeAccelerator::GetSupportedProfiles(); in GetSupportedProfiles()
DC2VDAAdaptorProxy.cpp150 media::VideoDecodeAccelerator::SupportedProfiles C2VDAAdaptorProxy::GetSupportedProfiles( in GetSupportedProfiles() function in android::arc::C2VDAAdaptorProxy
DC2VDAComponent.cpp215 supportedProfiles = arc::C2VDAAdaptorProxy::GetSupportedProfiles(mInputCodec); in IntfImpl()
217 supportedProfiles = C2VDAAdaptor::GetSupportedProfiles(mInputCodec); in IntfImpl()
/external/v4l2_codec2/include/
DC2VDAAdaptor.h36 static media::VideoDecodeAccelerator::SupportedProfiles GetSupportedProfiles(
DC2VDAAdaptorProxy.h60 static media::VideoDecodeAccelerator::SupportedProfiles GetSupportedProfiles(
/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.h109 static VideoDecodeAccelerator::SupportedProfiles GetSupportedProfiles();
Dv4l2_video_decode_accelerator.cc474 V4L2VideoDecodeAccelerator::GetSupportedProfiles() { in GetSupportedProfiles() function in media::V4L2VideoDecodeAccelerator