OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4OSA_fileReadClose
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileReader.h
116
M4OSAL_FILE_EXPORT_TYPE M4OSA_ERR
M4OSA_fileReadClose
(M4OSA_Context context);
/frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp
137
result =
M4OSA_fileReadClose
(context);
298
result =
M4OSA_fileReadClose
(context);
VideoEditorOsal.cpp
335
pOsaFileReadPtr->closeRead =
M4OSA_fileReadClose
;
VideoEditorMain.cpp
[
all
...]
/frameworks/av/libvideoeditor/osal/src/
M4OSA_FileReader.c
333
M4OSA_ERR
M4OSA_fileReadClose
(M4OSA_Context pContext)
337
M4OSA_TRACE1_1("
M4OSA_fileReadClose
: pC = 0x%p", pContext);
340
"
M4OSA_fileReadClose
: pContext is M4OSA_NULL");
LVOSA_FileReader_optim.c
543
apContext->FS->closeRead =
M4OSA_fileReadClose
;
[
all
...]
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
133
err =
M4OSA_fileReadClose
(mAudioMixPCMFileHandle);
172
err =
M4OSA_fileReadClose
(mAudioMixPCMFileHandle);
[
all
...]
VideoEditorTools.cpp
[
all
...]
Completed in 61 milliseconds