Searched refs:PVSoftMPEG4Encoder (Results 1 – 4 of 4) sorted by relevance
53 PVSoftMPEG4Encoder *p = new PVSoftMPEG4Encoder("OMX.google.h263.encoder"); in createVideoEncoder()61 PVSoftMPEG4Encoder *p = new PVSoftMPEG4Encoder("OMX.google.mpeg4.encoder"); in createVideoEncoder()
31 class PVSoftMPEG4Encoder : IVideoEncoder {34 PVSoftMPEG4Encoder(const char *name);35 virtual ~PVSoftMPEG4Encoder();81 DISALLOW_EVIL_CONSTRUCTORS(PVSoftMPEG4Encoder);
85 PVSoftMPEG4Encoder::PVSoftMPEG4Encoder(const char *name) in PVSoftMPEG4Encoder() function in PVSoftMPEG4Encoder120 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()
31 LOCAL_SRC_FILES += PVSoftMPEG4Encoder.cpp