Searched defs:Frame (Results 1 – 5 of 5) sorted by relevance
43 struct Frame { struct44 int width;45 int height;46 void* pixels;47 bool isValid;49 Frame(int w, int h, const void* pixels) in Frame() function54 ~Frame() { ::free(pixels); } in ~Frame()
138 struct Frame : public std::enable_shared_from_this<Frame> { struct152 class V4L2Frame : public Frame { argument
241 Frame::Frame(uint32_t width, uint32_t height, uint32_t fourcc) in Frame() function in android::hardware::camera::device::implementation::Frame
131 struct Frame : public VirtualLightRefBase { struct144 class V4L2Frame : public Frame { argument
45 Frame::Frame(uint32_t width, uint32_t height, uint32_t fourcc) : in Frame() function in android::hardware::camera::device::V3_4::implementation::Frame