Searched refs:dst_y (Results 1 – 2 of 2) sorted by relevance
217 uint8_t *dst_y = (uint8_t *)dst; in render() local221 uint8_t *dst_v = dst_y + dst_y_size; in render()225 memcpy(dst_y, src_y, mCropWidth); in render()228 dst_y += buf->stride; in render()248 uint8_t *dst_y = (uint8_t *)dst; in render() local253 uint8_t *dst_v = dst_y + dst_y_size; in render()257 memcpy(dst_y, src_y, mCropWidth); in render()260 dst_y += buf->stride; in render()
470 float dst_y = frame.top; in setProjection() local472 TP.set(dst_x, dst_y); in setProjection()