OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PVSoftMPEG4Encoder
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videoencoder/
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
...]
PVSoftMPEG4Encoder.h
31
class
PVSoftMPEG4Encoder
: IVideoEncoder {
34
PVSoftMPEG4Encoder
(const char *name);
35
virtual ~
PVSoftMPEG4Encoder
();
81
DISALLOW_EVIL_CONSTRUCTORS(
PVSoftMPEG4Encoder
);
Completed in 181 milliseconds