Searched refs:C2StreamMaxPictureSizeTuning (Results 1 – 6 of 6) sorted by relevance
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 130 .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/ |
D | C2SoftVpxDec.cpp | 157 .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/ |
D | C2SoftHevcDec.cpp | 95 .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/ |
D | C2SoftMpeg2Dec.cpp | 86 .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/ |
D | C2SoftAvcDec.cpp | 74 .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/ |
D | C2Config.h | 1622 C2StreamMaxPictureSizeTuning; typedef 1623 typedef C2StreamMaxPictureSizeTuning C2MaxVideoSizeHintPortSetting;
|