Searched refs:pitch (Results 26 - 36 of 36) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp28 int orgPitch = currInput->pitch;
H A Dslice.cpp166 int picPitch = currPic->pitch;
167 int orgPitch = currInput->pitch;
H A Dfindhalfpel.cpp58 int lx = currPic->pitch;
558 // advance to the next line, pitch is 24
594 // advance to the next line, pitch is 24
607 /* assuming cand always has a pitch of 24 */
H A Dmotion_comp.cpp57 int picPitch = currPic->pitch;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h52 Int pitch; /* Pitch (differs from width for UMV case) */ member in struct:tagVOP
H A Dmotion_est.cpp146 Int width = currFrame->pitch;
540 Int rx = video->currVop->pitch;
787 Int lx = video->currVop->pitch; /* padding */
1191 Int lx = video->currVop->pitch; /* with padding */
1272 Int lx = video->currVop->pitch; /* with padding */
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp807 videoInput.pitch = ((mVideoWidth + 15) >> 4) << 4;
839 videoInput.YCbCr[1] = videoInput.YCbCr[0] + videoInput.height * videoInput.pitch;
841 ((videoInput.height * videoInput.pitch) >> 2);
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java191 * Default pitch.
466 public static final String KEY_PARAM_PITCH = "pitch";
1073 * Sets the speech pitch for the TextToSpeech engine.
1077 * @param pitch Speech pitch. {@code 1.0} is the normal pitch,
1083 public int setPitch(float pitch) { argument
1084 if (pitch > 0.0f) {
1085 int intPitch = (int)(pitch * 100);
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h504 int pitch; /* how many pixel between the line */ member in struct:tagPictureData
620 int pred_pitch; /* either equal to 20 or to frame pitch */
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp307 video->currPic->pitch = video->PicWidthInSamplesL + (video->padded_size == 0 ? 0 : 32);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1745 SLmillidegree pitch,
1899 SLmillidegree pitch,
2435 SLpermille pitch
2452 /* back. A change in rate will cause a change in pitch. */

Completed in 173 milliseconds

12