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

/frameworks/media/libvideoeditor/vss/src/
H A DM4VSS3GPP_AudioMixing.c1447 M4OSA_UInt32 numerator, denominator, ratio, ratioBuffer; local
1659 ratioBuffer = (M4OSA_UInt32)(numerator / denominator);
1663 ratioBuffer = (M4OSA_UInt32)(numerator / denominator) + 1;
1668 * ratioBuffer) / (pC->iSsrcNbSamplIn * sizeof(short)

Completed in 5831 milliseconds