Home
last modified time | relevance | path

Searched defs:intfImpl (Results 1 – 1 of 1) sorted by relevance

/external/v4l2_codec2/components/
DV4L2DecodeComponent.cpp144 auto intfImpl = std::make_shared<V4L2DecodeInterface>(name, helper); in create() local
156 const std::shared_ptr<V4L2DecodeInterface>& intfImpl) in V4L2DecodeComponent()