Add ViewProvider for ImageFrame in GpuBufferStorageYuvImage.

PiperOrigin-RevId: 514344066
This commit is contained in:
MediaPipe Team 2023-03-06 02:16:07 -08:00 committed by Copybara-Service
parent a43be73ee4
commit 96b2958f18

View File

@ -460,7 +460,9 @@ cc_library(
":frame_buffer_view", ":frame_buffer_view",
":gpu_buffer_format", ":gpu_buffer_format",
":gpu_buffer_storage", ":gpu_buffer_storage",
":image_frame_view",
"//mediapipe/framework/formats:frame_buffer", "//mediapipe/framework/formats:frame_buffer",
"//mediapipe/framework/formats:image_frame",
"//mediapipe/framework/formats:yuv_image", "//mediapipe/framework/formats:yuv_image",
"//third_party/libyuv", "//third_party/libyuv",
"@com_google_absl//absl/log", "@com_google_absl//absl/log",
@ -1211,8 +1213,12 @@ mediapipe_cc_test(
"ios", "ios",
], ],
deps = [ deps = [
":gpu_buffer",
":gpu_buffer_format", ":gpu_buffer_format",
":gpu_buffer_storage_yuv_image", ":gpu_buffer_storage_yuv_image",
"//mediapipe/framework/formats:image_frame",
"//mediapipe/framework/formats:yuv_image",
"//mediapipe/framework/port:gtest_main", "//mediapipe/framework/port:gtest_main",
"//third_party/libyuv",
], ],
) )