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"
31 struct SoftMPEG4Encoder : public SoftVideoEncoderOMXComponent {
SoftMPEG4Encoder.cpp 69 : SoftVideoEncoderOMXComponent(
281 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
352 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/omx/
Android.mk 17 SoftVideoEncoderOMXComponent.cpp \
SoftVideoEncoderOMXComponent.cpp 20 #define LOG_TAG "SoftVideoEncoderOMXComponent"
24 #include "include/SoftVideoEncoderOMXComponent.h"
54 SoftVideoEncoderOMXComponent::SoftVideoEncoderOMXComponent(
81 void SoftVideoEncoderOMXComponent::initPorts(
147 void SoftVideoEncoderOMXComponent::updatePortParams() {
171 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetPortParams(
203 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetParameter(
294 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalGetParameter(
352 void SoftVideoEncoderOMXComponent::ConvertFlexYUVToPlanar
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 25 #include "SoftVideoEncoderOMXComponent.h"
32 public SoftVideoEncoderOMXComponent {
SoftAVCEncoder.cpp 158 : SoftVideoEncoderOMXComponent(
408 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
465 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 21 #include "SoftVideoEncoderOMXComponent.h"
62 struct SoftVPXEncoder : public SoftVideoEncoderOMXComponent {
SoftVPXEncoder.cpp 65 : SoftVideoEncoderOMXComponent(
413 return SoftVideoEncoderOMXComponent::internalGetParameter(index, param);
437 return SoftVideoEncoderOMXComponent::internalSetParameter(index, param);

Completed in 582 milliseconds