Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 12 of 12) sorted by relevance

/system/cros-codecs/src/backend/vaapi/
Dsurface_pool.rs25 surface: Option<Surface<M>>, field
38 let surface = self.surface.take().unwrap(); in detach_from_pool() localVariable
156 let surface = inner.surfaces.pop_front(); in get_surface() localVariable
Ddecoder.rs111 fn surface(&self) -> &Surface<M> { in surface() method
301 let surface = backing_frame localVariable
Dencoder.rs142 pub(crate) fn surface(&self) -> &Surface<()> { in surface() method
269 let surface = in new_scratch_picture() localVariable
639 let surface: &Surface<()> = handle.borrow(); in next() localVariable
/system/core/healthd/
Dhealthd_mode_charger_test.cpp143 .WillRepeatedly(Invoke([](const auto&, GRSurface** surface) { in ExpectChargerResAt()
149 .WillRepeatedly(Invoke([&](const auto&, int* frames, int* fps, GRSurface*** surface) { in ExpectChargerResAt()
Dhealthd_mode_charger.cpp841 int Charger::CreateDisplaySurface(const std::string& name, GRSurface** surface) { in CreateDisplaySurface()
846 GRSurface*** surface) { in CreateMultiDisplaySurface()
Danimation.h37 GRSurface* surface; member
Dhealthd_draw.cpp122 int HealthdDraw::draw_surface_centered(GRSurface* surface) { in draw_surface_centered()
/system/extras/slideshow/
Dslideshow.cpp60 GRSurface* surface; in draw() local
/system/cros-codecs/src/encoder/stateless/vp9/
Dvaapi.rs363 let surface = surfaces.pop().unwrap(); in test_simple_encode_frame() localVariable
/system/cros-codecs/src/encoder/stateless/h264/
Dvaapi.rs542 let surface = surfaces.pop().unwrap(); in test_simple_encode_slice() localVariable
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java695 Surface surface = new Surface(texture); in createCameraPreviewSession() local
/system/cros-codecs/src/encoder/stateless/av1/
Dvaapi.rs674 let surface = surfaces.pop().unwrap(); in test_single_frame() localVariable