vc_dispmanx_rect_set(&dst_rect,x,y,w,h); vc_dispmanx_resource_write_data(resource,VC_IMAGE_YUV420,stride,image,&dst_rect); when writting a portion of a frame to a portion of a resource, should the slice height between each plane be ALIGN_UP(h,16) ? and is YUV420 planer, with all 3 planes seperated ...