OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMXVideoEncoderBase
(Results
1 - 11
of
11
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.h
36
class
OMXVideoEncoderBase
: public OMXComponentCodecBase {
38
OMXVideoEncoderBase
();
39
virtual ~
OMXVideoEncoderBase
();
61
DECLARE_HANDLER(
OMXVideoEncoderBase
, ParamVideoPortFormat);
62
DECLARE_HANDLER(
OMXVideoEncoderBase
, ParamVideoBitrate);
63
DECLARE_HANDLER(
OMXVideoEncoderBase
, IntelPrivateInfo);
64
DECLARE_HANDLER(
OMXVideoEncoderBase
, ConfigIntelBitrate);
65
DECLARE_HANDLER(
OMXVideoEncoderBase
, ConfigIntelAIR);
66
DECLARE_HANDLER(
OMXVideoEncoderBase
, ParamVideoIntraRefresh);
67
DECLARE_HANDLER(
OMXVideoEncoderBase
, ConfigVideoFramerate)
[
all
...]
OMXVideoEncoderH263.h
22
#include "
OMXVideoEncoderBase
.h"
24
class OMXVideoEncoderH263 : public
OMXVideoEncoderBase
{
OMXVideoEncoderMPEG4.h
23
#include "
OMXVideoEncoderBase
.h"
25
class OMXVideoEncoderMPEG4 : public
OMXVideoEncoderBase
{
OMXVideoEncoderBase.cpp
18
#define LOG_TAG "
OMXVideoEncoderBase
"
19
#include "
OMXVideoEncoderBase
.h"
26
OMXVideoEncoderBase
::
OMXVideoEncoderBase
()
46
LOGV("
OMXVideoEncoderBase
::
OMXVideoEncoderBase
end");
49
OMXVideoEncoderBase
::~
OMXVideoEncoderBase
() {
81
OMX_ERRORTYPE
OMXVideoEncoderBase
::InitInputPort(void) {
140
OMX_ERRORTYPE
OMXVideoEncoderBase
::InitOutputPort(void)
[
all
...]
OMXVideoEncoderVP8.h
6
#include "
OMXVideoEncoderBase
.h"
8
class OMXVideoEncoderVP8 : public
OMXVideoEncoderBase
{
OMXVideoEncoderH263.cpp
75
return
OMXVideoEncoderBase
::SetVideoEncoderParam();
80
return
OMXVideoEncoderBase
::ProcessorInit();
84
return
OMXVideoEncoderBase
::ProcessorDeinit();
243
OMXVideoEncoderBase
::BuildHandlerList();
OMXVideoEncoderMPEG4.cpp
69
return
OMXVideoEncoderBase
::SetVideoEncoderParam();
73
return
OMXVideoEncoderBase
::ProcessorInit();
77
return
OMXVideoEncoderBase
::ProcessorDeinit();
240
OMXVideoEncoderBase
::BuildHandlerList();
OMXVideoEncoderVP8.cpp
62
return
OMXVideoEncoderBase
::SetVideoEncoderParam();
66
return
OMXVideoEncoderBase
::ProcessorInit();
70
return
OMXVideoEncoderBase
::ProcessorDeinit();
212
OMXVideoEncoderBase
::BuildHandlerList();
OMXVideoEncoderAVC.h
22
#include "
OMXVideoEncoderBase
.h"
68
class OMXVideoEncoderAVC : public
OMXVideoEncoderBase
{
Android.mk
483
OMXVideoEncoderBase
.cpp \
521
OMXVideoEncoderBase
.cpp \
563
OMXVideoEncoderBase
.cpp \
646
OMXVideoEncoderBase
.cpp \
OMXVideoEncoderAVC.cpp
222
OMXVideoEncoderBase
::SetVideoEncoderParam();
265
return
OMXVideoEncoderBase
::ProcessorInit();
269
return
OMXVideoEncoderBase
::ProcessorDeinit();
282
return
OMXVideoEncoderBase
::ProcessorStop();
666
OMXVideoEncoderBase
::BuildHandlerList();
[
all
...]
Completed in 171 milliseconds