OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pDecoderCtx
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c
259
&pContext->
m_pDecoderCtx
,
286
&pContext->
m_pDecoderCtx
,
316
pContext->
m_pDecoderCtx
,
343
pContext->
m_pDecoderCtx
,
364
if (M4OSA_NULL != pContext->
m_pDecoderCtx
)
366
pContext->m_pDecoder->m_pFctDestroy(pContext->
m_pDecoderCtx
);
367
pContext->
m_pDecoderCtx
= M4OSA_NULL;
403
if (M4OSA_NULL != pC->
m_pDecoderCtx
)
405
pC->m_pDecoder->m_pFctDestroy(pC->
m_pDecoderCtx
);
406
pC->
m_pDecoderCtx
= M4OSA_NULL
[
all
...]
VideoBrowserInternal.h
103
M4OSA_Context
m_pDecoderCtx
;
Completed in 23 milliseconds