Home
last modified time | relevance | path

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

/external/v4l-utils/utils/qv4l2/
Dqv4l2.cpp637 m_queue.init(g_type(), m_capMethod); in startStreaming()
643 switch (m_capMethod) { in startStreaming()
761 switch (m_capMethod) { in capVbiFrame()
824 if (m_capMethod != methodRead) { in capVbiFrame()
859 switch (m_capMethod) { in capSdrFrame()
929 if (m_capMethod != methodRead) { in capSdrFrame()
958 switch (m_capMethod) { in outFrame()
1002 if (m_capMethod == methodMmap || m_capMethod == methodUser) { in outFrame()
1038 switch (m_capMethod) { in capFrame()
1129 if (m_capMethod != methodRead) in capFrame()
[all …]
Dqv4l2.h123 CapMethod m_capMethod; variable