Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp130 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 352, 288)) in IntfImpl()
187 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
197 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
219 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp105 .withDefault(new C2StreamMaxPictureSizeTuning::output( in IntfImpl()
182 bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output>& me, in MaxPictureSizeSetter()
194 const C2P<C2StreamMaxPictureSizeTuning::output>& maxSize) { in MaxInputSizeSetter()
244 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp107 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 320, 240)) in IntfImpl()
183 bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
195 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
252 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp159 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 320, 240)) in IntfImpl()
234 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
244 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
295 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp87 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 320, 240)) in IntfImpl()
221 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
231 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
302 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp101 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 320, 240)) in IntfImpl()
211 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
221 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
291 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp93 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 320, 240)) in IntfImpl()
204 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
214 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
285 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/frameworks/av/media/codec2/core/include/
DC2Config.h1665 C2StreamMaxPictureSizeTuning; typedef
1666 typedef C2StreamMaxPictureSizeTuning C2MaxVideoSizeHintPortSetting;