OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createOMXPlugin
(Results
1 - 6
of
6
) sorted by null
/device/samsung/crespo/libstagefrighthw/
SEC_OMX_Plugin.cpp
26
OMXPluginBase *
createOMXPlugin
() {
/hardware/msm7k/libstagefrighthw/
QComOMXPlugin.cpp
26
OMXPluginBase *
createOMXPlugin
() {
/hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp
26
OMXPluginBase *
createOMXPlugin
() {
/hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.cpp
26
extern "C" OMXPluginBase *
createOMXPlugin
() {
/hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.cpp
41
OMXPluginBase *
createOMXPlugin
() {
/frameworks/base/media/libstagefright/omx/
OMXMaster.cpp
58
CreateOMXPluginFunc
createOMXPlugin
=
60
mVendorLibHandle, "
createOMXPlugin
");
61
if (!
createOMXPlugin
)
62
createOMXPlugin
= (CreateOMXPluginFunc)dlsym(
65
if (
createOMXPlugin
) {
66
addPlugin((*
createOMXPlugin
)());
Completed in 176 milliseconds