HomeSort by relevance Sort by last modified time
    Searched refs:mBGAudioPCMFileHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 56 mBGAudioPCMFileHandle = NULL;
359 if ( mBGAudioPCMFileHandle ) {
363 result = M4OSA_fileReadGetOption(mBGAudioPCMFileHandle,
703 ALOGV("Checking mBGAudioPCMFileHandle %d",
704 (unsigned int)mBGAudioPCMFileHandle);
706 if (mBGAudioPCMFileHandle != M4OSA_NULL) {
713 err = M4OSA_fileReadSeek(mBGAudioPCMFileHandle,
723 err = M4OSA_fileReadData(mBGAudioPCMFileHandle,
875 mBGAudioPCMFileHandle = pBGAudioPCMFileHandle;
VideoEditorAudioPlayer.h 83 M4OSA_Context mBGAudioPCMFileHandle;

Completed in 3307 milliseconds