HomeSort by relevance Sort by last modified time
    Searched refs:orient (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
dwt.h 73 @param orient Number that identifies the subband (0->LL, 1->HL, 2->LH, 3->HH)
74 @return Returns 0 if orient = 0, returns 1 if orient = 1 or 2, returns 2 otherwise
76 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) ;
80 @param orient Band of the wavelet function
83 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient);
100 @param orient Number that identifies the subband (0->LL, 1->HL, 2->LH, 3->HH)
103 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient);
107 @param orient Band of the wavelet function
110 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient);
    [all...]
t1_generate_luts.c 41 static int t1_init_ctxno_zc(int f, int orient) {
48 switch (orient) {
207 int orient = j; local
208 if (orient == 2) {
209 orient = 1;
210 } else if (orient == 1) {
211 orient = 2;
213 lut_ctxno_zc[(orient << 8) | i] = t1_init_ctxno_zc(i, j);
t1.c 48 static INLINE OPJ_BYTE opj_t1_getctxno_zc(OPJ_UINT32 f, OPJ_UINT32 orient);
61 OPJ_UINT32 orient,
75 OPJ_UINT32 orient,
85 OPJ_INT32 orient,
92 OPJ_INT32 orient,
98 OPJ_INT32 orient,
108 OPJ_UINT32 orient,
119 OPJ_INT32 orient,
124 OPJ_INT32 orient);
128 OPJ_INT32 orient);
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
thread_track.css 7 -webkit-box-orient: vertical;
heading_track.css 8 -webkit-box-orient: horizontal;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleDeprecatedFlexibleBoxData.cpp 35 , orient(RenderStyle::initialBoxOrient())
47 , orient(o.orient)
54 return flex == o.flex && flexGroup == o.flexGroup && ordinalGroup == o.ordinalGroup && align == o.align && pack == o.pack && orient == o.orient && lines == o.lines;
StyleDeprecatedFlexibleBoxData.h 50 unsigned orient: 1; // EBoxOrient
  /external/chromium-trace/trace-viewer/src/ui/
value_bar.css 46 .value-bar[orient='vertical'] .lowest-value-control {
50 .value-bar[orient='vertical'] .value-slider {
55 .value-bar[orient='vertical'] .value-slider-top {
60 .value-bar[orient='vertical'] .value-slider-bottom {
65 .value-bar[orient='vertical'] .value-range-control {
69 .value-bar[orient='vertical'] .highest-value-control {
73 .value-bar[orient='vertical'] .value-display {
77 .value-bar[orient='horizontal'] .lowest-value-control {
81 .value-bar[orient='horizontal'] .value-slider {
87 .value-bar[orient='horizontal'] .value-slider-top
    [all...]
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.AKM.cpp 182 void CompassSensor::getOrientationMatrix(signed char *orient)
186 orient[0] = 1;
187 orient[1] = 0;
188 orient[2] = 0;
189 orient[3] = 0;
190 orient[4] = 1;
191 orient[5] = 0;
192 orient[6] = 0;
193 orient[7] = 0;
194 orient[8] = 1
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.cpp 182 void CompassSensor::getOrientationMatrix(signed char *orient)
186 orient[0] = 1;
187 orient[1] = 0;
188 orient[2] = 0;
189 orient[3] = 0;
190 orient[4] = 1;
191 orient[5] = 0;
192 orient[6] = 0;
193 orient[7] = 0;
194 orient[8] = 1
    [all...]
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 54 int tilt = 0, orient = 0; local
65 orient = (int) atan2f(-x, y) * RADIANS_2_DEG;
67 if (orient < 0) {
68 orient += 360;
71 if (orient >= DEGREES_270_THRESH) {
72 orient = 270;
73 } else if (orient >= DEGREES_180_THRESH) {
74 orient = 180;
75 } else if (orient >= DEGREES_90_THRESH) {
76 orient = 90
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
no_destinations_promo.css 14 -webkit-box-orient: horizontal;
  /external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.idl 33 [InitializedByEventConstructor] readonly attribute unsigned short orient;
OverflowEvent.cpp 32 : orient(0)
63 , m_orient(initializer.orient)
OverflowEvent.h 36 unsigned short orient; member in struct:blink::OverflowEventInit
63 unsigned short orient() const { return m_orient; } function in class:blink::FINAL
  /external/chromium-trace/trace-viewer/src/about_tracing/
profiling_view.css 8 -webkit-box-orient: vertical;
23 -webkit-box-orient: vertical;
  /hardware/ti/omap4-aah/camera/
SensorListener.cpp 52 int tilt = 0, orient = 0; local
63 orient = (int) atan2f(-x, y) * RADIANS_2_DEG;
65 if (orient < 0) {
66 orient += 360;
69 if (orient >= DEGREES_270_THRESH) {
70 orient = 270;
71 } else if (orient >= DEGREES_180_THRESH) {
72 orient = 180;
73 } else if (orient >= DEGREES_90_THRESH) {
74 orient = 90
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 44 -webkit-box-orient: vertical;
54 -webkit-box-orient: horizontal;
64 -webkit-box-orient: vertical;
  /external/qemu/android/
hw-sensors.h 64 extern void android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient );
  /external/opencv/cv/src/
cvmotempl.cpp 173 CvMat orientstub, *orient = (CvMat*)orientation; local
183 CV_CALL( orient = cvGetMat( orient, &orientstub ));
194 if( CV_MAT_TYPE( mhi->type ) != CV_32FC1 || CV_MAT_TYPE( orient->type ) != CV_32FC1 )
198 if( !CV_ARE_SIZES_EQ( mhi, mask ) || !CV_ARE_SIZES_EQ( orient, mhi ))
201 if( orient->data.ptr == mhi->data.ptr )
221 cvGetRow( orient, &orient_row, 0 );
229 orient_row.data.ptr = orient->data.ptr + y*orient->step;
260 orient_row.data.ptr = orient->data.ptr + y*orient->step
296 CvMat orientstub, *orient = (CvMat*)orientation; local
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_track_view.css 16 -webkit-box-orient: vertical;
  /hardware/qcom/display/msm8226/liboverlay/
overlayCtrl.cpp 59 bool Ctrl::setTransform(const utils::eTransform& orient)
61 if(!mMdp.setTransform(orient)) {
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrl.cpp 59 bool Ctrl::setTransform(const utils::eTransform& orient)
61 if(!mMdp.setTransform(orient)) {
  /hardware/qcom/display/msm8974/liboverlay/
overlayCtrl.cpp 59 bool Ctrl::setTransform(const utils::eTransform& orient)
61 if(!mMdp.setTransform(orient)) {
  /packages/apps/Camera/src/com/android/camera/
Exif.java 46 int orient = (int) tag.getValueAt(0); local
47 switch (orient) {

Completed in 2395 milliseconds

1 2 3 4 5 6 7