Searched defs:HWRotatorSession (Results 1 – 1 of 1) sorted by relevance
254 struct HWRotatorSession { struct255 HWRotateInfo hw_rotate_info[kMaxRotatePerLayer];256 uint32_t hw_block_count = 0; // number of rotator hw blocks used by rotator session257 int session_id = -1; // A handle with Session Manager258 HWSessionConfig hw_session_config;259 LayerBuffer input_buffer; // Input to rotator260 LayerBuffer output_buffer; // Output of rotator, crop width and stride are same261 float input_compression = 1.0f;262 float output_compression = 1.0f;263 bool is_buffer_cached = false;