Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp130 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 1920, 1088)) in IntfImpl()
132 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 352, 288)) in IntfImpl()
199 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
214 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
235 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp157 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 320, 240)) in IntfImpl()
214 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
224 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
255 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp95 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 320, 240)) in IntfImpl()
205 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
215 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
285 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp86 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 320, 240)) in IntfImpl()
197 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
207 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
277 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp74 .withDefault(new C2StreamMaxPictureSizeTuning::output(0u, 320, 240)) in IntfImpl()
209 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
219 const C2P<C2StreamMaxPictureSizeTuning::output> &maxSize) { in MaxInputSizeSetter()
289 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize;
/hardware/google/av/codec2/include/
DC2Config.h1622 C2StreamMaxPictureSizeTuning; typedef
1623 typedef C2StreamMaxPictureSizeTuning C2MaxVideoSizeHintPortSetting;