OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_videoCodec_expose
(Results
1 - 3
of
3
) sorted by null
/frameworks/wilhelm/src/android/
VideoCodec_to_android.h
36
extern bool
android_videoCodec_expose
();
45
* Returns 0 if
android_videoCodec_expose
() hasn't been called before (and returned true)
54
*
android_videoCodec_expose
() has been called before (and returned true)
62
*
android_videoCodec_expose
() has been called before (and returned true)
75
*
android_videoCodec_expose
() has been called before (and returned true)
VideoCodec_to_android.cpp
58
bool
android_videoCodec_expose
() {
59
SL_LOGV("
android_videoCodec_expose
()");
69
ALOGE("
android_videoCodec_expose
() couldn't access OMX interface");
/frameworks/wilhelm/src/itf/
IVideoDecoderCapabilities.cpp
127
return android::
android_videoCodec_expose
();
Completed in 42 milliseconds