Home
last modified time | relevance | path

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

/external/v4l2_codec2/v4l2/
DV4L2ComponentFactory.cpp74 std::shared_ptr<EncodeInterface> intfImpl; in createComponent() local
82 std::shared_ptr<DecodeInterface> intfImpl; in createComponent() local
104 std::shared_ptr<EncodeInterface> intfImpl; in createInterface() local
116 std::shared_ptr<DecodeInterface> intfImpl; in createInterface() local
131 std::shared_ptr<EncodeInterface>* intfImpl) { in createEncodeInterface()
150 std::shared_ptr<DecodeInterface>* intfImpl) { in createDecodeInterface()
DV4L2DecodeComponent.cpp51 const std::string& name, c2_node_id_t id, std::shared_ptr<DecodeInterface> intfImpl, in create()
72 c2_node_id_t id, std::shared_ptr<DecodeInterface> intfImpl) in V4L2DecodeComponent()
DV4L2EncodeComponent.cpp34 C2String name, c2_node_id_t id, std::shared_ptr<EncodeInterface> intfImpl, in create()
/external/v4l2_codec2/components/
DDecodeComponent.cpp130 const std::shared_ptr<DecodeInterface>& intfImpl) in DecodeComponent()