Searched refs:dst_y (Results 1 – 2 of 2) sorted by relevance
255 uint8_t *dst_y = (uint8_t *)dst; in render() local259 uint8_t *dst_v = dst_y + dst_y_size; in render()263 memcpy(dst_y, src_y, mCropWidth); in render()266 dst_y += buf->stride; in render()287 uint8_t *dst_y = (uint8_t *)dst; in render() local292 uint8_t *dst_v = dst_y + dst_y_size; in render()296 memcpy(dst_y, src_y, mCropWidth); in render()299 dst_y += buf->stride; in render()
566 float dst_y = frame.top; local568 TP.set(dst_x, dst_y);