Home
last modified time | relevance | path

Searched refs:output_height_ (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/jni/
Djpegutil.cpp66 output_height_ = abs(one_y - orig_y); in Transform()
74 output_height_ = abs(one_x - orig_x); in Transform()
82 output_height_ = abs(one_x - orig_x); in Transform()
90 output_height_ = abs(one_y - orig_y); in Transform()
Djpegutil.h57 inline int output_height() const { return output_height_; } in output_height()
69 int output_height_; variable