OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitOutputPort
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.h
42
virtual OMX_ERRORTYPE
InitOutputPort
(void) = 0;
OMXVideoDecoderBase.h
41
virtual OMX_ERRORTYPE
InitOutputPort
(void);
OMXVideoEncoderBase.h
47
virtual OMX_ERRORTYPE
InitOutputPort
(void);
OMXComponentCodecBase.cpp
55
ret =
InitOutputPort
();
56
CHECK_RETURN_VALUE("
InitOutputPort
");
OMXVideoEncoderBase.cpp
141
OMX_ERRORTYPE OMXVideoEncoderBase::
InitOutputPort
(void) {
[
all
...]
OMXVideoDecoderBase.cpp
124
OMX_ERRORTYPE OMXVideoDecoderBase::
InitOutputPort
(void) {
[
all
...]
Completed in 71 milliseconds