Searched refs:srcY (Results 1 – 3 of 3) sorted by relevance
142 int srcY = x; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local143 dst[y * width + x] = src[srcX * pStride + rStride * srcY]; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()151 int srcY = height - 1 - y; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local152 dst[y * width + x] = src[srcX * pStride + rStride * srcY]; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()160 int srcY = width - 1 - x; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local161 dst[y * width + x] = src[srcX * pStride + rStride * srcY]; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
76 uint8_t* srcY = src; in copyNV21toRGB32() local81 uint8_t* rowY = srcY + r*strideLum; in copyNV21toRGB32()110 uint8_t* srcY = src; in copyYV12toRGB32() local116 uint8_t* rowY = srcY + r*strideLum; in copyYV12toRGB32()
73 uint8_t* srcY = src; in copyNV21toRGB32() local78 uint8_t* rowY = srcY + r*strideLum; in copyNV21toRGB32()107 uint8_t* srcY = src; in copyYV12toRGB32() local113 uint8_t* rowY = srcY + r*strideLum; in copyYV12toRGB32()