Searched refs:decodedRows (Results 1 – 1 of 1) sorted by relevance
601 uint32_t decodedRows = outputIndex / gridInfo_.cols; in AssembleOutput() local604 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()