/external/webrtc/webrtc/base/ |
transformadapter.cc | 24 : StreamAdapterInterface(stream), transform_(transform), 30 delete transform_; 66 StreamResult result = transform_->Transform(buffer_, &in_len, 116 StreamResult result = transform_->Transform(data, &in_len,
|
transformadapter.h | 71 TransformInterface * transform_; member in class:rtc::TransformAdapter
|
/packages/apps/Camera2/jni/ |
jpegutil.h | 132 Transform transform_; member in class:jpegutil::RowIterator 175 : plane_(plane), transform_(transform) { 194 y = min(y, transform_.output_height() - 1); 197 output_width = min(output_width, transform_.output_width()); 206 transform_.Map(0, y, &startX, &startY); 210 transform_.Map(output_width - 1, y, &endX, &endY);
|
/system/media/camera/docs/ |
metadata_helpers_test.py | 196 self.assertEquals("TRANSFORM_{0}MATRIX".format(wbr_string), 202 self.assertEquals("android.{0}color{0}Correction.{0}mode is TRANSFORM_{0}MATRIX.{0}".format(wbr_string),
|
docs.html | [all...] |
/external/freetype/include/freetype/internal/ |
ftobjs.h | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
ftobjs.h | [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
ftobjs.h | [all...] |
/external/opencv3/doc/tutorials/ml/introduction_to_pca/ |
introduction_to_pca.markdown | 31 The goal is to transform a given data set __X__ of dimension _p_ to an alternative data set __Y__ of smaller dimension _L_. Equivalently, we are seeking to find the matrix __Y__, where __Y__ is the _Karhunen?Loève transform_ (KLT) of matrix __X__:
|
/external/opencv3/modules/ts/src/ |
ts_func.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexTextureTests.cpp | 201 TexTypeCoordParams (const Mat3& transform_) : transform(transform_) {} 209 TexTypeCoordParams (const Mat3& transform_) : transform(transform_) {} [all...] |
/external/opencv3/modules/core/src/ |
matmul.cpp | 1472 transform_( const T* src, T* dst, const WT* m, int len, int scn, int dcn ) function in namespace:cv [all...] |
/external/libpng/contrib/libtests/ |
pngimage.c | 116 TRANSFORM_ ## when, 0/*!tested*/ } [all...] |