Home
last modified time | relevance | path

Searched refs:decodedRows (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.cpp601 uint32_t decodedRows = outputIndex / gridInfo_.cols; in AssembleOutput() local
604 uint32_t dirtyHeight = CalculateDirtyLen(dst.yStride, src.yStride, gridInfo_.rows, decodedRows); in AssembleOutput()
605 dst.yOffset = decodedRows * dst.stride * gridInfo_.tileHeight + decodedCols * src.stride; in AssembleOutput()
606 dst.uvOffset = decodedRows * dst.stride * gridInfo_.tileHeight / SAMPLE_RATIO_FOR_YUV420_SP + in AssembleOutput()