Home
last modified time | relevance | path

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

/external/v4l2_codec2/
DC2VDAComponent.cpp1763 : mDecoderName(decoderName), in C2VDAComponentFactory()
1770 *component = std::shared_ptr<C2Component>(new C2VDAComponent(mDecoderName, id, mReflector)); in createComponent()
1779 mDecoderName.c_str(), id, in createInterface()
1780 std::make_shared<C2VDAComponent::IntfImpl>(mDecoderName, mReflector))); in createInterface()
1786 const C2String mDecoderName; member in android::C2VDAComponentFactory