Home
last modified time | relevance | path

Searched defs:RecordFrame (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_color/
Dfullscreen_color.cpp285 Result<Ok> FullscreenColor::RecordFrame(const FrameInfo& frame) { in RecordFrame() function in cuttlefish::FullscreenColor
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/secondary_command_buffer/
Dsecondary_command_buffer.cpp371 Result<Ok> SecondaryCommandBuffer::RecordFrame(const FrameInfo& frame) { in RecordFrame() function in cuttlefish::SecondaryCommandBuffer
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_texture/
Dfullscreen_texture.cpp400 Result<Ok> FullscreenTexture::RecordFrame(const FrameInfo& frame) { in RecordFrame() function in cuttlefish::FullscreenTexture
/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/wayland/test/
H A Dtest_screencast_stream_provider.cc132 void TestScreenCastStreamProvider::RecordFrame(RgbaColor rgba_color) { in RecordFrame() function in webrtc::TestScreenCastStreamProvider
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/
Dsample_base.h132 virtual Result<Ok> RecordFrame(const FrameInfo& /*frame*/) { return Ok{}; } in RecordFrame() function