Home | History | Annotate | Download | only in mediaeditor

Lines Matching refs:ptr16

3403     M4OSA_Int16 *ptr16 ;
3506 ptr16 = (M4OSA_Int16*)bufferIn.m_dataAddress;
3514 if (ptr16[index] < 0) {
3515 ptr16[index] = -(ptr16[index]);
3517 peakVolumeDbValue = (peakVolumeDbValue > (M4OSA_UInt32)ptr16[index] ?\
3518 peakVolumeDbValue : (M4OSA_UInt32)ptr16[index]);