HomeSort by relevance Sort by last modified time
    Searched full:jpegutil (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/jni/
Android.mk 17 # JpegUtil
25 LOCAL_SRC_FILES := jpegutil.cpp jpegutilnative.cpp
jpegutil.cpp 16 #include "jpegutil.h"
30 using namespace jpegutil;
48 jpegutil::Transform::Transform(int orig_x, int orig_y, int one_x, int one_y)
94 jpegutil::Transform jpegutil::Transform::ForCropFollowedByRotation(
120 bool jpegutil::Transform::operator==(const Transform& other) const {
131 void jpegutil::Transform::Map(int x, int y, int* x_out, int* y_out) const {
140 int jpegutil::Compress(int img_width, int img_height,
141 jpegutil::RowIterator<16>& y_row_generator,
142 jpegutil::RowIterator<8>& cb_row_generator
    [all...]
jpegutil.h 29 namespace jpegutil { namespace
173 jpegutil::RowIterator<ROWS>::RowIterator(Plane plane, Transform transform,
181 const std::array<unsigned char*, ROWS> jpegutil::RowIterator<ROWS>::LoadAt(
jpegutilnative.cpp 21 #include "jpegutil.h"
23 using namespace jpegutil;

Completed in 202 milliseconds