Home | History | Annotate | Download | only in src

Lines Matching refs:bufferSupplierType

2803             OMX_PARAM_BUFFERSUPPLIERTYPE *bufferSupplierType =
2807 bufferSupplierType->nSize = sizeof(bufferSupplierType);
2808 bufferSupplierType->nVersion.nVersion = OMX_SPEC_VERSION;
2809 if(OMX_CORE_INPUT_PORT_INDEX == bufferSupplierType->nPortIndex)
2810 bufferSupplierType->nPortIndex = OMX_BufferSupplyUnspecified;
2811 else if (OMX_CORE_OUTPUT_PORT_INDEX == bufferSupplierType->nPortIndex)
2812 bufferSupplierType->nPortIndex = OMX_BufferSupplyUnspecified;
3348 OMX_PARAM_BUFFERSUPPLIERTYPE *bufferSupplierType = (OMX_PARAM_BUFFERSUPPLIERTYPE*) paramData;
3350 bufferSupplierType->eBufferSupplier);
3351 if(bufferSupplierType->nPortIndex == 0 || bufferSupplierType->nPortIndex ==1)
3352 m_buffer_supplier.eBufferSupplier = bufferSupplierType->eBufferSupplier;