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

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoEncoderOMXComponent.h29 struct SoftVideoEncoderOMXComponent : public SimpleSoftOMXComponent { struct in namespace:android
30 SoftVideoEncoderOMXComponent(
101 DISALLOW_EVIL_CONSTRUCTORS(SoftVideoEncoderOMXComponent);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h22 #include <media/stagefright/omx/SoftVideoEncoderOMXComponent.h>
30 struct SoftMPEG4Encoder : public SoftVideoEncoderOMXComponent {
H A DSoftMPEG4Encoder.cpp70 : SoftVideoEncoderOMXComponent(
290 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
375 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h21 #include <media/stagefright/omx/SoftVideoEncoderOMXComponent.h>
62 struct SoftVPXEncoder : public SoftVideoEncoderOMXComponent {
H A DSoftVPXEncoder.cpp70 : SoftVideoEncoderOMXComponent(
373 return SoftVideoEncoderOMXComponent::internalGetParameter(index, param);
399 return SoftVideoEncoderOMXComponent::internalSetParameter(index, param);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp20 #define LOG_TAG "SoftVideoEncoderOMXComponent"
24 #include <media/stagefright/omx/SoftVideoEncoderOMXComponent.h>
57 SoftVideoEncoderOMXComponent::SoftVideoEncoderOMXComponent( function in class:android::SoftVideoEncoderOMXComponent
83 void SoftVideoEncoderOMXComponent::initPorts(
149 void SoftVideoEncoderOMXComponent::updatePortParams() {
173 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetPortParams(
210 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetParameter(
313 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalGetParameter(
387 void SoftVideoEncoderOMXComponent
[all...]
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h24 #include <media/stagefright/omx/SoftVideoEncoderOMXComponent.h>
120 struct SoftAVC : public SoftVideoEncoderOMXComponent {
H A DSoftAVCEnc.cpp133 : SoftVideoEncoderOMXComponent(
963 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
1032 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
1058 return SoftVideoEncoderOMXComponent::getConfig(index, _params);
1502 SoftVideoEncoderOMXComponent::onReset();

Completed in 171 milliseconds