Home | History | Annotate | Download | only in videoencoder

Lines Matching defs:PVSoftMPEG4Encoder

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() {
228 Encode_Status PVSoftMPEG4Encoder::initEncoder() {
257 Encode_Status PVSoftMPEG4Encoder::releaseEncoder() {
285 Encode_Status PVSoftMPEG4Encoder::setParameters(
341 Encode_Status PVSoftMPEG4Encoder::getParameters(
383 Encode_Status PVSoftMPEG4Encoder::encode(VideoEncRawBuffer *inBuffer, uint32_t timeout)
452 Encode_Status PVSoftMPEG4Encoder::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout)