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.cpp181 DefineParam(mInt32Input, C2_PARAMKEY_VENDOR_INT32)
183 .withFields({C2F(mInt32Input, value).any()})
184 .withSetter(Setter<decltype(mInt32Input)::element_type>)
220 std::shared_ptr<C2PortVendorInt32Info::input> mInt32Input; member in android::CCodecConfigTest::Configurable::Impl