Home | History | Annotate | Download | only in vda

Lines Matching refs:Config

12 VideoDecodeAccelerator::Config::Config() = default;
13 VideoDecodeAccelerator::Config::Config(const Config& config) = default;
15 VideoDecodeAccelerator::Config::Config(VideoCodecProfile video_codec_profile)
18 VideoDecodeAccelerator::Config::~Config() = default;
20 std::string VideoDecodeAccelerator::Config::AsHumanReadableString() const {