Home | History | Annotate | Download | only in mediaeditor

Lines Matching refs:frameDuration

248                                                   jint        frameDuration,
3351 M4OSA_UInt32 frameDuration,
3430 samplesCountBigEndian = ((frameDuration>>24)&0xff) | // move byte 3 to byte 0
3431 ((frameDuration<<8)&0xff0000) | // move byte 1 to byte 2
3432 ((frameDuration>>8)&0xff00) | // move byte 2 to byte 1
3433 ((frameDuration<<24)&0xff000000); // byte 0 to byte 3
3562 jint frameDuration, jint channels,
3601 pStringOutAudioGraphFile, frameDuration, channels, samplesCount);
3608 (M4OSA_UInt32)frameDuration,