Searched defs:right (Results 1 - 25 of 242) sorted by path

12345678910

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp136 /*right*/activeAreaWidth - 1,
154 /*right*/activeAreaWidth - 1,
172 /*right*/activeAreaWidth - 1,
190 /*right*/activeAreaWidth - 1,
209 uint32_t right,
251 right,
206 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c94 ALOGE("Unsupported channels (top or front left/right of center)");
133 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
136 const int indexSR = hasSides ? indexSL + 1 : indexSL; // side right
471 float right = (float)(*((uint32_t *)pCmdData + 1)) / (1 << 24); local
472 ALOGV("Downmix_Command EFFECT_CMD_SET_VOLUME: left %f, right %f ", left, right);
950 * - if using AUDIO_CHANNEL_OUT_SIDE*, it contains both left and right
951 * - if using AUDIO_CHANNEL_OUT_BACK*, it contains both left and right
974 ALOGE("Unsupported channels (top or front left/right of center)");
1013 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DFrom2iToMS_16x16.c33 LVM_INT32 temp1,left,right; local
40 right = (LVM_INT32)*src;
44 temp1 = (left+right)>>1;
49 temp1 = (left-right)>>1;
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c380 float right = (float)(*((uint32_t *)pCmdData + 1)) / (1 << 24); local
381 ALOGV("Reverb_Command EFFECT_CMD_SET_VOLUME: left %f, right %f ", left, right);
1671 // left input = (left dry * m_nLateGain) + right feedback from previous period
1707 // right input = (right dry * m_nLateGain) + left feedback from previous period
1777 // sum is fedback to right input (R + L)
1841 // ********** start early reflection generator, right
1870 // ********** end early reflection generator, right
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp624 status_t AudioTrack::setVolume(float left, float right) argument
628 isnanf(right) || right < GAIN_FLOAT_ZERO || right > GAIN_FLOAT_UNITY) {
634 mVolume[AUDIO_INTERLEAVE_RIGHT] = right;
636 mProxy->setVolumeLR(gain_minifloat_pack(gain_from_float(left), gain_from_float(right)));
2072 snprintf(buffer, 255, " stream type(%d), left - right volume(%f, %f)\n", mStreamType,
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp182 // Deal with empty and ANY right away
417 snprintf(buffer, 255, " stream type(%d), left - right volume(%f, %f)\n",
642 // determine if we have the right player type
664 // create the right type of player
788 // create the right type of player
1310 // create the right type of player
1365 // create the right type of player
1843 void MediaPlayerService::AudioOutput::setVolume(float left, float right) argument
1845 ALOGV("setVolume(%f, %f)", left, right);
1847 mRightVolume = right;
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp2187 // eCompressionFormat does not seem right.
2193 // eColorFormat does not seem right.
3848 int32_t left, top, right, bottom; local
3851 notify->findRect("crop", &left, &top, &right, &bottom)) {
3853 // NOTE: native window uses extended right-bottom coordinate
3854 reply->setRect("crop", left, top, right + 1, bottom + 1);
4637 &crop.left, &crop.top, &crop.right, &crop.bottom)) {
5941 // We're already doing this right now.
H A DMediaCodec.cpp1022 int32_t left, top, right, bottom, width, height; local
1023 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
1024 mCrypto->notifyResolution(right - left + 1, bottom - top + 1);
2057 int32_t left, top, right, bottom; local
2058 if (info->mFormat->findRect("crop", &left, &top, &right, &bottom)) {
2059 info->mData->meta()->setRect("crop-rect", left, top, right, bottom);
H A DMetaData.cpp83 int32_t right, int32_t bottom) {
87 r.mRight = right;
172 int32_t *right, int32_t *bottom) {
185 *right = r->mRight;
80 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
169 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
H A DOMXCodec.cpp2526 int32_t left, top, right, bottom; local
2529 &right, &bottom));
2539 ((right - left + 1) * scale.xWidth) >> 16);
4209 int32_t left, top, right, bottom; local
4213 &left, &top, &right, &bottom));
4218 crop.right = right + 1;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c107 Word32 left, right; local
109 right = (mdctSpectrumRight[j] >> 1);
110 mdctSpectrumLeft[j] = left + right;
111 mdctSpectrumRight[j] = left - right;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s31 right RN 4 label
61 LDR right, [sp,#0x10]
169 CMP right,#0
175 SUBS right, right, #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S31 #define right r4 define
45 i32 right);
52 LDR right, [sp,#0x10]
130 CMP right,#0
136 SUBS right, right, #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c57 * Info 702: Shift right of signed quantity (int)
2139 i32 right)
2142 UNUSED(right);
2159 (overfilling some pels on left and/or right edge).
2164 right amount of pixels to overfill on right-edge
2175 i32 right)
2192 if (right)
2195 for ( ; right; right
2134 FillRow1( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2170 h264bsdFillRow7( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2239 i32 left, x, right; local
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp263 int32_t left, int32_t top, int32_t right, int32_t bottom) {
269 item->u.rectValue.mRight = right;
311 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const {
319 *right = item->u.rectValue.mRight;
261 setRect( const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
309 findRect( const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const argument
/frameworks/av/services/audioflinger/
H A DAudioResamplerCubic.h62 state left, right; member in class:android::AudioResamplerCubic
H A DAudioResamplerDyn.cpp194 void AudioResamplerDyn<TC, TI, TO>::setVolume(float left, float right) argument
196 AudioResampler::setVolume(left, right);
199 mVolumeSimd[1] = static_cast<TO>(right);
204 mVolumeSimd[1] = u4_28_from_float(clampFloatVol(right));
H A DAudioResamplerSinc.cpp504 void AudioResamplerSinc::setVolume(float left, float right) { argument
505 AudioResampler::setVolume(left, right);
509 mVolumeSIMD[1] = u4_28_from_float(clampFloatVol(right));
H A DEffects.cpp660 status_t AudioFlinger::EffectModule::setVolume(uint32_t *left, uint32_t *right, bool controller) argument
677 volume[1] = *right;
689 *right = volume[1];
1644 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right) argument
1647 uint32_t newRight = *right;
1663 *left == mLeftVolume && *right == mRightVolume) {
1666 *right = mNewRightVolume;
1694 rVol = *right;
1699 *right = newRight;
H A DFastMixer.cpp625 // assume same number of tail samples on each side, left and right
627 CentralTendencyStatistics left, right; local
630 right.sample(tail[n - (i + 1)]);
634 " right tail: mean=%.2f min=%.2f max=%.2f stddev=%.2f\n",
636 right.mean()*1e-6, right.minimum()*1e-6, right.maximum()*1e-6,
637 right.stddev()*1e-6);
H A DThreads.cpp156 // so AudioFlinger could allocate the right amount of memory.
529 if (mask & AUDIO_CHANNEL_OUT_FRONT_RIGHT) s.append("front-right, ");
533 if (mask & AUDIO_CHANNEL_OUT_BACK_RIGHT) s.append("back-right, ");
535 if (mask & AUDIO_CHANNEL_OUT_FRONT_RIGHT_OF_CENTER) s.append("front-right-of-center, ");
538 if (mask & AUDIO_CHANNEL_OUT_SIDE_RIGHT) s.append("side-right, ");
542 if (mask & AUDIO_CHANNEL_OUT_TOP_FRONT_RIGHT) s.append("top-front-right, ");
545 if (mask & AUDIO_CHANNEL_OUT_TOP_BACK_RIGHT) s.append("top-back-right, " );
549 if (mask & AUDIO_CHANNEL_IN_RIGHT) s.append("right, ");
553 if (mask & AUDIO_CHANNEL_IN_RIGHT_PROCESSED) s.append("right-processed, ");
3475 ALOGV("Track right volum
3956 float left, right; local
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h99 int left, top, right, bottom; member in struct:android::camera2::Parameters::Area
102 Area(int left, int top, int right, int bottom, int weight): argument
103 left(left), top(top), right(right), bottom(bottom),
106 return (left == 0) && (top == 0) && (right == 0) && (bottom == 0);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h639 int left, int top, int right, int bottom)
645 crop.right = right;
638 __set_crop(struct preview_stream_ops *w, int left, int top, int right, int bottom) argument
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp1370 int left, int top, int right, int bottom) {
1378 android_native_rect_t crop = { left, top, right, bottom };
1369 set_crop(const camera2_stream_ops_t* w, int left, int top, int right, int bottom) argument
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java179 public void setBounds(int left, int top, int right, int bottom) { argument
180 mDrawLeft = left + (right-left - mWidth) / 2;
396 * 0 for left-aligned, 0.5 for horizontal center-aligned, and 1 for right-aligned
447 float right = left + outWidth;
450 cropRectF = new RectF(left, top, right, bottom);
538 cropRect.right = cropRect.left + cropWidth;
541 cropRect.right = inWidth;
690 // If the URI is not of the right type, or for some reason the system wallpaper
959 * on its left, top, right, and bottom sides.

Completed in 173 milliseconds

12345678910