Searched defs:Frame (Results 1 – 6 of 6) 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()
99 Frame::Frame(const uint8_t* data, size_t size) : mData(data, data + size) { in Frame() function in Frame102 Frame::Frame(const uint8_t* data, size_t size, const MacAddress& transmitter, in Frame() function in Frame
22 class Frame; variable
46708 using Frame = ::perfetto::protos::gen::IPCFrame; typedef
5425 message Frame { message
62787 using Frame = ::perfetto::protos::gen::IPCFrame; typedef