Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp183 DefineParam(mInt32Input, C2_PARAMKEY_VENDOR_INT32)
185 .withFields({C2F(mInt32Input, value).any()})
186 .withSetter(Setter<decltype(mInt32Input)::element_type>)
267 std::shared_ptr<C2PortVendorInt32Info::input> mInt32Input; member in android::CCodecConfigTest::Configurable::Impl