Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGpuFrameBridge.cpp43 struct Frame { struct
44 int width;
45 int height;
46 void* pixels;
47 bool isValid;
49 Frame(int w, int h, const void* pixels) in Frame() function
54 ~Frame() { ::free(pixels); } in ~Frame()
/hardware/interfaces/camera/device/default/
DExternalCameraUtils.h138 struct Frame : public std::enable_shared_from_this<Frame> { struct
152 class V4L2Frame : public Frame { argument
DExternalCameraUtils.cpp241 Frame::Frame(uint32_t width, uint32_t height, uint32_t fourcc) in Frame() function in android::hardware::camera::device::implementation::Frame
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h131 struct Frame : public VirtualLightRefBase { struct
144 class V4L2Frame : public Frame { argument
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp45 Frame::Frame(uint32_t width, uint32_t height, uint32_t fourcc) : in Frame() function in android::hardware::camera::device::V3_4::implementation::Frame