Lines Matching refs:FrameConfig
24 int32_t FrameConfig::GetFrameConfigType()
29 list<Surface *> FrameConfig::GetSurfaces()
34 void FrameConfig::AddSurface(Surface &surface)
40 void FrameConfig::RemoveSurface(Surface &surface)
45 void *FrameConfig::GetValue(uint32_t key)
54 void FrameConfig::SetVendorParameter(uint8_t *value, uint32_t len)
71 void FrameConfig::GetVendorParameter(uint8_t *value, uint32_t len)
84 void FrameConfig::SetValue(uint32_t key, const void *value)
108 FrameConfig::FrameConfig(int32_t type) : type_(type)