Searched refs:mStringInput (Results 1 – 1 of 1) sorted by relevance
197 DefineParam(mStringInput, C2_PARAMKEY_VENDOR_STRING)198 .withDefault(decltype(mStringInput)::element_type::AllocShared(1, ""))199 .withFields({C2F(mStringInput, m.value).any()})200 .withSetter(Setter<decltype(mStringInput)::element_type>)269 std::shared_ptr<C2PortVendorStringInfo::input> mStringInput; member in android::CCodecConfigTest::Configurable::Impl