Searched refs:mMaxSize (Results 1 – 5 of 5) sorted by relevance
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 128 DefineParam(mMaxSize, C2_PARAMKEY_MAX_PICTURE_SIZE) in IntfImpl() 156 .calculatedAs(MaxInputSizeSetter, mMaxSize) in IntfImpl() 229 uint32_t getMaxWidth() const { return mMaxSize->width; } in getMaxWidth() 230 uint32_t getMaxHeight() const { return mMaxSize->height; } in getMaxHeight() 235 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize; member in android::C2SoftMpeg4Dec::IntfImpl
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxDec.cpp | 156 DefineParam(mMaxSize, C2_PARAMKEY_MAX_PICTURE_SIZE) in IntfImpl() 171 .calculatedAs(MaxInputSizeSetter, mMaxSize) in IntfImpl() 255 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize; member in android::C2SoftVpxDec::IntfImpl
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 85 DefineParam(mMaxSize, C2_PARAMKEY_MAX_PICTURE_SIZE) in IntfImpl() 100 .calculatedAs(MaxInputSizeSetter, mMaxSize) in IntfImpl() 277 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize; member in android::C2SoftMpeg2Dec::IntfImpl
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 73 DefineParam(mMaxSize, C2_PARAMKEY_MAX_PICTURE_SIZE) in IntfImpl() 112 .calculatedAs(MaxInputSizeSetter, mMaxSize) in IntfImpl() 289 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize; member in android::C2SoftAvcDec::IntfImpl
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 94 DefineParam(mMaxSize, C2_PARAMKEY_MAX_PICTURE_SIZE) in IntfImpl() 109 .calculatedAs(MaxInputSizeSetter, mMaxSize) in IntfImpl() 285 std::shared_ptr<C2StreamMaxPictureSizeTuning::output> mMaxSize; member in android::C2SoftHevcDec::IntfImpl
|