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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp440 LVM_INT16 samplesPerFrame = 1; local
447 samplesPerFrame = 2;
462 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr);
474 for(int i=0; i<frameCount*samplesPerFrame; i++){
489 memset(pContext->InFrames32,0,frameCount * sizeof(LVM_INT32) * samplesPerFrame);
490 ALOGV("\tZeroing %d samples per frame at the end of call", samplesPerFrame);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_int.h187 int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */ member in struct:tagMultiPass
H A Drate_control.cpp463 for (i = 1; i < pMP->samplesPerFrame[j]; i++)
812 /* for pMP->samplesPerFrame */
813 pMP->samplesPerFrame[pMP->framePos] = 0;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h286 Int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */ member in struct:tagMultiPass
H A Drate_control.cpp315 /* for pMP->samplesPerFrame */
316 pMP->samplesPerFrame[pMP->framePos] = 0;
745 for (i = 1; i < pMP->samplesPerFrame[j]; i++)

Completed in 74 milliseconds