Home
last modified time | relevance | path

Searched refs:iPosition (Results 1 - 3 of 3) sorted by relevance

/third_party/lame/dshow/
H A DMpegac.h112 HRESULT GetMediaType (int iPosition, CMediaType *pMediaType);
275 HRESULT GetMediaType(int iPosition, CMediaType *pmt);
H A DMpegac.cpp752 HRESULT CMpegAudEnc::GetMediaType(int iPosition, CMediaType *pMediaType) in GetMediaType() argument
756 return m_pOutput->GetMediaType(iPosition, pMediaType); in GetMediaType()
1670 HRESULT CMpegAudEncOutPin::GetMediaType(int iPosition, CMediaType *pmt) in GetMediaType() argument
1672 if (iPosition < 0) return E_INVALIDARG; in GetMediaType()
1674 // If iPosition equals zero then we always return the currently configured MediaType in GetMediaType()
1675 if (iPosition == 0) { in GetMediaType()
1680 switch (iPosition) in GetMediaType()
1717 m_pFilter->m_currentMediaTypeIndex = iPosition; in GetMediaType()
/third_party/sqlite/src/
H A Dsqlite3.c186519 int nToken = 0, iStart = 0, iEnd = 0, iPosition = 0; global() local
[all...]

Completed in 166 milliseconds