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

12

/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp584 videoInput.pitch = align(mWidth, 16);
611 videoInput.YCbCr[1] = videoInput.YCbCr[0] + videoInput.height * videoInput.pitch;
613 ((videoInput.height * videoInput.pitch) >> 2);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_api.cpp299 if (input->pitch > 0xFFFF)
301 return AVCENC_NOT_SUPPORTED; // we use 2-bytes for pitch
565 recon->pitch = currFS->frame.pitch;
H A Dresidual.cpp28 int orgPitch = currInput->pitch;
H A Dslice.cpp166 int picPitch = currPic->pitch;
167 int orgPitch = currInput->pitch;
H A Dfindhalfpel.cpp45 int lx = currPic->pitch;
543 // advance to the next line, pitch is 24
579 // advance to the next line, pitch is 24
592 /* 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 Ddatapart_encode.cpp43 Int lx = currVop->pitch; /* with padding */
220 Int lx = currVop->pitch; /* , with pading */
H A Dcombined_encode.cpp44 Int lx = currVop->pitch; /* with padding */
272 Int lx = currVop->pitch; /* , with padding */
H A Dfastcodemb.cpp77 Int lx = currVop->pitch;
308 Int lx = currVop->pitch;
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/libmedia/
H A DAudioTrack.cpp71 // FIXME: we don't use the pitch setting in the time stretcher (not working);
73 static const bool kFixPitch = true; // enable pitch fix
74 static inline uint32_t adjustSampleRate(uint32_t sampleRate, float pitch) argument
76 return kFixPitch ? (sampleRate * pitch + 0.5) : sampleRate;
79 static inline float adjustSpeed(float speed, float pitch) argument
81 return kFixPitch ? speed / max(pitch, AUDIO_TIMESTRETCH_PITCH_MIN_DELTA) : speed;
84 static inline float adjustPitch(float pitch) argument
86 return kFixPitch ? AUDIO_TIMESTRETCH_PITCH_NORMAL : pitch;
816 // pitch is emulated by adjusting speed and sampleRate
868 // pitch i
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java244 * Default pitch.
524 public static final String KEY_PARAM_PITCH = "pitch";
1375 * Sets the speech pitch for the TextToSpeech engine.
1379 * @param pitch Speech pitch. {@code 1.0} is the normal pitch,
1385 public int setPitch(float pitch) { argument
1386 if (pitch > 0.0f) {
1387 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 374 milliseconds

12