Searched defs:samplesPerValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp3393 M4OSA_UInt32 samplesPerValue,
3427 "Audio Graph samplesPerValue %d channels %d", samplesPerValue, channels);
3461 samplesCountInBytes = (samplesPerValue * sizeof(M4OSA_UInt16) * channels);
3391 M4MA_generateAudioGraphFile(JNIEnv* pEnv, M4OSA_Char* pInputFileURL, M4OSA_Char* pOutFileURL, M4OSA_UInt32 samplesPerValue, M4OSA_UInt32 channels, M4OSA_UInt32 frameDuration, ManualEditContext* pContext) argument

Completed in 11 milliseconds