HomeSort by relevance Sort by last modified time
    Searched refs:SoftVideoEncoderOMXComponent (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/include/
SoftVideoEncoderOMXComponent.h 30 struct SoftVideoEncoderOMXComponent : public SimpleSoftOMXComponent {
31 SoftVideoEncoderOMXComponent(
100 DISALLOW_EVIL_CONSTRUCTORS(SoftVideoEncoderOMXComponent);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 22 #include "SoftVideoEncoderOMXComponent.h"
30 struct SoftMPEG4Encoder : public SoftVideoEncoderOMXComponent {
SoftMPEG4Encoder.cpp 71 : SoftVideoEncoderOMXComponent(
291 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
376 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 20 #define LOG_TAG "SoftVideoEncoderOMXComponent"
24 #include "include/SoftVideoEncoderOMXComponent.h"
58 SoftVideoEncoderOMXComponent::SoftVideoEncoderOMXComponent(
84 void SoftVideoEncoderOMXComponent::initPorts(
150 void SoftVideoEncoderOMXComponent::updatePortParams() {
174 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetPortParams(
211 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetParameter(
314 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalGetParameter(
388 void SoftVideoEncoderOMXComponent::ConvertFlexYUVToPlanar
    [all...]
Android.mk 16 SoftVideoEncoderOMXComponent.cpp \
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 21 #include "SoftVideoEncoderOMXComponent.h"
62 struct SoftVPXEncoder : public SoftVideoEncoderOMXComponent {
SoftVPXEncoder.cpp 70 : SoftVideoEncoderOMXComponent(
373 return SoftVideoEncoderOMXComponent::internalGetParameter(index, param);
399 return SoftVideoEncoderOMXComponent::internalSetParameter(index, param);
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 24 #include "SoftVideoEncoderOMXComponent.h"
120 struct SoftAVC : public SoftVideoEncoderOMXComponent {
SoftAVCEnc.cpp 156 : SoftVideoEncoderOMXComponent(
983 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
    [all...]

Completed in 446 milliseconds