/frameworks/wilhelm/src/itf/ |
H A D | IPitch.c | 22 static SLresult IPitch_SetPitch(SLPitchItf self, SLpermille pitch) argument 28 if (!(thiz->mMinPitch <= pitch && pitch <= thiz->mMaxPitch)) { 32 thiz->mPitch = pitch; 50 SLpermille pitch = thiz->mPitch; local 52 *pPitch = pitch;
|
H A D | I3DLocation.c | 189 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) 194 (-90000 <= pitch) && (pitch <= 90000) && 201 thiz->mOrientationAngles.mPitch = pitch; 188 I3DLocation_SetOrientationAngles(SL3DLocationItf self, SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) argument
|
H A D | I3DMacroscopic.c | 70 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) 75 (-90000 <= pitch) && (pitch <= 90000) && 82 thiz->mOrientationAngles.mPitch = pitch; 69 I3DMacroscopic_SetOrientationAngles(SL3DMacroscopicItf self, SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) argument
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
H A D | deblock.cpp | 64 static void EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch); 65 static void EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch); 66 static void EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch); 67 static void EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch); 78 int pitch = video->currPic->pitch, pitch_c, width; local 84 pitch_c = pitch >> 1; 98 SrcY += ((pitch << 4) - width); 119 int pitch = currPic->pitch; local 296 int pitch = video->currPic->pitch; local 1087 EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch) argument 1276 EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch) argument 1493 EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch) argument 1583 EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch) argument [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
H A D | me_utils.cpp | 222 Int pitch, width, height; local 227 pitch = refVop->pitch; 239 dst = src - (pitch << 4); 258 M4VENC_MEMCPY(dst + pitch, dst, pitch); 259 dst += pitch; 263 dst += (pitch + 16); 285 src += pitch; 294 M4VENC_MEMCPY(dst, dst - pitch, pitc [all...] |
H A D | findhalfpel.cpp | 79 Int lx = video->currVop->pitch; 194 Int lx = video->currVop->pitch;
|
H A D | motion_comp.cpp | 107 Int height, pitch, pitch_uv, height_uv; local 118 pitch = currVop->pitch; 120 pitch_uv = pitch >> 1; 143 pitch, round1); 168 pitch, round1); 1717 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) argument 1721 Int offset = pitch - MB_SIZE; 1765 void Copy_B_from_Vop(UChar *comp, Int cChan[], Int pitch) argument 1768 Int offset = pitch 1795 Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) argument 1863 Copy_B_into_Vop(UChar *comp, Int cChan[], Int pitch) argument [all...] |
H A D | mp4enc_api.cpp | 191 Int max = 0, max_width = 0, max_height = 0, pitch, offset; local 735 pitch = max_width; 740 pitch = max_width + 32; 741 offset = (pitch << 4) + 16; 744 size = pitch * max_height; 1481 video->currVop->pitch = width_16; 1485 video->currVop->pitch = width_16 + 32; 1589 vid_out->pitch = video->currVop->width; /* padded width */ 1594 vid_out->pitch = video->currVop->width + 32; /* padded width */ 1751 video->currVop->pitch [all...] |
H A D | datapart_encode.cpp | 43 Int lx = currVop->pitch; /* with padding */ 220 Int lx = currVop->pitch; /* , with pading */
|
H A D | combined_encode.cpp | 44 Int lx = currVop->pitch; /* with padding */ 272 Int lx = currVop->pitch; /* , with padding */
|
H A D | fastcodemb.cpp | 77 Int lx = currVop->pitch; 308 Int lx = currVop->pitch;
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
H A D | block.cpp | 21 void trans(uint8 *cur, int pitch, uint8 *predBlock, int16 *dataBlock) argument 25 int curpitch = (uint)pitch >> 16; 26 int predpitch = (pitch & 0xFFFF); 80 int org_pitch = encvid->currInput->pitch; 81 int pitch = video->currPic->pitch; local 237 *(cur += pitch) = r1; 238 *(cur += pitch) = r2; 239 cur[pitch] = r3; 240 cur -= (pitch << 363 int pitch = video->currPic->pitch; local 727 int pitch = (video->currPic->pitch) >> 1; local [all...] |
H A D | intra_est.cpp | 36 int orgPitch = currInput->pitch; 122 int orgPitch = currInput->pitch; 213 int pitch = currPic->pitch; local 215 int offset = y_pos * pitch + x_pos; 230 top = curL - pitch; 276 left = curL - 1 - pitch; 282 word1 = *(left += pitch); 329 comp_ref_x0 = curL - pitch + 8; 330 comp_ref_x1 = curL - pitch 631 int pitch = currPic->pitch; local 726 int pitch = video->currPic->pitch; local 1370 int pitch = currPic->pitch >> 1; local 2013 int pitch = video->currPic->pitch; local [all...] |
H A D | motion_est.cpp | 187 bool IntraDecisionABE(int *min_cost, uint8 *cur, int pitch, bool ave) argument 197 out = cur - pitch; 206 out -= pitch; 207 cur -= pitch; 210 temp = *(out += pitch) - *(cur += pitch); 247 int pitch = currInput->pitch; local 344 offset = pitch * (j << 4) + (start_i << 4); 359 HTFMPrepareCurMB_AVC(encvid, &htfm_stat, cur, pitch); 485 int pitch, width, height; local 742 HTFMPrepareCurMB_AVC(AVCEncObject *encvid, HTFM_Stat *htfm_stat, uint8 *cur, int pitch) argument 806 AVCPrepareCurMB(AVCEncObject *encvid, uint8 *cur, int pitch) argument [all...] |
H A D | avcenc_lib.h | 302 bool IntraDecision(int *min_cost, uint8 *cur, int pitch, bool ave); 529 void HTFMPrepareCurMB_AVC(AVCEncObject *encvid, HTFM_Stat *htfm_stat, uint8 *cur, int pitch); 536 \param "pitch" "Stride size of the input frame (luma)." 539 void AVCPrepareCurMB(AVCEncObject *encvid, uint8 *cur, int pitch); 755 \param "orgPitch" "Pointer to the original picture pitch."
|
H A D | avcenc_api.cpp | 299 if (input->pitch > 0xFFFF) 301 return AVCENC_NOT_SUPPORTED; // we use 2-bytes for pitch 565 recon->pitch = currFS->frame.pitch;
|
/frameworks/base/core/java/android/speech/tts/ |
H A D | SynthesisRequest.java | 32 * <li>The voice pitch, with 100 being the default pitch.</li> 114 * Gets the pitch to use. The normal pitch is 100. 158 * Sets the pitch. 160 void setPitch(int pitch) { argument 161 mPitch = pitch;
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
H A D | vad1.h | 115 /* Note that each of the following three variables (vadreg, pitch and tone) 119 Word16 pitch; /* flags for pitch detection */ member in struct:__anon354 124 Word16 oldlag_count, oldlag; /* variables for pitch detection */
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
H A D | avcapi_common.h | 146 int pitch; member in struct:tagAVCFrameIO
|
/frameworks/native/services/sensorservice/ |
H A D | OrientationSensor.cpp | 57 outEvent->orientation.pitch = g.y;
|
/frameworks/native/include/android/ |
H A D | sensor.h | 112 float pitch; member in struct:ASensorVector::__anon1193::__anon1195
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
H A D | vad1.cpp | 705 Inputs : pitch: flags for pitch detection 778 /* if fullband pitch or tone have been detected for a while, initialize stat_count */ 779 if (((Word16)(st->pitch & 0x6000) == 0x6000) || 1062 pitch: flags for pitch detection 1121 ((st->pitch & 0x7800) == 0) 1731 /* Initialize pitch detection variables */ 1734 state->pitch = 0; 1958 Purpose : Set tone flag if pitch gai [all...] |
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
H A D | SoundPoolTest.java | 153 // interate through pitch table 185 // modify the pitch 339 // initialize pitch table 340 float pitch = 0.5f; 343 mScale[i] = pitch; 344 pitch *= SEMITONE;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
H A D | mp4enc_api.h | 122 Int pitch; /* stride for Y */ member in struct:tagvideoEncFrameIO
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
H A D | SoftMPEG4Encoder.cpp | 696 vin.pitch = ((mVideoWidth + 15) >> 4) << 4; 699 vin.uChan = vin.yChan + vin.height * vin.pitch; 700 vin.vChan = vin.uChan + ((vin.height * vin.pitch) >> 2);
|