Home
last modified time | relevance | path

Searched refs:dirtyHeightForUvPlane (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.cpp549 …uint32_t dirtyHeightForUvPlane = (dirtyHeight + SAMPLE_RATIO_FOR_YUV420_SP - 1) / SAMPLE_RATIO_FOR… in CopyRawYuvData() local
550 for (uint32_t row = 0; (row < dirtyHeightForUvPlane) && (ret == EOK); ++row) { in CopyRawYuvData()