OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pReaderContext
(Results
1 - 5
of
5
) sorted by null
/frameworks/media/libvideoeditor/vss/src/
M4READER_Amr.c
67
M4READER_AMR_Context*
pReaderContext
;
73
pReaderContext
= (M4READER_AMR_Context*)M4OSA_32bitAlignedMalloc(sizeof(M4READER_AMR_Context),
75
if (
pReaderContext
== M4OSA_NULL)
80
pReaderContext
->m_pAudioStream = M4OSA_NULL;
81
pReaderContext
->m_audioAu.dataAddress = M4OSA_NULL;
82
pReaderContext
->m_maxDuration = 0;
83
pReaderContext
->m_pCoreContext = M4OSA_NULL;
84
pReaderContext
->m_pOsaFileReaderFcts = M4OSA_NULL;
86
*pContext =
pReaderContext
;
M4READER_Pcm.c
63
M4READER_PCM_Context*
pReaderContext
;
68
pReaderContext
= (M4READER_PCM_Context*)M4OSA_32bitAlignedMalloc(sizeof(M4READER_PCM_Context),
70
if (
pReaderContext
== M4OSA_NULL)
75
pReaderContext
->m_coreContext = M4OSA_NULL;
76
pReaderContext
->m_pAudioStream = M4OSA_NULL;
77
pReaderContext
->m_audioAu.dataAddress = M4OSA_NULL;
78
pReaderContext
->m_pOsaFileReaderFcts = M4OSA_NULL;
80
*pContext =
pReaderContext
;
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp
87
VideoEditorMp3Reader_Context *
pReaderContext
= M4OSA_NULL;
94
SAFE_MALLOC(
pReaderContext
, VideoEditorMp3Reader_Context, 1,
97
pReaderContext
->mAudioStreamHandler = M4OSA_NULL;
98
pReaderContext
->mAudioAu.dataAddress = M4OSA_NULL;
99
pReaderContext
->mMaxDuration = 0;
100
*pContext =
pReaderContext
;
123
VideoEditorMp3Reader_Context *
pReaderContext
=
126
VIDEOEDITOR_CHECK(M4OSA_NULL !=
pReaderContext
, M4ERR_PARAMETER);
129
SAFE_FREE(
pReaderContext
);
155
VideoEditorMp3Reader_Context *
pReaderContext
[
all
...]
/frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h
305
M4OSA_Context
pReaderContext
; /**< Context of the 3GPP reader module */
[
all
...]
/frameworks/media/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
422
M4OSA_Context
pReaderContext
; /**< Context of the reader module */
Completed in 1071 milliseconds