Searched refs:rotate_degree (Results 1 – 2 of 2) sorted by relevance
25 int CachedFrame::SetSource(const FrameBuffer* frame, int rotate_degree) { in SetSource() argument32 if (rotate_degree > 0) { in SetSource()33 res = CropRotateScale(rotate_degree); in SetSource()115 int CachedFrame::CropRotateScale(int rotate_degree) { in CropRotateScale() argument166 switch (rotate_degree) { in CropRotateScale()174 LOGF(ERROR) << "Invalid rotation degree: " << rotate_degree; in CropRotateScale()
32 int SetSource(const FrameBuffer* frame, int rotate_degree);67 int CropRotateScale(int rotate_degree);