Searched refs:SAMPLE_RATIO_FOR_YUV420_SP (Results 1 – 2 of 2) sorted by relevance
549 …nt32_t dirtyHeightForUvPlane = (dirtyHeight + SAMPLE_RATIO_FOR_YUV420_SP - 1) / SAMPLE_RATIO_FOR_Y… in CopyRawYuvData()606 dst.uvOffset = decodedRows * dst.stride * gridInfo_.tileHeight / SAMPLE_RATIO_FOR_YUV420_SP + in AssembleOutput()
88 static constexpr uint32_t SAMPLE_RATIO_FOR_YUV420_SP = 2; variable