Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp276 uint32_t uvIndex = cinfo.output_width * cinfo.output_height; in DecompressJpegToNV12() local
290 … outputData[uvIndex++] = static_cast<uint8_t>((u < 0) ? 0 : (u > YUV_PARAM) ? YUV_PARAM : u); in DecompressJpegToNV12()
291 … outputData[uvIndex++] = static_cast<uint8_t>((v < 0) ? 0 : (v > YUV_PARAM) ? YUV_PARAM : v); in DecompressJpegToNV12()