Home
last modified time | relevance | path

Searched refs:m_bInpuTypeSet (Results 1 – 2 of 2) sorted by relevance

/third_party/lame/dshow/
DEncoder.cpp32 m_bInpuTypeSet(FALSE), in CEncoder()
76 m_bInpuTypeSet = true; in SetInputType()
86 m_bInpuTypeSet = false; in SetInputType()
138 if (!m_bInpuTypeSet || !m_bOutpuTypeSet) in Init()
DEncoder.h94 if(m_bInpuTypeSet) in GetInputType()
159 BOOL m_bInpuTypeSet; variable