Home | History | Annotate | Download | only in src

Lines Matching refs:bufferSupplierType

3112                                    OMX_PARAM_BUFFERSUPPLIERTYPE *bufferSupplierType =
3116 bufferSupplierType->nSize = sizeof(OMX_PARAM_BUFFERSUPPLIERTYPE);
3117 bufferSupplierType->nVersion.nVersion = OMX_SPEC_VERSION;
3118 if (0 == bufferSupplierType->nPortIndex)
3119 bufferSupplierType->nPortIndex = OMX_BufferSupplyUnspecified;
3120 else if (1 == bufferSupplierType->nPortIndex)
3121 bufferSupplierType->nPortIndex = OMX_BufferSupplyUnspecified;
3792 OMX_PARAM_BUFFERSUPPLIERTYPE *bufferSupplierType = (OMX_PARAM_BUFFERSUPPLIERTYPE*) paramData;
3794 bufferSupplierType->eBufferSupplier);
3795 if (bufferSupplierType->nPortIndex == 0 || bufferSupplierType->nPortIndex ==1)
3796 m_buffer_supplier.eBufferSupplier = bufferSupplierType->eBufferSupplier;