Searched refs:SoftVideoEncoderOMXComponent (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DSoftVideoEncoderOMXComponent.h30 struct SoftVideoEncoderOMXComponent : public SimpleSoftOMXComponent { struct in namespace:android
31 SoftVideoEncoderOMXComponent(
100 DISALLOW_EVIL_CONSTRUCTORS(SoftVideoEncoderOMXComponent);
/frameworks/av/media/libstagefright/omx/
H A DAndroid.mk15 SoftVideoEncoderOMXComponent.cpp \
H A DSoftVideoEncoderOMXComponent.cpp20 #define LOG_TAG "SoftVideoEncoderOMXComponent"
24 #include "include/SoftVideoEncoderOMXComponent.h"
55 SoftVideoEncoderOMXComponent::SoftVideoEncoderOMXComponent( function in class:android::SoftVideoEncoderOMXComponent
81 void SoftVideoEncoderOMXComponent::initPorts(
147 void SoftVideoEncoderOMXComponent::updatePortParams() {
171 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetPortParams(
208 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetParameter(
311 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalGetParameter(
385 void SoftVideoEncoderOMXComponent
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h25 #include "SoftVideoEncoderOMXComponent.h"
30 public SoftVideoEncoderOMXComponent {
H A DSoftAVCEncoder.cpp158 : SoftVideoEncoderOMXComponent(
424 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
489 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h22 #include "SoftVideoEncoderOMXComponent.h"
30 struct SoftMPEG4Encoder : public SoftVideoEncoderOMXComponent {
H A DSoftMPEG4Encoder.cpp73 : SoftVideoEncoderOMXComponent(
302 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
385 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h21 #include "SoftVideoEncoderOMXComponent.h"
62 struct SoftVPXEncoder : public SoftVideoEncoderOMXComponent {
H A DSoftVPXEncoder.cpp69 : SoftVideoEncoderOMXComponent(
439 return SoftVideoEncoderOMXComponent::internalGetParameter(index, param);
484 return SoftVideoEncoderOMXComponent::internalSetParameter(index, param);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h24 #include "SoftVideoEncoderOMXComponent.h"
120 struct SoftAVC : public SoftVideoEncoderOMXComponent {
H A DSoftAVCEnc.cpp157 : SoftVideoEncoderOMXComponent(
980 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
1047 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
1073 return SoftVideoEncoderOMXComponent::getConfig(index, _params);

Completed in 1739 milliseconds