Searched refs:right (Results 1 - 25 of 664) sorted by path

1234567891011>>

/frameworks/av/include/media/
H A DAudioTrack.h411 * left and right volumes. Levels must be >= 0.0 and <= 1.0.
414 status_t setVolume(float left, float right);
/frameworks/av/include/media/stagefright/
H A DMetaData.h243 int32_t right, int32_t bottom);
254 int32_t *right, int32_t *bottom);
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h111 int32_t left, int32_t top, int32_t right, int32_t bottom);
128 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const;
/frameworks/av/include/ndk/
H A DNdkImage.h407 * <p>Note that the right and bottom coordinates are exclusive, so the width of the rectangle is
408 * (right - left) and the height of the rectangle is (bottom - top).</p>
413 int32_t right; member in struct:AImageCropRect
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h97 uint32_t right,
158 * badRectCount - number of (top, left, bottom, right) tuples are given in
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp148 /*right*/activeAreaWidth - 1,
166 /*right*/activeAreaWidth - 1,
184 /*right*/activeAreaWidth - 1,
202 /*right*/activeAreaWidth - 1,
221 uint32_t right,
257 right,
218 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
151 ALOGE("Unsupported channels (top or front left/right of center)");
502 float right = (float)(*((uint32_t *)pCmdData + 1)) / (1 << 24); local
503 ALOGV("Downmix_Command EFFECT_CMD_SET_VOLUME: left %f, right %f ", left, right);
982 * - if using AUDIO_CHANNEL_OUT_SIDE*, it contains both left and right
983 * - if using AUDIO_CHANNEL_OUT_BACK*, it contains both left and right
1024 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.cpp752 status_t AudioTrack::setVolume(float left, float right) argument
756 isnanf(right) || right < GAIN_FLOAT_ZERO || right > GAIN_FLOAT_UNITY) {
762 mVolume[AUDIO_INTERLEAVE_RIGHT] = right;
764 mProxy->setVolumeLR(gain_minifloat_pack(gain_from_float(left), gain_from_float(right)));
2404 // right after AudioTrack is started, one may not find a timestamp
2582 snprintf(buffer, 255, " stream type(%d), left - right volume(%f, %f)\n", mStreamType,
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp183 // Deal with empty and ANY right away
381 snprintf(buffer, 255, " stream type(%d), left - right volume(%f, %f)\n",
419 * The only arguments this understands right now are -c, -von and -voff,
628 // determine if we have the right player type
672 // create the right type of player
806 // create the right type of player
2022 void MediaPlayerService::AudioOutput::setVolume(float left, float right) argument
2024 ALOGV("setVolume(%f, %f)", left, right);
2027 mRightVolume = right;
2029 mTrack->setVolume(left, right);
[all...]
H A DMediaPlayerService.h116 void setVolume(float left, float right);
/frameworks/av/media/libstagefright/
H A DACodec.cpp3001 // eCompressionFormat does not seem right.
3007 // eColorFormat does not seem right.
5222 // NOTE: native window uses extended right-bottom coordinate
5223 int32_t left, top, right, bottom; local
5224 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
5225 notify->setRect("crop", left, top, right + 1, bottom + 1);
6128 if (msg->findRect("crop", &crop.left, &crop.top, &crop.right, &crop.bottom)
7694 // We're already doing this right now.
H A DMediaCodec.cpp1452 int32_t left, top, right, bottom, width, height; local
1453 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
1454 mCrypto->notifyResolution(right - left + 1, bottom - top + 1);
1903 ALOGW("Can't reclaim codec right now due to pending buffers.");
2672 int32_t left, top, right, bottom; local
2673 if (info->mFormat->findRect("crop", &left, &top, &right, &bottom)) {
2674 info->mData->meta()->setRect("crop-rect", left, top, right, bottom);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c106 Word32 left, right; local
108 right = (mdctSpectrumRight[j] >> 1);
109 mdctSpectrumLeft[j] = left + right;
110 mdctSpectrumRight[j] = left - right;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s50 ; * macroblocks specially at the upper-right side of the current macroblock
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s50 ; * macroblocks specially at the upper-right side of the current macroblock
/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...]
H A Dh264bsd_reconstruct.h207 i32 right);
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp173 // NOTE: native window uses extended right-bottom coordinate
177 crop.right = mCropRight + 1;
180 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp285 int32_t left, int32_t top, int32_t right, int32_t bottom) {
291 item->u.rectValue.mRight = right;
333 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const {
341 *right = item->u.rectValue.mRight;
283 setRect( const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
331 findRect( const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const argument
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
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp576 bool inside = rect.left <= x && x < rect.right &&
580 bool inside = rect.left <= 2*x && 2*x < rect.right &&
776 ALOGV("Verify creating a surface w/ right config + dummy writer*********");

Completed in 2565 milliseconds

1234567891011>>