PeterBee97 commented on code in PR #7687:
URL: https://github.com/apache/nuttx/pull/7687#discussion_r1033065115


##########
drivers/video/video.c:
##########
@@ -62,6 +62,9 @@
 
 #define VIDEO_ID(x, y) (((x) << 16) | y)
 
+#define MAX_VIDEO_HEAP_SIZE CONFIG_VIDEO_HEAP_SIZE
+#define VMEM_HEAP(v,i) ((uint8_t*)v->vmem_heap + (i) * v->buf_size)

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to