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

1 2 3 4 5

  /external/opencv3/3rdparty/libjasper/
jpc_tsfb.h 104 int orient; member in struct:__anon20916
jpc_t1cod.c 136 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient)
146 assert(orient == JPC_TSFB_LL);
149 switch (orient) {
237 int orient; local
246 for (orient = 0; orient < 4; ++orient) {
248 jpc_zcctxnolut[(orient << 8) | i] = jpc_getzcctxno(i, orient);
293 int jpc_getzcctxno(int f, int orient)
    [all...]
jpc_dec.h 362 int orient; member in struct:__anon20890
jpc_enc.h 412 int orient; member in struct:jpc_enc_band_s
  /external/pdfium/third_party/libopenjpeg20/
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);
dwt.c 489 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) {
490 if (orient == 0)
492 if (orient == 1 || orient == 2)
500 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient) {
501 return opj_dwt_norms[orient][level];
515 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient) {
516 (void)orient;
523 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient) {
524 return opj_dwt_norms_real[orient][level]
532 OPJ_UINT32 resno, level, orient, gain; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 104 ovutils::eTransform orient = local
106 ov.setTransform(orient, dest);
232 ovutils::eTransform orient = local
234 ov.setTransform(orient, destL);
235 ov.setTransform(orient, destR);
hwc_utils.cpp 477 float& rightCutRatio, float& bottomCutRatio, int orient) {
478 if(orient & HAL_TRANSFORM_FLIP_H) {
481 if(orient & HAL_TRANSFORM_FLIP_V) {
484 if(orient & HAL_TRANSFORM_ROT_90) {
555 const hwc_rect_t& scissor, int orient) {
599 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
839 const eTransform& orient,
843 rot->setTransform(orient);
891 const eTransform& orient, const hwc_rect_t& crop,
895 ov->setTransform(orient, dest)
946 eTransform orient = static_cast<eTransform>(transform); local
1027 eTransform orient = static_cast<eTransform>(transform); local
    [all...]
  /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...]
  /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...]
  /frameworks/native/services/surfaceflinger/
Transform.cpp 353 uint32_t orient = mType >> 8; local
355 if (orient&ROT_INVALID) {
358 if (orient&ROT_90) {
363 if (orient&FLIP_V)
365 if (orient&FLIP_H)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
and_constructor.c 69 unsigned short orient; local
77 orient = inv_orientation_matrix_to_scalar(g_gyro_orientation);
78 inv_set_gyro_orientation_and_scale(orient, 2000L << 15);
81 orient = inv_orientation_matrix_to_scalar(g_accel_orientation);
84 inv_set_accel_orientation_and_scale(orient, sens);
87 orient = inv_orientation_matrix_to_scalar(g_compass_orientation);
91 inv_set_compass_orientation_and_scale(orient, sens);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 90 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient); local
100 if(configRotator(mRot, info, sourceCrop, mdpFlags, orient, 0) < 0) {
106 updateSource(orient, info, sourceCrop);
179 ovutils::eTransform orient = local
201 transform, orient);
213 orient = ovutils::OVERLAY_TRANSFORM_0;
221 if(configMdp(ctx->mOverlay, parg, orient, sourceCrop, displayFrame,
295 ovutils::eTransform orient = local
340 if (configMdp(ctx->mOverlay, pargL, orient, cropL,
380 if (configMdp(ctx->mOverlay, pargR, orient, cropR
448 ovutils::eTransform orient = local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 97 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient); local
107 if(configRotator(mRot, info, sourceCrop, mdpFlags, orient, 0) < 0) {
112 updateSource(orient, info, sourceCrop, mRot);
185 ovutils::eTransform orient = local
207 transform, orient);
219 orient = ovutils::OVERLAY_TRANSFORM_0;
227 if(configMdp(ctx->mOverlay, parg, orient, sourceCrop, displayFrame,
301 ovutils::eTransform orient = local
346 if (configMdp(ctx->mOverlay, pargL, orient, cropL,
386 if (configMdp(ctx->mOverlay, pargR, orient, cropR
454 ovutils::eTransform orient = local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_fbupdate.cpp 95 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient); local
105 if(configRotator(mRot, info, sourceCrop, mdpFlags, orient, 0) < 0) {
110 updateSource(orient, info, sourceCrop, mRot);
176 ovutils::eTransform orient = local
196 transform, orient);
208 orient = ovutils::OVERLAY_TRANSFORM_0;
216 if(configMdp(ctx->mOverlay, parg, orient, sourceCrop, displayFrame,
284 ovutils::eTransform orient = local
322 transform, orient);
357 if (configMdp(ctx->mOverlay, pargL, orient, cropL
466 ovutils::eTransform orient = local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 95 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient); local
105 if(configRotator(mRot, info, sourceCrop, mdpFlags, orient, 0) < 0) {
110 updateSource(orient, info, sourceCrop, mRot);
179 ovutils::eTransform orient = local
199 transform, orient);
211 orient = ovutils::OVERLAY_TRANSFORM_0;
219 if(configMdp(ctx->mOverlay, parg, orient, sourceCrop, displayFrame,
290 ovutils::eTransform orient = local
328 transform, orient);
363 if (configMdp(ctx->mOverlay, pargL, orient, cropL
474 ovutils::eTransform orient = local
    [all...]
  /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...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 445 int orient; local
448 printf("GT:Screen Orient Handler\n");
456 fscanf(fp, "%d\n", &orient);
459 printf("Screen Orient-> %d\n", orient);
469 int orient; local
472 fscanf(fp, "%d\n", &orient);
476 printf("GT:Reg Orient Handler\n");
479 if (orient & 0x01)
480 printf("Orient->X Up\n")
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 674 // open DMP Orient Fd
858 unsigned short orient; local
866 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
867 inv_set_gyro_orientation_and_scale(orient, mGyroScale << 15);
871 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
873 inv_set_accel_orientation_and_scale(orient, 1LL << 22);
875 inv_set_accel_orientation_and_scale(orient, (long)mAccelScale << 15);
882 orient =
886 inv_set_compass_orientation_and_scale(orient, sensitivity);
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.2/
layoutlib-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.0/
layoutlib-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.1/
layoutlib-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.3/
layoutlib-api-22.5.3.jar 

Completed in 1157 milliseconds

1 2 3 4 5