Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp317 uint8_t *blueBuffer = NULL; in colorQuantize() local
321 (blueBuffer = (uint8_t *)malloc(frameSize)) == NULL) { in colorQuantize()
326 if (separateRGB(index, width, height, redBuffer, greenBuffer, blueBuffer)) { in colorQuantize()
330 free(blueBuffer); in colorQuantize()
334 …if (doColorQuantize(width, height, redBuffer, greenBuffer, blueBuffer, outputBuffer, outputColorMa… in colorQuantize()
338 free(blueBuffer); in colorQuantize()
344 free(blueBuffer); in colorQuantize()
350 uint8_t *redBuffer, uint8_t *greenBuffer, uint8_t *blueBuffer) in separateRGB() argument
361 blueBuffer[y * width + x] = pixelMaps_[index]->GetARGB32ColorB(pixelColor); in separateRGB()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_encoder.h66 uint8_t *redBuffer, uint8_t *greenBuffer, uint8_t *blueBuffer);