Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp106 …int targetWidth = (pixelMap.GetWidth() * opts.fitDensity + (info.baseDensity >> 1)) / info.baseDen… in DecodePostProc() local
149 int32_t targetWidth = size.width; in CenterScale() local
198 int32_t targetWidth = dstSize.width; in CopyPixels() local
233 …stProc::CenterDisplay(PixelMap &pixelMap, int32_t srcWidth, int32_t srcHeight, int32_t targetWidth, in CenterDisplay()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodeclist_core.cpp56 int32_t targetWidth; in CheckVideoResolution() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpost_proc_test.cpp955 int32_t targetWidth = 0; variable