Searched defs:pitch (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dvad1.h115 /* Note that each of the following three variables (vadreg, pitch and tone)
119 Word16 pitch; /* flags for pitch detection */ member in struct:__anon545
124 Word16 oldlag_count, oldlag; /* variables for pitch detection */
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dresidual.cpp31 int pitch; local
38 pitch = 20;
42 pitch = video->currPic->pitch;
85 pDst += pitch;
93 pitch = 12;
97 pitch >>= 1;
122 pDst += pitch;
130 pitch = 12;
156 pDst += pitch;
[all...]
H A Dpred_intra.cpp40 int pitch = currPic->pitch; local
43 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4);
52 video->pred_pitch = pitch;
63 comp = curL;// + (block_x<<2) + (block_y<<2)*currPic->pitch;
82 itrans(dataBlock, comp, comp, pitch);
94 comp += ((pitch << 2) - 4);
113 curL += (pitch << 3) - 8;
135 pitch = 1;
137 video->pintra_pred_top = curL - pitch;
367 int pitch; local
513 int pitch = video->currPic->pitch; local
736 Intra_4x4_Horizontal(AVCCommonObj *video, int pitch, int block_offset) argument
770 Intra_4x4_DC(AVCCommonObj *video, int pitch, int block_offset, AVCNeighborAvailability *availability) argument
900 Intra_4x4_Diagonal_Down_Right(AVCCommonObj *video, int pitch, int block_offset) argument
965 Intra_4x4_Diagonal_Vertical_Right(AVCCommonObj *video, int pitch, int block_offset) argument
1035 Intra_4x4_Diagonal_Horizontal_Down(AVCCommonObj *video, int pitch, int block_offset) argument
1167 Intra_4x4_Horizontal_Up(AVCCommonObj *video, int pitch, int block_offset) argument
1253 Intra_16x16_Horizontal(AVCCommonObj *video, int pitch) argument
1276 Intra_16x16_DC(AVCCommonObj *video, int pitch) argument
1356 Intra_16x16_Plane(AVCCommonObj *video, int pitch) argument
1482 Intra_Chroma_DC(AVCCommonObj *video, int pitch, uint8 *predCb, uint8 *predCr) argument
1620 Intra_Chroma_Horizontal(AVCCommonObj *video, int pitch, uint8 *predCb, uint8 *predCr) argument
1682 Intra_Chroma_Plane(AVCCommonObj *video, int pitch, uint8 *predCb, uint8 *predCr) argument
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dme_utils.cpp222 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 Dmotion_comp.cpp107 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 Dmp4enc_api.cpp191 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 Dmp4lib_int.h52 Int pitch; /* Pitch (differs from width for UMV case) */ member in struct:tagVOP
/frameworks/base/native/include/android/
H A Dsensor.h101 float pitch; member in struct:ASensorVector::__anon680::__anon682
/frameworks/base/packages/TtsService/src/android/tts/
H A DSynthProxy.java136 * Sets the pitch of the synthesized voice.
138 public final int setPitch(int pitch) { argument
139 return native_setPitch(mJniData, pitch);
H A DTtsService.java325 // Pitch is not user settable; the default pitch is always 100.
381 private int setPitch(String callingApp, int pitch) { argument
384 res = sNativeSynth.setPitch(pitch);
793 String pitch = "";
818 pitch = speechItem.mParams.get(i + 1);
841 if (pitch.length() > 0){
842 setPitch("", Integer.parseInt(pitch));
900 String pitch = "";
918 pitch = speechItem.mParams.get(i + 1);
941 if (pitch
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dblock.cpp21 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 Dintra_est.cpp36 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 Dmotion_est.cpp187 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...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java317 public static final String KEY_PARAM_PITCH = "pitch";
1012 * Sets the speech pitch for the TextToSpeech engine.
1016 * @param pitch
1017 * The pitch for the TextToSpeech engine. 1 is the normal pitch,
1023 public int setPitch(float pitch) { argument
1030 // the pitch is not set here, instead it is cached so it will be associated
1032 if (pitch > 0) {
1033 int p = (int)(pitch*100);
/frameworks/base/media/libstagefright/codecs/avc/common/include/
H A Davcapi_common.h146 int pitch; member in struct:tagAVCFrameIO
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/base/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp64 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
1086 EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch) argument
1275 EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch) argument
1492 EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch) argument
1582 EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch) argument
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h122 Int pitch; /* stride for Y */ member in struct:tagvideoEncFrameIO
/frameworks/base/packages/TtsService/jni/
H A Dandroid_tts_SynthProxy.cpp598 jint pitch)
611 sprintf(buffer, "%d", pitch);
614 LOGI("setting pitch to %d", pitch);
617 result = pSynthData->mNativeSynthInterface->setProperty("pitch", buffer, bufSize);
597 android_tts_SynthProxy_setPitch(JNIEnv *env, jobject thiz, jint jniData, jint pitch) argument

Completed in 1381 milliseconds