HomeSort by relevance Sort by last modified time
    Searched defs:fileContext (Results 1 - 19 of 19) sorted by null

  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 542 M4OSA_Context fileContext;
544 M4OSA_fileWriteOpen(&fileContext, (M4OSA_Void*) fileName,
547 M4OSA_fileWriteData(fileContext,
551 M4OSA_fileWriteClose(fileContext);
VideoEditorMain.cpp     [all...]