Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp602 uint32_t decodedCols = outputIndex % gridInfo_.cols; in AssembleOutput() local
603 uint32_t dirtyWidth = CalculateDirtyLen(dst.stride, src.stride, gridInfo_.cols, decodedCols); in AssembleOutput()
605 dst.yOffset = decodedRows * dst.stride * gridInfo_.tileHeight + decodedCols * src.stride; in AssembleOutput()
607 decodedCols * src.stride; in AssembleOutput()