Home
last modified time | relevance | path

Searched refs:VideoErrorBuffer (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h172 struct VideoErrorBuffer { struct
191 VideoErrorBuffer errBuf; argument
DVideoDecoderInterface.h32 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N…
DVideoDecoderBase.h74 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N…
116 void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface);
DVideoDecoderBase.cpp288 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput()
1575 void VideoDecoderBase::drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentS… in drainDecodingErrors()
1577 memcpy(outErrBuf, &(currentSurface->errBuf), sizeof(VideoErrorBuffer)); in drainDecodingErrors()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp681 VideoErrorBuffer *ErrBufPtr = NULL; in FillRenderBuffer()
693 ErrBufPtr = (VideoErrorBuffer *)buffer->pOutputPortPrivate; in FillRenderBuffer()
740 VideoErrorBuffer *ErrBufOutPtr = NULL; in FillRenderBuffer()
741 ErrBufOutPtr = (VideoErrorBuffer *)buffer->pOutputPortPrivate; in FillRenderBuffer()
743 memcpy(ErrBufOutPtr, ErrBufPtr, sizeof(VideoErrorBuffer)); in FillRenderBuffer()
744 memset(ErrBufPtr, 0, sizeof(VideoErrorBuffer)); in FillRenderBuffer()