OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pStreamContext
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4AMRR_CoreReader.c
159
M4_AMRR_Context*
pStreamContext
;
188
pStreamContext
= (M4_AMRR_Context*)M4OSA_32bitAlignedMalloc(sizeof(M4_AMRR_Context), M4AMR_READER,
189
(M4OSA_Char *)("
pStreamContext
"));
190
if(M4OSA_NULL ==
pStreamContext
)
198
pStreamContext
->m_contextId = M4AMRR_CONTEXTID;
199
pStreamContext
->m_structSize=sizeof(M4_AMRR_Context);
200
pStreamContext
->m_pOsaFilePtrFct=pFileFunction ;
201
pStreamContext
->m_pStreamHandler = M4OSA_NULL ;
202
pStreamContext
->m_pAMRFile = M4OSA_NULL ;
203
pStreamContext
->m_status = M4AMRR_kOpening
[
all
...]
M4DECODER_Null.c
100
M4_VideoHandler_Context*
pStreamContext
= M4OSA_NULL;
103
pStreamContext
= (M4_VideoHandler_Context*)M4OSA_32bitAlignedMalloc (
106
if (
pStreamContext
== 0) {
110
pStreamContext
->m_structSize = sizeof(M4_VideoHandler_Context);
111
pStreamContext
->m_pNextAccessUnitToDecode = M4OSA_NULL;
112
pStreamContext
->m_pLibrary = M4OSA_NULL;
113
pStreamContext
->m_pVideoStreamhandler = M4OSA_NULL;
114
pStreamContext
->m_DecoderId = -1;
115
pStreamContext
->m_RendererId = -1;
117
pStreamContext
->m_pUserData = M4OSA_NULL;
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp
133
VideoEditor3gpReader_BitStreamParserContext*
pStreamContext
;
136
pStreamContext
= (VideoEditor3gpReader_BitStreamParserContext*)M4OSA_32bitAlignedMalloc(
139
if (M4OSA_NULL ==
pStreamContext
) {
142
pStreamContext
->mPbitStream=(M4OSA_UInt32*)pBitStream;
143
pStreamContext
->mSize=size;
144
pStreamContext
->mIndex=0;
145
pStreamContext
->mBitIndex=0;
146
pStreamContext
->mStructSize =
149
*pContext=
pStreamContext
;
171
VideoEditor3gpReader_BitStreamParserContext*
pStreamContext
[
all
...]
Completed in 86 milliseconds