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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderHost.cpp 22 #include "PVSoftMPEG4Encoder.h"
53 PVSoftMPEG4Encoder *p = new PVSoftMPEG4Encoder("OMX.google.h263.encoder");
61 PVSoftMPEG4Encoder *p = new PVSoftMPEG4Encoder("OMX.google.mpeg4.encoder");
PVSoftMPEG4Encoder.h 31 class PVSoftMPEG4Encoder : IVideoEncoder {
34 PVSoftMPEG4Encoder(const char *name);
35 virtual ~PVSoftMPEG4Encoder();
81 DISALLOW_EVIL_CONSTRUCTORS(PVSoftMPEG4Encoder);
PVSoftMPEG4Encoder.cpp 18 #define LOG_TAG "PVSoftMPEG4Encoder"
33 #include "PVSoftMPEG4Encoder.h"
85 PVSoftMPEG4Encoder::PVSoftMPEG4Encoder(const char *name)
116 LOG_I("Construct PVSoftMPEG4Encoder");
120 PVSoftMPEG4Encoder::~PVSoftMPEG4Encoder() {
121 LOG_I("Destruct PVSoftMPEG4Encoder");
126 void PVSoftMPEG4Encoder::setDefaultParams() {
156 Encode_Status PVSoftMPEG4Encoder::initEncParams()
    [all...]
Android.mk 31 LOCAL_SRC_FILES += PVSoftMPEG4Encoder.cpp

Completed in 52 milliseconds