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

/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/core/java/android/speech/tts/
H A DBlockingAudioTrack.java325 final float vol = clip(volume, 0.0f, 1.0f);
328 float volLeft = vol;
329 float volRight = vol;
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1117 int vol = 0;
1119 vol = sStatic.mAudioService.getStreamVolume(mPlaybackStream);
1123 return vol;
H A DAudioService.java4628 private RemotePlaybackState(int id, int vol, int volMax) { argument
4630 mVolume = vol;
4777 " -- vol handling: " + rcse.mPlaybackVolumeHandling +
4778 " -- vol: " + rcse.mPlaybackVolume +
5527 + ", vol =" + rcse.mPlaybackVolume);
5633 public void setRemoteStreamVolume(int vol) { argument
5634 if (DEBUG_VOL) { Log.d(TAG, "setRemoteStreamVolume(vol="+vol+")"); }
5656 rvo.dispatchRemoteVolumeUpdate(0, vol);
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp2603 // vol: Q.24 volume dB
2607 int16_t LVC_Convert_VolToDb(uint32_t vol){ argument
2610 dB = LVC_ToDB_s32Tos16(vol <<7);

Completed in 5789 milliseconds