OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoEncoderBase
(Results
1 - 10
of
10
) sorted by null
/hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.h
20
#include "
VideoEncoderBase
.h"
23
* H.263 Encoder class, derived from
VideoEncoderBase
25
class VideoEncoderH263: public
VideoEncoderBase
{
VideoEncoderMP4.h
20
#include "
VideoEncoderBase
.h"
23
* MPEG-4:2 Encoder class, derived from
VideoEncoderBase
25
class VideoEncoderMP4: public
VideoEncoderBase
{
VideoEncoderVP8.h
20
#include "
VideoEncoderBase
.h"
23
* VP8 Encoder class, derived from
VideoEncoderBase
25
class VideoEncoderVP8: public
VideoEncoderBase
{
VideoEncoderBase.h
52
class
VideoEncoderBase
: IVideoEncoder {
55
VideoEncoderBase
();
56
virtual ~
VideoEncoderBase
();
VideoEncoderBase.cpp
19
#include "
VideoEncoderBase
.h"
27
VideoEncoderBase
::
VideoEncoderBase
()
94
VideoEncoderBase
::~
VideoEncoderBase
() {
113
Encode_Status
VideoEncoderBase
::start() {
324
Encode_Status
VideoEncoderBase
::encode(VideoEncRawBuffer *inBuffer, uint32_t timeout) {
461
Encode_Status
VideoEncoderBase
::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) {
598
void
VideoEncoderBase
::flush() {
608
Encode_Status
VideoEncoderBase
::stop()
[
all
...]
VideoEncoderAVC.h
20
#include "
VideoEncoderBase
.h"
22
class VideoEncoderAVC : public
VideoEncoderBase
{
Android.mk
16
VideoEncoderBase
.cpp \
VideoEncoderAVC.cpp
26
:
VideoEncoderBase
() {
27
if(
VideoEncoderBase
::queryProfileLevelConfig(mVADisplay, VAProfileH264High) == ENCODE_SUCCESS){
30
}else if(
VideoEncoderBase
::queryProfileLevelConfig(mVADisplay, VAProfileH264Main) == ENCODE_SUCCESS){
74
ret =
VideoEncoderBase
::start ();
75
CHECK_ENCODE_STATUS_RETURN("
VideoEncoderBase
::start");
765
ret =
VideoEncoderBase
::renderDynamicBitrate(task);
789
ret =
VideoEncoderBase
::renderDynamicFrameRate();
[
all
...]
VideoEncoderVP8.cpp
25
:
VideoEncoderBase
() {
66
ret =
VideoEncoderBase
::start ();
67
CHECK_ENCODE_STATUS_RETURN("
VideoEncoderBase
::start");
bitstream.h
20
#include <
VideoEncoderBase
.h>
Completed in 888 milliseconds