Home | History | Annotate | Download | only in src

Lines Matching refs:bufferSupplierType

2557                 OMX_PARAM_BUFFERSUPPLIERTYPE *bufferSupplierType =
2561 bufferSupplierType->nSize = sizeof(bufferSupplierType);
2562 bufferSupplierType->nVersion.nVersion = OMX_SPEC_VERSION;
2563 if (0 == bufferSupplierType->nPortIndex)
2564 bufferSupplierType->nPortIndex = OMX_BufferSupplyUnspecified;
2565 else if (1 == bufferSupplierType->nPortIndex)
2566 bufferSupplierType->nPortIndex = OMX_BufferSupplyUnspecified;
3008 OMX_PARAM_BUFFERSUPPLIERTYPE *bufferSupplierType = (OMX_PARAM_BUFFERSUPPLIERTYPE*) paramData;
3010 bufferSupplierType->eBufferSupplier);
3011 bufferSupplierType->nPortIndex == 0 || bufferSupplierType->nPortIndex ==1)
3012 m_buffer_supplier.eBufferSupplier = bufferSupplierType->eBufferSupplier;