Lines Matching refs:row
215 uint32_t row, col; in construct_nv12_mask_surface() local
230 for (row = 0; row < surface_image.height; row++) { in construct_nv12_mask_surface()
231 if (row < surface_image.height / 4 || row > surface_image.height * 3 / 4) in construct_nv12_mask_surface()
240 for (row = 0; row < surface_image.height / 2; row++) { in construct_nv12_mask_surface()
264 uint32_t frame_size, i, row, col; in upload_yv12_frame_to_yuv_surface() local
302 for (row = 0; row < surface_image.height; row++) { in upload_yv12_frame_to_yuv_surface()
312 for (row = 0; row < surface_image.height /2; row ++){ in upload_yv12_frame_to_yuv_surface()
328 for (row = 0; row < surface_image.height / 2; row++) { in upload_yv12_frame_to_yuv_surface()
366 uint32_t frame_size, row, col; in store_yuv_surface_to_yv12_frame() local
404 for (row = 0; row < surface_image.height; row++) { in store_yuv_surface_to_yv12_frame()
413 for (row = 0; row < surface_image.height /2; row ++){ in store_yuv_surface_to_yv12_frame()
429 for (row = 0; row < surface_image.height / 2; row++) { in store_yuv_surface_to_yv12_frame()