Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp679 uint32_t copyHeight = height; in ConvertToSurfaceBuffer() local
683 copyHeight = height + height / NUM_2; in ConvertToSurfaceBuffer()
686 copyHeight = height; in ConvertToSurfaceBuffer()
689 for (uint32_t i = 0; i < copyHeight; i++) { in ConvertToSurfaceBuffer()