Searched refs:VideoErrorBuffer (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderDefs.h | 172 struct VideoErrorBuffer { struct 191 VideoErrorBuffer errBuf; argument
|
D | VideoDecoderInterface.h | 32 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N…
|
D | VideoDecoderBase.h | 74 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N… 116 void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface);
|
D | VideoDecoderBase.cpp | 288 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/ |
D | OMXVideoDecoderBase.cpp | 681 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()
|