Home
last modified time | relevance | path

Searched defs:targetHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp107 …int targetHeight = (pixelMap.GetHeight() * opts.fitDensity + (info.baseDensity >> 1)) / info.baseD… in DecodePostProc() local
150 int32_t targetHeight = size.height; in CenterScale() local
199 int32_t targetHeight = dstSize.height; in CopyPixels() local
234 int32_t targetHeight) in CenterDisplay()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodeclist_core.cpp57 int32_t targetHeight; in CheckVideoResolution() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpost_proc_test.cpp956 int32_t targetHeight = 0; variable