Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp3125 OMX_PARAM_BUFFERSUPPLIERTYPE* pBufSupply; in GetParameter() local
3298 pBufSupply = (OMX_PARAM_BUFFERSUPPLIERTYPE*) ComponentParameterStructure; in GetParameter()
3299 PortIndex = pBufSupply->nPortIndex; in GetParameter()
3305 SetHeader(pBufSupply, sizeof(OMX_PARAM_BUFFERSUPPLIERTYPE)); in GetParameter()
3309 pBufSupply->eBufferSupplier = OMX_BufferSupplyUnspecified; in GetParameter()
3313 SetHeader(pBufSupply, sizeof(OMX_PARAM_BUFFERSUPPLIERTYPE)); in GetParameter()
3314 pBufSupply->eBufferSupplier = OMX_BufferSupplyUnspecified; in GetParameter()
3356 OMX_PARAM_BUFFERSUPPLIERTYPE* pBufSupply; in SetParameter() local
3563 pBufSupply = (OMX_PARAM_BUFFERSUPPLIERTYPE*) ComponentParameterStructure; in SetParameter()
3564 PortIndex = pBufSupply->nPortIndex; in SetParameter()
[all …]