Home
last modified time | relevance | path

Searched refs:samplesPerFrame (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp438 LVM_INT16 samplesPerFrame = 1; in process() local
445 samplesPerFrame = 2; in process()
460 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr); in process()
472 for(int i=0; i<frameCount*samplesPerFrame; i++){ in process()
487 memset(pContext->InFrames32,0,frameCount * sizeof(LVM_INT32) * samplesPerFrame); in process()
488 LOGV("\tZeroing %d samples per frame at the end of call", samplesPerFrame); in process()
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
Davcenc_int.h187 int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */ member
Drate_control.cpp465 for (i = 1; i < pMP->samplesPerFrame[j]; i++) in calculateQuantizer_Multipass()
815 pMP->samplesPerFrame[pMP->framePos] = 0; in RCUpdateFrame()
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h286 Int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */ member
Drate_control.cpp316 pMP->samplesPerFrame[pMP->framePos] = 0; in RC_VopUpdateStat()
745 for (i = 1; i < pMP->samplesPerFrame[j]; i++) in calculateQuantizer_Multipass()