Home
last modified time | relevance | path

Searched refs:MAX_GRAPHIC_BUFFER_NUM (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h138 #define MAX_GRAPHIC_BUFFER_NUM 64 // extended for VPP macro
148 void *graphicBufferHandler[MAX_GRAPHIC_BUFFER_NUM];
DVideoDecoderBase.h173 void *mSignalBufferPre[MAX_GRAPHIC_BUFFER_NUM];
DVideoDecoderBase.cpp68 for (int i = 0; i < MAX_GRAPHIC_BUFFER_NUM; i++) { in VideoDecoderBase()
547 for (int i = 0; i < MAX_GRAPHIC_BUFFER_NUM; i++) { in checkBufferAvail()
999 for (int i = 0; i < MAX_GRAPHIC_BUFFER_NUM; i++) { in terminateVA()
1307 if (mSignalBufferSize >= MAX_GRAPHIC_BUFFER_NUM) { in signalRenderDone()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.h125 OMX_BUFFERHEADERTYPE *mOMXBufferHeaderTypePtrArray[MAX_GRAPHIC_BUFFER_NUM];
DOMXVideoDecoderVP9Hybrid.cpp60 unsigned int buff[MAX_GRAPHIC_BUFFER_NUM]; in ProcessorInit()
DOMXVideoDecoderBase.cpp834 if (mOMXBufferHeaderTypePtrNum > MAX_GRAPHIC_BUFFER_NUM)