Searched refs:vol (Results 1 - 24 of 24) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioMixerOps.h246 * vol: represents a volume array.
256 * vol: represents volume array.
265 * vol: represents a volume array.
280 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc)
291 *out++ += MixMulAux<TO, TI, TV, TA>(*in++, vol[i], &auxaccum);
292 vol[i] += volinc[i];
297 *out++ += MixMulAux<TO, TI, TV, TA>(*in, vol[i], &auxaccum);
298 vol[i] += volinc[i];
304 *out++ = MixMulAux<TO, TI, TV, TA>(*in++, vol[i], &auxaccum);
305 vol[
279 volumeRampMulti(TO* out, size_t frameCount, const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) argument
372 volumeMulti(TO* out, size_t frameCount, const TI* in, TA* aux, const TV *vol, TAV vola) argument
[all...]
H A DAudioMixer.cpp1850 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc)
1854 volumeRampMulti<MIXTYPE, 1>(out, frameCount, in, aux, vol, volinc, vola, volainc);
1857 volumeRampMulti<MIXTYPE, 2>(out, frameCount, in, aux, vol, volinc, vola, volainc);
1861 frameCount, in, aux, vol, volinc, vola, volainc);
1865 frameCount, in, aux, vol, volinc, vola, volainc);
1869 frameCount, in, aux, vol, volinc, vola, volainc);
1873 frameCount, in, aux, vol, volinc, vola, volainc);
1877 frameCount, in, aux, vol, volinc, vola, volainc);
1881 frameCount, in, aux, vol, volinc, vola, volainc);
1894 const TI* in, TA* aux, const TV *vol, TA
1849 volumeRampMulti(uint32_t channels, TO* out, size_t frameCount, const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) argument
1893 volumeMulti(uint32_t channels, TO* out, size_t frameCount, const TI* in, TA* aux, const TV *vol, TAV vola) argument
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackQueueItem.java101 final float vol = clip(volume, 0.0f, 1.0f);
104 float volLeft = vol, volRight = vol;
H A DBlockingAudioTrack.java320 final float vol = clip(volume, 0.0f, 1.0f);
323 float volLeft = vol;
324 float volRight = vol;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp96 video->vol = (Vol **) IMEM_VOL;
98 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *));
100 if (video->vol == NULL) status = PV_FALSE;
165 video->vol[idx] = IMEM_vol[idx];
167 oscl_memset(video->vol[idx], 0, sizeof(Vol));
168 if (video->vol[idx] == NULL) status = PV_FALSE;
171 video->vol[idx] = (Vol *) oscl_malloc(sizeof(Vol));
172 if (video->vol[idx] == NULL)
180 oscl_memset(video->vol[idx], 0, sizeof(Vol));
201 video->vol[id
[all...]
H A Dmp4lib_int.h203 Vol **vol; /* Data stored for each VOL */ member in struct:tagVideoDecData
H A Dpacket_util.cpp31 Vol *currVol = video->vol[video->currLayer];
H A Dvop.cpp96 currVol = video->vol[layer];
641 if (currVol->refVolID != video->vol[0]->volID) return PV_FAIL;
805 Vol *currVol = video->vol[video->currLayer];
1015 Vol *currVol = video->vol[0];
1525 Vol *currVol = video->vol[video->currLayer];
H A Dvlc_dequant.cpp54 Vol *currVol = video->vol[video->currLayer];
388 Vol *currVol = video->vol[video->currLayer];
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp844 video->vol = (Vol **)M4VENC_MALLOC(nLayers * sizeof(Vol *)); /* Memory for VOL pointers */
847 if (video->vol == NULL) goto CLEAN_UP;
854 video->vol[idx] = (Vol *)M4VENC_MALLOC(sizeof(Vol));
855 if (video->vol[idx] == NULL) goto CLEAN_UP;
857 pVol = video->vol[idx];
860 M4VENC_MEMSET(video->vol[idx], 0, sizeof(Vol));
1125 nTotalMB = video->vol[0]->nTotalMB;
1127 if (video->vol[idx]->nTotalMB > nTotalMB)
1128 nTotalMB = video->vol[idx]->nTotalMB;
1224 if (video->vol)
2593 Vol **vol = video->vol; local
2833 Vol **vol = video->vol; local
[all...]
H A Dvop.cpp44 Vol *currVol = video->vol[currLayer];
127 Vol *currVol = video->vol[video->currLayer];
196 Vol *currVol = video->vol[currLayer];
312 Vol *currVol = video->vol[0];
510 Vol *currVol = video->vol[video->currLayer];
H A Dfindhalfpel.cpp81 Int height = video->vol[video->currLayer]->height;
203 height = video->vol[video->currLayer]->height;
H A Dcombined_encode.cpp40 Vol *currVol = video->vol[video->currLayer];
265 Vol *currVol = video->vol[video->currLayer];
684 BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream);
H A Ddatapart_encode.cpp39 Vol *currVol = video->vol[video->currLayer];
214 Vol *currVol = video->vol[video->currLayer];
H A Drate_control.cpp186 Vol *currVol = video->vol[currLayer];
294 Vol *currVol = video->vol[currLayer];
533 Vol *currVol = video->vol[video->currLayer];
703 Vol *currVol = video->vol[video->currLayer];
H A Dfastcodemb.cpp57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader;
287 Vol *currVol = video->vol[video->currLayer];
H A Dvlc_encode.cpp1146 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader;
1182 if (!video->vol[video->currLayer]->shortVideoHeader)
1264 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader;
1324 if (!video->vol[video->currLayer]->shortVideoHeader && intra)
1338 if (!((video->vol[video->currLayer]->scalability) && (video->currVop->refSelectCode == 3)))
1789 Int ShortNacNintra = (!(video->vol[video->currLayer]->shortVideoHeader) && video->acPredFlag[video->mbnum] && intra);
2024 Vol *currVol = video->vol[video->currLayer];
2534 Vol *currVol = video->vol[video->currLayer];
H A Dmp4lib_int.h323 Vol **vol; /* Data stored for each VOL */ member in struct:tagVideoEncData
H A Dmotion_est.cpp139 Vol *currVol = video->vol[video->currLayer];
773 Vol *currVol = video->vol[video->currLayer];
1358 Vol *currVol = video->vol[video->currLayer];
/frameworks/base/media/java/android/media/
H A DPlayerRecord.java182 protected RemotePlaybackState(int id, int vol, int volMax) { argument
184 mVolume = vol;
206 " -- vol handling: " + mPlaybackVolumeHandling +
207 " -- vol: " + mPlaybackVolume +
H A DMediaFocusControl.java1890 + ", vol =" + prse.mPlaybackVolume);
1984 protected void setRemoteStreamVolume(int vol) { argument
1985 if (DEBUG_VOL) { Log.d(TAG, "setRemoteStreamVolume(vol="+vol+")"); }
2014 rvo.dispatchRemoteVolumeUpdate(0, vol);
H A DMediaRouter.java1744 int vol = 0;
1746 vol = sStatic.mAudioService.getStreamVolume(mPlaybackStream);
1750 return vol;
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java906 final StorageVolume vol = mVolumesByPath.get(path);
907 if (vol != null) {
908 vol.setUuid(uuid);
916 final StorageVolume vol = mVolumesByPath.get(path);
917 if (vol != null) {
918 vol.setUserLabel(userLabel);
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp2785 // vol: Q.24 volume dB
2789 int16_t LVC_Convert_VolToDb(uint32_t vol){ argument
2792 dB = LVC_ToDB_s32Tos16(vol <<7);

Completed in 309 milliseconds