OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxyBufferType
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c
336
if(pCompPrv->proxyPortBuffers[pUsage->nPortIndex].
proxyBufferType
== GrallocPointers)
354
if(pCompPrv->proxyPortBuffers[pPortDef->nPortIndex].
proxyBufferType
== GrallocPointers)
370
if(pCompPrv->proxyPortBuffers[pPortParam->nPortIndex].
proxyBufferType
== GrallocPointers)
627
if(pCompPrv->proxyPortBuffers[OMX_VIDEODECODER_OUTPUT_PORT].
proxyBufferType
690
if(pCompPrv->proxyPortBuffers[OMX_VIDEODECODER_OUTPUT_PORT].
proxyBufferType
/hardware/ti/omap4xxx/domx/domx/
omx_proxy_common.h
171
PROXY_BUFFER_TYPE
proxyBufferType
; /*Used when buffer pointers come from the normal A9 virtual space */
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c
317
if(pCompPrv->proxyPortBuffers[OMX_H264E_INPUT_PORT].
proxyBufferType
== EncoderMetadataPointers)
454
pCompPrv->proxyPortBuffers[pStoreMetaData->nPortIndex].
proxyBufferType
= EncoderMetadataPointers;
596
if( pCompPrv->proxyPortBuffers[OMX_H264E_INPUT_PORT].
proxyBufferType
== EncoderMetadataPointers && nFilledLen != 0 )
689
if( pCompPrv->proxyPortBuffers[pBufferHdr->nInputPortIndex].
proxyBufferType
== EncoderMetadataPointers)
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c
437
pCompPrv->proxyPortBuffers[pStoreMetaData->nPortIndex].
proxyBufferType
= EncoderMetadataPointers;
579
if( pCompPrv->proxyPortBuffers[OMX_MPEG4E_INPUT_PORT].
proxyBufferType
== EncoderMetadataPointers
675
if( pCompPrv->proxyPortBuffers[pBufferHdr->nInputPortIndex].
proxyBufferType
== EncoderMetadataPointers)
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c
543
pCompPrv->proxyPortBuffers[pBufferHdr->nInputPortIndex].
proxyBufferType
==
687
pCompPrv->proxyPortBuffers[nPortIndex].
proxyBufferType
!= EncoderMetadataPointers) //Allocate 2D buffer
[
all
...]
Completed in 46 milliseconds