HomeSort by relevance Sort by last modified time
    Searched refs:VideoErrorBuffer (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderInterface.h 32 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL) = 0;
VideoDecoderBase.h 74 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL);
116 void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface);
VideoDecoderDefs.h 171 struct VideoErrorBuffer {
190 VideoErrorBuffer errBuf;
VideoDecoderBase.cpp 288 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 605 VideoErrorBuffer *ErrBufPtr = NULL;
617 ErrBufPtr = (VideoErrorBuffer *)buffer->pOutputPortPrivate;
657 VideoErrorBuffer *ErrBufOutPtr = NULL;
658 ErrBufOutPtr = (VideoErrorBuffer *)buffer->pOutputPortPrivate;
660 memcpy(ErrBufOutPtr, ErrBufPtr, sizeof(VideoErrorBuffer));
661 memset(ErrBufPtr, 0, sizeof(VideoErrorBuffer));
    [all...]

Completed in 68 milliseconds