Home | History | Annotate | Download | only in Common

Lines Matching refs:sigs

1006     const CObjectVector<CByteBuffer> &sigs = ai.Signatures;

1007 FOR_VECTOR (k, sigs)
1009 const CByteBuffer &sig = sigs[k];
2264 const CObjectVector<CByteBuffer> &sigs = op.codecs->Formats[i].Signatures;
2265 sum += sigs.Size();
2266 FOR_VECTOR (k, sigs)