Searched refs:VideoEncoderBase (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderH263.h20 #include "VideoEncoderBase.h"
23 * H.263 Encoder class, derived from VideoEncoderBase
25 class VideoEncoderH263: public VideoEncoderBase {
H A DVideoEncoderMP4.h20 #include "VideoEncoderBase.h"
23 * MPEG-4:2 Encoder class, derived from VideoEncoderBase
25 class VideoEncoderMP4: public VideoEncoderBase {
H A DVideoEncoderVP8.h20 #include "VideoEncoderBase.h"
23 * VP8 Encoder class, derived from VideoEncoderBase
25 class VideoEncoderVP8: public VideoEncoderBase {
H A DVideoEncoderBase.h52 class VideoEncoderBase : IVideoEncoder { class in inherits:IVideoEncoder
55 VideoEncoderBase();
56 virtual ~VideoEncoderBase();
H A DVideoEncoderBase.cpp19 #include "VideoEncoderBase.h"
24 VideoEncoderBase::VideoEncoderBase() function in class:VideoEncoderBase
91 VideoEncoderBase::~VideoEncoderBase() {
110 Encode_Status VideoEncoderBase::start() {
321 Encode_Status VideoEncoderBase::encode(VideoEncRawBuffer *inBuffer, uint32_t timeout) {
458 Encode_Status VideoEncoderBase::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) {
595 void VideoEncoderBase::flush() {
605 Encode_Status VideoEncoderBase
[all...]
H A DVideoEncoderAVC.h20 #include "VideoEncoderBase.h"
22 class VideoEncoderAVC : public VideoEncoderBase {
H A DAndroid.mk16 VideoEncoderBase.cpp \
H A DVideoEncoderAVC.cpp26 :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();
H A DVideoEncoderVP8.cpp25 :VideoEncoderBase() {
66 ret = VideoEncoderBase::start ();
67 CHECK_ENCODE_STATUS_RETURN("VideoEncoderBase::start");
H A Dbitstream.h20 #include <VideoEncoderBase.h>

Completed in 79 milliseconds