Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.h272 EAS_INT samplesPerFrame; member
/external/srec/srec/include/
Dutteranc.h217 unsigned short samplesPerFrame; member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Davcenc_int.h185 int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */ member
Drate_control.cpp467 for (i = 1; i < pMP->samplesPerFrame[j]; i++) in calculateQuantizer_Multipass()
817 pMP->samplesPerFrame[pMP->framePos] = 0; in RCUpdateFrame()
/external/opencore/fileformats/mp3/parser/src/
Dmp3parser.cpp2514 uint32 samplesPerFrame; in GetMaximumDecodeBufferSize() local
2525 samplesPerFrame = spfIndexTable[iMP3HeaderInfo.frameVer][iMP3HeaderInfo.layerID]; in GetMaximumDecodeBufferSize()
2530 frameLengthInBytes = 125 * (maxBitRate * samplesPerFrame) / (minSamplingRate); in GetMaximumDecodeBufferSize()
3004 uint32 samplesPerFrame = spfIndexTable[iMP3HeaderInfo.frameVer][iMP3HeaderInfo.layerID]; in GetDurationFromCompleteScan() local
3008 …iClipDurationComputed = (uint32)(iScannedFrameCount * (OsclFloat)(samplesPerFrame / samplingRatein… in GetDurationFromCompleteScan()
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4lib_int.h288 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()