Expose FrameBuffer view on GpuBufferStorageYuvImage.

PiperOrigin-RevId: 516546716
This commit is contained in:
MediaPipe Team 2023-03-14 09:28:00 -07:00 committed by Copybara-Service
parent 2659ea0392
commit c895867427

View File

@ -467,6 +467,7 @@ cc_library(
"//mediapipe/framework/formats:frame_buffer", "//mediapipe/framework/formats:frame_buffer",
"//mediapipe/framework/formats:image_frame", "//mediapipe/framework/formats:image_frame",
"//mediapipe/framework/formats:yuv_image", "//mediapipe/framework/formats:yuv_image",
"//mediapipe/util/frame_buffer:frame_buffer_util",
"//third_party/libyuv", "//third_party/libyuv",
"@com_google_absl//absl/log", "@com_google_absl//absl/log",
"@com_google_absl//absl/log:check", "@com_google_absl//absl/log:check",