Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp427 static const int32_t maxImageSize = 8196; in IsHardwareEncodeSupported() local
432 pixelMap->GetWidth() <= maxImageSize && pixelMap->GetHeight() <= maxImageSize && in IsHardwareEncodeSupported()