Searched defs:proxyBufferType (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/domx/domx/
H A Domx_proxy_common.h171 PROXY_BUFFER_TYPE proxyBufferType; /*Used when buffer pointers come from the normal A9 virtual space */ member in struct:PROXY_PORT_TYPE
/hardware/ti/omap4-aah/domx/domx/
H A Domx_proxy_common.h213 PROXY_BUFFER_TYPE proxyBufferType; /*Used when buffer pointers come from the normal A9 virtual space */ member in struct:PROXY_PORT_TYPE
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c137 PROXY_BUFFER_TYPE proxyBufferType)
144 ((proxyBufferType == GrallocPointers) && (handle2 == NULL))) {
149 if (proxyBufferType != GrallocPointers) {
562 pCompPrv->proxyPortBuffers[pBufferHdr->nInputPortIndex].proxyBufferType ==
725 pCompPrv->proxyPortBuffers[nPortIndex].proxyBufferType != EncoderMetadataPointers) //Allocate 2D buffer
984 if(pCompPrv->proxyPortBuffers[nPortIndex].proxyBufferType == GrallocPointers)
1008 if(pCompPrv->proxyPortBuffers[nPortIndex].proxyBufferType == GrallocPointers)
1014 if(pCompPrv->proxyPortBuffers[nPortIndex].proxyBufferType == EncoderMetadataPointers)
1019 if(pCompPrv->proxyPortBuffers[nPortIndex].proxyBufferType == BufferDescriptorVirtual2D)
1072 pCompPrv->proxyPortBuffers[nPortIndex].proxyBufferType);
135 RPC_RegisterBuffer(OMX_HANDLETYPE hRPCCtx, int fd, OMX_PTR *handle1, OMX_PTR *handle2, PROXY_BUFFER_TYPE proxyBufferType) argument
[all...]

Completed in 25 milliseconds