Add FrameBuffer view on ImageFrame.
PiperOrigin-RevId: 521689386
This commit is contained in:
committed by
Copybara-Service
parent
367ccbfdf3
commit
53fa35e40c
@@ -423,12 +423,15 @@ cc_library(
|
||||
|
||||
cc_library(
|
||||
name = "gpu_buffer_storage_image_frame",
|
||||
srcs = ["gpu_buffer_storage_image_frame.cc"],
|
||||
hdrs = ["gpu_buffer_storage_image_frame.h"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":frame_buffer_view",
|
||||
":gpu_buffer_format",
|
||||
":gpu_buffer_storage",
|
||||
":image_frame_view",
|
||||
"//mediapipe/framework/formats:frame_buffer",
|
||||
"//mediapipe/framework/formats:image_frame",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user