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()
67 uint8_t* srcY = src; in copyNV21toRGB32() local72 uint8_t* rowY = srcY + r * strideLum; in copyNV21toRGB32()98 uint8_t* srcY = src; in copyYV12toRGB32() local104 uint8_t* rowY = srcY + r * strideLum; in copyYV12toRGB32()
64 uint8_t* srcY = src; in copyNV21toRGB32() local69 uint8_t* rowY = srcY + r * strideLum; in copyNV21toRGB32()95 uint8_t* srcY = src; in copyYV12toRGB32() local101 uint8_t* rowY = srcY + r * strideLum; in copyYV12toRGB32()