OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OMXVideoEncoderBase
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.h
40
class
OMXVideoEncoderBase
: public OMXComponentCodecBase {
42
OMXVideoEncoderBase
();
43
virtual ~
OMXVideoEncoderBase
();
65
DECLARE_HANDLER(
OMXVideoEncoderBase
, ParamVideoPortFormat);
66
DECLARE_HANDLER(
OMXVideoEncoderBase
, ParamVideoBitrate);
67
DECLARE_HANDLER(
OMXVideoEncoderBase
, IntelPrivateInfo);
68
DECLARE_HANDLER(
OMXVideoEncoderBase
, ConfigIntelBitrate);
69
DECLARE_HANDLER(
OMXVideoEncoderBase
, ConfigIntelAIR);
70
DECLARE_HANDLER(
OMXVideoEncoderBase
, ParamVideoIntraRefresh);
71
DECLARE_HANDLER(
OMXVideoEncoderBase
, ConfigVideoFramerate)
[
all
...]
OMXVideoEncoderBase.cpp
18
#define LOG_TAG "
OMXVideoEncoderBase
"
19
#include "
OMXVideoEncoderBase
.h"
27
OMXVideoEncoderBase
::
OMXVideoEncoderBase
()
47
LOGV("
OMXVideoEncoderBase
::
OMXVideoEncoderBase
end");
50
OMXVideoEncoderBase
::~
OMXVideoEncoderBase
() {
82
OMX_ERRORTYPE
OMXVideoEncoderBase
::InitInputPort(void) {
141
OMX_ERRORTYPE
OMXVideoEncoderBase
::InitOutputPort(void)
[
all
...]
Completed in 581 milliseconds