Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp120 .withConstValue(new C2StreamBufferTypeSetting::input( in BaseParams()
132 .withConstValue(new C2StreamBufferTypeSetting::output( in BaseParams()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h141 std::shared_ptr<C2StreamBufferTypeSetting::input> mInputFormat;
142 std::shared_ptr<C2StreamBufferTypeSetting::output> mOutputFormat;
/hardware/google/av/codec2/include/
DC2Config.h952 C2StreamBufferTypeSetting; typedef
959 typedef C2StreamBufferTypeSetting C2StreamFormatConfig; // deprecated
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp2062 C2StreamBufferTypeSetting::input iStreamFormat(0u); in start()
2063 C2StreamBufferTypeSetting::output oStreamFormat(0u); in start()