Searched refs:dst_y (Results 1 – 2 of 2) sorted by relevance
171 uint8_t *dst_y = (uint8_t *)dst; in render() local175 uint8_t *dst_v = dst_y + dst_y_size; in render()179 memcpy(dst_y, src_y, mCropWidth); in render()182 dst_y += buf->stride; in render()203 uint8_t *dst_y = (uint8_t *)dst; in render() local208 uint8_t *dst_v = dst_y + dst_y_size; in render()212 memcpy(dst_y, src_y, mCropWidth); in render()215 dst_y += buf->stride; in render()
436 float dst_y = frame.top; in setProjection() local438 TP.set(dst_x, dst_y); in setProjection()