Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp356 constexpr int32_t MAX_ENCODE_WIDTH = 10000; in SetupPort() local
359 ….GetIntValue(MediaDescriptionKey::MD_KEY_WIDTH, width) || width <= 0 || width > MAX_ENCODE_WIDTH) { in SetupPort()