Home
last modified time | relevance | path

Searched refs:PVSoftMPEG4Encoder (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderHost.cpp53 PVSoftMPEG4Encoder *p = new PVSoftMPEG4Encoder("OMX.google.h263.encoder"); in createVideoEncoder()
61 PVSoftMPEG4Encoder *p = new PVSoftMPEG4Encoder("OMX.google.mpeg4.encoder"); in createVideoEncoder()
DPVSoftMPEG4Encoder.h31 class PVSoftMPEG4Encoder : IVideoEncoder {
34 PVSoftMPEG4Encoder(const char *name);
35 virtual ~PVSoftMPEG4Encoder();
81 DISALLOW_EVIL_CONSTRUCTORS(PVSoftMPEG4Encoder);
DPVSoftMPEG4Encoder.cpp85 PVSoftMPEG4Encoder::PVSoftMPEG4Encoder(const char *name) in PVSoftMPEG4Encoder() function in PVSoftMPEG4Encoder
120 PVSoftMPEG4Encoder::~PVSoftMPEG4Encoder() { in ~PVSoftMPEG4Encoder()
126 void PVSoftMPEG4Encoder::setDefaultParams() { in setDefaultParams()
156 Encode_Status PVSoftMPEG4Encoder::initEncParams() { in initEncParams()
228 Encode_Status PVSoftMPEG4Encoder::initEncoder() { in initEncoder()
257 Encode_Status PVSoftMPEG4Encoder::releaseEncoder() { in releaseEncoder()
285 Encode_Status PVSoftMPEG4Encoder::setParameters( in setParameters()
341 Encode_Status PVSoftMPEG4Encoder::getParameters( in getParameters()
383 Encode_Status PVSoftMPEG4Encoder::encode(VideoEncRawBuffer *inBuffer, uint32_t timeout) in encode()
452 Encode_Status PVSoftMPEG4Encoder::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) in getOutput()
DAndroid.mk31 LOCAL_SRC_FILES += PVSoftMPEG4Encoder.cpp