OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetVideoEncoderParam
(Results
1 - 10
of
10
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.h
39
virtual OMX_ERRORTYPE
SetVideoEncoderParam
();
OMXVideoEncoderMPEG4.h
40
virtual OMX_ERRORTYPE
SetVideoEncoderParam
();
OMXVideoEncoderVP8.h
18
virtual OMX_ERRORTYPE
SetVideoEncoderParam
();
OMXVideoEncoderAVC.h
85
virtual OMX_ERRORTYPE
SetVideoEncoderParam
();
OMXVideoEncoderBase.h
84
virtual OMX_ERRORTYPE
SetVideoEncoderParam
();
OMXVideoEncoderH263.cpp
66
OMX_ERRORTYPE OMXVideoEncoderH263::
SetVideoEncoderParam
(void) {
75
return OMXVideoEncoderBase::
SetVideoEncoderParam
();
OMXVideoEncoderMPEG4.cpp
60
OMX_ERRORTYPE OMXVideoEncoderMPEG4::
SetVideoEncoderParam
(void) {
69
return OMXVideoEncoderBase::
SetVideoEncoderParam
();
OMXVideoEncoderVP8.cpp
54
OMX_ERRORTYPE OMXVideoEncoderVP8::
SetVideoEncoderParam
() {
63
return OMXVideoEncoderBase::
SetVideoEncoderParam
();
OMXVideoEncoderAVC.cpp
195
OMX_ERRORTYPE OMXVideoEncoderAVC::
SetVideoEncoderParam
(void) {
198
LOGV("OMXVideoEncoderAVC::
SetVideoEncoderParam
");
222
OMXVideoEncoderBase::
SetVideoEncoderParam
();
[
all
...]
OMXVideoEncoderBase.cpp
279
OMX_ERRORTYPE OMXVideoEncoderBase::
SetVideoEncoderParam
() {
284
LOGV("OMXVideoEncoderBase::
SetVideoEncoderParam
called\n");
355
ret =
SetVideoEncoderParam
();
356
CHECK_STATUS("
SetVideoEncoderParam
");
[
all
...]
Completed in 341 milliseconds