OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMXVideoEncoderAVC
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.h
68
class
OMXVideoEncoderAVC
: public OMXVideoEncoderBase {
70
OMXVideoEncoderAVC
();
71
virtual ~
OMXVideoEncoderAVC
();
86
DECLARE_HANDLER(
OMXVideoEncoderAVC
, ParamVideoAvc);
87
DECLARE_HANDLER(
OMXVideoEncoderAVC
, ParamNalStreamFormat);
88
DECLARE_HANDLER(
OMXVideoEncoderAVC
, ParamNalStreamFormatSupported);
89
DECLARE_HANDLER(
OMXVideoEncoderAVC
, ParamNalStreamFormatSelect);
90
DECLARE_HANDLER(
OMXVideoEncoderAVC
, ConfigVideoAVCIntraPeriod);
91
DECLARE_HANDLER(
OMXVideoEncoderAVC
, ConfigVideoNalSize);
92
DECLARE_HANDLER(
OMXVideoEncoderAVC
, ParamIntelAVCVUI)
[
all
...]
OMXVideoEncoderAVC.cpp
17
#define LOG_TAG "
OMXVideoEncoderAVC
"
18
#include "
OMXVideoEncoderAVC
.h"
69
OMXVideoEncoderAVC
::
OMXVideoEncoderAVC
() {
117
OMXVideoEncoderAVC
::~
OMXVideoEncoderAVC
() {
124
OMX_ERRORTYPE
OMXVideoEncoderAVC
::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionOutput) {
195
OMX_ERRORTYPE
OMXVideoEncoderAVC
::SetVideoEncoderParam(void) {
198
LOGV("
OMXVideoEncoderAVC
::SetVideoEncoderParam");
261
OMX_ERRORTYPE
OMXVideoEncoderAVC
::ProcessorInit(void)
[
all
...]
Android.mk
585
OMXVideoEncoderAVC
.cpp
Completed in 78 milliseconds