Home
last modified time | relevance | path

Searched refs:pitch (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/wilhelm/src/itf/
DIPitch.cpp22 static SLresult IPitch_SetPitch(SLPitchItf self, SLpermille pitch) in IPitch_SetPitch() argument
28 if (!(thiz->mMinPitch <= pitch && pitch <= thiz->mMaxPitch)) { in IPitch_SetPitch()
32 thiz->mPitch = pitch; in IPitch_SetPitch()
50 SLpermille pitch = thiz->mPitch; in IPitch_GetPitch() local
52 *pPitch = pitch; in IPitch_GetPitch()
DI3DMacroscopic.cpp70 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) in I3DMacroscopic_SetOrientationAngles() argument
75 (-90000 <= pitch) && (pitch <= 90000) && in I3DMacroscopic_SetOrientationAngles()
82 thiz->mOrientationAngles.mPitch = pitch; in I3DMacroscopic_SetOrientationAngles()
DI3DLocation.cpp189 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) in I3DLocation_SetOrientationAngles() argument
194 (-90000 <= pitch) && (pitch <= 90000) && in I3DLocation_SetOrientationAngles()
201 thiz->mOrientationAngles.mPitch = pitch; in I3DLocation_SetOrientationAngles()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dme_utils.cpp222 Int pitch, width, height; in PaddingEdge() local
227 pitch = refVop->pitch; in PaddingEdge()
239 dst = src - (pitch << 4); in PaddingEdge()
258 M4VENC_MEMCPY(dst + pitch, dst, pitch); in PaddingEdge()
259 dst += pitch; in PaddingEdge()
263 dst += (pitch + 16); in PaddingEdge()
285 src += pitch; in PaddingEdge()
294 M4VENC_MEMCPY(dst, dst - pitch, pitch); in PaddingEdge()
295 dst += pitch; in PaddingEdge()
Dmotion_comp.cpp107 Int height, pitch, pitch_uv, height_uv; in getMotionCompensatedMB() local
118 pitch = currVop->pitch; in getMotionCompensatedMB()
120 pitch_uv = pitch >> 1; in getMotionCompensatedMB()
143 pitch, round1); in getMotionCompensatedMB()
168 pitch, round1); in getMotionCompensatedMB()
1717 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) in Copy_MB_from_Vop() argument
1721 Int offset = pitch - MB_SIZE; in Copy_MB_from_Vop()
1765 void Copy_B_from_Vop(UChar *comp, Int cChan[], Int pitch) in Copy_B_from_Vop() argument
1768 Int offset = pitch - B_SIZE; in Copy_B_from_Vop()
1795 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) in Copy_MB_into_Vop() argument
[all …]
Dmp4enc_api.cpp198 Int max = 0, max_width = 0, max_height = 0, pitch, offset; in PVInitVideoEncoder() local
758 pitch = max_width; in PVInitVideoEncoder()
763 pitch = max_width + 32; in PVInitVideoEncoder()
764 offset = (pitch << 4) + 16; in PVInitVideoEncoder()
767 if (((uint64_t)pitch * max_height) > (uint64_t)INT32_MAX) { in PVInitVideoEncoder()
770 size = pitch * max_height; in PVInitVideoEncoder()
1510 video->currVop->pitch = width_16; in PVEncodeVideoFrame()
1514 video->currVop->pitch = width_16 + 32; in PVEncodeVideoFrame()
1618 vid_out->pitch = video->currVop->width; /* padded width */ in PVEncodeVideoFrame()
1623 vid_out->pitch = video->currVop->width + 32; /* padded width */ in PVEncodeVideoFrame()
[all …]
Dfindhalfpel.cpp79 Int lx = video->currVop->pitch; in FindHalfPelMB()
194 Int lx = video->currVop->pitch; in FindHalfPelBlk()
Ddatapart_encode.cpp43 Int lx = currVop->pitch; /* with padding */ in EncodeFrameDataPartMode()
220 Int lx = currVop->pitch; /* , with pading */ in EncodeSliceDataPartMode()
Dcombined_encode.cpp44 Int lx = currVop->pitch; /* with padding */ in EncodeFrameCombinedMode()
272 Int lx = currVop->pitch; /* , with padding */ in EncodeSliceCombinedMode()
Dmotion_est.cpp146 Int width = currFrame->pitch; in MotionEstimation()
540 Int rx = video->currVop->pitch; in InitHTFM()
787 Int lx = video->currVop->pitch; /* padding */ in MBMotionSearch()
1191 Int lx = video->currVop->pitch; /* with padding */ in fullsearch()
1272 Int lx = video->currVop->pitch; /* with padding */ in fullsearchBlk()
/frameworks/base/media/jni/
Dandroid_media_PlaybackParams.h37 jfieldID pitch; member
60 pitch = env->GetFieldID(clazz, "mPitch", "F"); in init()
85 audioRate.mPitch = env->GetFloatField(params, fields.pitch); in fillFromJobject()
104 env->SetFloatField(params, fields.pitch, (jfloat)audioRate.mPitch); in asJobject()
/frameworks/base/media/java/android/media/
DPlaybackParams.java179 public PlaybackParams setPitch(float pitch) { in setPitch() argument
180 if (pitch < 0.f) { in setPitch()
183 mPitch = pitch; in setPitch()
/frameworks/base/core/java/android/speech/tts/
DEventLogTags.logtags5 … (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1),(engine_latency…
6 …tts_speak_failure (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1)
DSynthesisRequest.java160 void setPitch(int pitch) { in setPitch() argument
161 mPitch = pitch; in setPitch()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp215 vin.pitch = width; // width is multiple of 16. in main()
218 vin.uChan = vin.yChan + vin.height * vin.pitch; in main()
219 vin.vChan = vin.uChan + ((vin.height * vin.pitch) >> 2); in main()
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dvad1.cpp779 if (((Word16)(st->pitch & 0x6000) == 0x6000) || in update_cntrl()
1121 ((st->pitch & 0x7800) == 0) in noise_estimate_update()
1734 state->pitch = 0; in vad1_reset()
2205 st->pitch = shr(st->pitch, 1, pOverflow); in vad_pitch_detection()
2215 st->pitch |= 0x4000; in vad_pitch_detection()
2311 st->pitch = st->pitch & 0x3fff; in vad1()
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java340 float pitch = 0.5f; in run() local
343 mScale[i] = pitch; in run()
344 pitch *= SEMITONE; in run()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dvad1.h119 Word16 pitch; /* flags for pitch detection */ member
/frameworks/native/services/sensorservice/
DOrientationSensor.cpp63 outEvent->orientation.pitch = g.y; in process()
/frameworks/native/libs/math/include/math/
DTMatHelpers.h543 static CONSTEXPR BASE<T> eulerYXZ(Y yaw, P pitch, R roll) { in eulerYXZ() argument
544 return eulerZYX(roll, pitch, yaw); in eulerYXZ()
562 static CONSTEXPR BASE<T> eulerZYX(Y yaw, P pitch, R roll) { in eulerZYX() argument
566 T cp = std::cos(pitch); in eulerZYX()
567 T sp = std::sin(pitch); in eulerZYX()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp473 vin.pitch = align(mWidth, 16); in onQueueFilled()
476 vin.uChan = vin.yChan + vin.height * vin.pitch; in onQueueFilled()
477 vin.vChan = vin.uChan + ((vin.height * vin.pitch) >> 2); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dq_gain2.tab24 * pitch gain are ordered in table to reduce complexity *
/frameworks/native/include_sensor/android/
Dsensor.h211 float pitch; member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h122 Int pitch; /* stride for Y */ member
/frameworks/native/include/android/
Dsensor.h211 float pitch; member

12