OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoBrowserContext
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c
56
VideoBrowserContext
* pC = (
VideoBrowserContext
*)pContext;
138
VideoBrowserContext
* pContext = M4OSA_NULL;
157
pContext = (
VideoBrowserContext
*)M4OSA_32bitAlignedMalloc(
158
sizeof(
VideoBrowserContext
),
162
memset((void *)pContext, 0,sizeof(
VideoBrowserContext
));
395
VideoBrowserContext
* pC = (
VideoBrowserContext
*)pContext;
447
VideoBrowserContext
* pC = (
VideoBrowserContext
*)pContext
[
all
...]
VideoBrowserInternal.h
126
}
VideoBrowserContext
;
VideoEditorThumbnailMain.cpp
240
if ((((
VideoBrowserContext
*)pC->m_pVideoBrowser)->m_currentCTS != 0) &&
242
(*pTimeMS < ((
VideoBrowserContext
*)pC->m_pVideoBrowser)->m_currentCTS))
245
*pTimeMS = ((
VideoBrowserContext
*)pC->m_pVideoBrowser)->m_currentCTS;
Completed in 864 milliseconds