Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp133 .withConstValue(new C2StreamBufferTypeSetting::input( in BaseParams()
145 .withConstValue(new C2StreamBufferTypeSetting::output( in BaseParams()
DSimpleC2Component.cpp470 C2StreamBufferTypeSetting::output outputFormat(0u); in processQueue()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h141 std::shared_ptr<C2StreamBufferTypeSetting::input> mInputFormat;
142 std::shared_ptr<C2StreamBufferTypeSetting::output> mOutputFormat;
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp174 .withConstValue(new C2StreamBufferTypeSetting::input( in Helper()
189 .withConstValue(new C2StreamBufferTypeSetting::output( in Helper()
348 std::shared_ptr<C2StreamBufferTypeSetting::input> mInputFormat;
349 std::shared_ptr<C2StreamBufferTypeSetting::output> mOutputFormat;
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp641 EACH_TEST_INPUT(C2StreamBufferTypeSetting, TEST_U32_WRITABLE_FIELD); in testMain()
642 EACH_TEST_OUTPUT(C2StreamBufferTypeSetting, TEST_U32_WRITABLE_FIELD); in testMain()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp974 C2StreamBufferTypeSetting::input iStreamFormat(0u); in start()
975 C2StreamBufferTypeSetting::output oStreamFormat(0u); in start()
1408 C2StreamBufferTypeSetting::output oStreamFormat(0u); in requestInitialInputBuffers()
/frameworks/av/media/codec2/core/include/
DC2Config.h1026 C2StreamBufferTypeSetting; typedef