Searched defs:LayerRequest (Results 1 – 7 of 7) sorted by relevance
206 struct LayerRequest { struct207 LayerRequestFlags flags; // Flags associated with this request argument208 LayerBufferFormat format = kFormatRGBA8888; // Requested format209 uint32_t width = 0; // Requested unaligned width.210 uint32_t height = 0; // Requested unalighed height
208 struct LayerRequest { struct209 LayerRequestFlags flags; // Flags associated with this request argument210 LayerBufferFormat format = kFormatRGBA8888; // Requested format211 uint32_t width = 0; // Requested unaligned width.212 uint32_t height = 0; // Requested unalighed height
224 struct LayerRequest { struct225 LayerRequestFlags flags; // Flags associated with this request argument226 LayerBufferFormat format = kFormatRGBA8888; // Requested format - Used with tone_map and228 ColorMetaData color_metadata = { .colorPrimaries = ColorPrimaries_BT709_5,232 uint32_t width = 0; // Requested unaligned width.234 uint32_t height = 0; // Requested unalighed height
225 struct LayerRequest { struct226 LayerRequestFlags flags; // Flags associated with this request argument227 LayerBufferFormat format = kFormatRGBA8888; // Requested format228 uint32_t width = 0; // Requested unaligned width.229 uint32_t height = 0; // Requested unalighed height
958 enum class LayerRequest : int32_t { enum