OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:closeRead
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileReader.h
88
M4OSA_ERR (*
closeRead
) (M4OSA_Context context);
/frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c
123
optimized_fp->
closeRead
= M4OSA_fileReadClose_optim;
543
apContext->FS->
closeRead
= M4OSA_fileReadClose;
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4PCMR_CoreReader.c
160
context->m_pFileReadFunc->
closeRead
(context->m_fileContext);
592
err = c->m_pFileReadFunc->
closeRead
(c->m_fileContext);
M4AMRR_CoreReader.c
276
pStreamContext->m_pOsaFilePtrFct->
closeRead
(pStreamContext->m_pAMRFile);
829
pStreamContext->m_pOsaFilePtrFct->
closeRead
(pStreamContext->m_pAMRFile);
M4xVSS_internal.c
307
pFileReadPtr->
closeRead
(pARGBIn);
313
err = pFileReadPtr->
closeRead
(pARGBIn);
[
all
...]
M4VSS3GPP_EditVideo.c
[
all
...]
M4xVSS_API.c
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.cpp
335
pOsaFileReadPtr->
closeRead
= M4OSA_fileReadClose;
Completed in 150 milliseconds