Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_encoder.cpp347 auto rowBuffer = std::make_unique<uint8_t[]>(rowStride); in RGBAF16Encoder() local
352 rowBuffer[i] = static_cast<uint8_t>(orgPlane/MAX_HALF*ALPHA_OPAQUE); in RGBAF16Encoder()
354 uint8_t *rowBufferPtr = rowBuffer.get(); in RGBAF16Encoder()