Home
last modified time | relevance | path

Searched refs:nHeight (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp209 if (rect.nLeft < 0 || rect.nTop < 0 || rect.nWidth == 0 || rect.nHeight == 0 || in UpdateDisplaySizeByCrop()
211 static_cast<int32_t>(rect.nTop) + static_cast<int32_t>(rect.nHeight) > requestCfg_.height) { in UpdateDisplaySizeByCrop()
213 rect.nLeft, rect.nTop, rect.nWidth, rect.nHeight); in UpdateDisplaySizeByCrop()
217 rect.nLeft, rect.nTop, rect.nWidth, rect.nHeight); in UpdateDisplaySizeByCrop()
219 requestCfg_.height = static_cast<int32_t>(rect.nHeight); in UpdateDisplaySizeByCrop()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp245 rect.nWidth == 0 || rect.nHeight == 0 || in GetCropFromOmx()
247 rect.nTop + static_cast<int32_t>(rect.nHeight) > static_cast<int32_t>(h)) { in GetCropFromOmx()
249 "%u), use default", rect.nLeft, rect.nTop, rect.nWidth, rect.nHeight, w, h); in GetCropFromOmx()
253 rect.nLeft, rect.nTop, rect.nWidth, rect.nHeight); in GetCropFromOmx()
257 damage.h = static_cast<int32_t>(rect.nHeight); in GetCropFromOmx()
264 static_cast<int32_t>(rect.nTop + rect.nHeight) - 1); in GetCropFromOmx()
H A Dhencoder.cpp1010 DealWithResolutionChange(param->nWidth, param->nHeight); in ExtractPerFrameParamFromOmxBuffer()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp290 napi_value nHeight = nullptr; in ConvertRectToJS() local
292 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, height, &nHeight)); in ConvertRectToJS()
293 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, result, "height", nHeight)); in ConvertRectToJS()

Completed in 9 milliseconds