Home | History | Annotate | Download | only in videodecoder

Lines Matching refs:VideoDecoderBase

17 #include "VideoDecoderBase.h"
31 VideoDecoderBase::VideoDecoderBase(const char *mimeType, _vbp_parser_type type)
86 VideoDecoderBase::~VideoDecoderBase() {
93 Decode_Status VideoDecoderBase::start(VideoConfigBuffer *buffer) {
150 Decode_Status VideoDecoderBase::reset(VideoConfigBuffer *buffer) {
182 void VideoDecoderBase::stop(void) {
210 void VideoDecoderBase::flush(void) {
249 void VideoDecoderBase::freeSurfaceBuffers(void) {
265 const VideoFormatInfo* VideoDecoderBase::getFormatInfo(void) {
276 int VideoDecoderBase::getOutputQueueLength(void) {
288 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) {
372 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPts() {
389 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPct(bool draining) {
420 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {
502 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {
558 bool VideoDecoderBase::checkBufferAvail(void) {
586 Decode_Status VideoDecoderBase::acquireSurfaceBuffer(void) {
659 Decode_Status VideoDecoderBase::outputSurfaceBuffer(void) {
715 Decode_Status VideoDecoderBase::releaseSurfaceBuffer(void) {
728 void VideoDecoderBase::flushSurfaceBuffers(void) {
741 Decode_Status VideoDecoderBase::endDecodingFrame(bool dropFrame) {
783 Decode_Status VideoDecoderBase::setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSurface) {
1052 Decode_Status VideoDecoderBase::terminateVA(void) {
1130 Decode_Status VideoDecoderBase::parseBuffer(uint8_t *buffer, int32_t size, bool config, void** vbpData) {
1151 Decode_Status VideoDecoderBase::mapSurface(void) {
1197 Decode_Status VideoDecoderBase::getRawDataFromSurface(VideoRenderBuffer *renderBuffer, uint8_t *pRawData, uint32_t *pSize, bool internal) {
1312 Decode_Status VideoDecoderBase::createSurfaceFromHandle(int index) {
1371 void VideoDecoderBase::initSurfaceBuffer(bool reset) {
1419 Decode_Status VideoDecoderBase::signalRenderDone(void * graphichandler, bool isNew) {
1482 void VideoDecoderBase::querySurfaceRenderStatus(VideoSurfaceBuffer* surface) {
1508 Decode_Status VideoDecoderBase::setParserType(_vbp_parser_type type) {
1519 Decode_Status VideoDecoderBase::updateBuffer(uint8_t *buffer, int32_t size, void** vbpData) {
1535 Decode_Status VideoDecoderBase::queryBuffer(void** vbpData) {
1547 Decode_Status VideoDecoderBase::getCodecSpecificConfigs(VAProfile profile, VAConfigID *config) {
1571 Decode_Status VideoDecoderBase::checkHardwareCapability() {
1575 void VideoDecoderBase::drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface) {
1586 void VideoDecoderBase::fillDecodingErrors(VideoRenderBuffer *currentSurface) {
1619 void VideoDecoderBase::setRotationDegrees(int32_t rotationDegrees) {
1644 void VideoDecoderBase::setRenderRect() {
1671 void VideoDecoderBase::setColorSpaceInfo(int32_t colorMatrix, int32_t videoRange) {