Searched refs:m_status_flags (Results 1 – 2 of 2) sorted by relevance
73 m_status_flags(0), in omx_swvdec()1514 if ((m_status_flags & (1 << PENDING_STATE_LOADED_TO_IDLE)) && in use_buffer()1527 m_status_flags &= ~(1 << PENDING_STATE_LOADED_TO_IDLE); in use_buffer()1534 if ((m_status_flags & (1 << PENDING_PORT_ENABLE_OP)) && in use_buffer()1548 m_status_flags &= ~(1 << PENDING_PORT_ENABLE_OP); in use_buffer()1641 if ((m_status_flags & (1 << PENDING_STATE_LOADED_TO_IDLE)) && in allocate_buffer()1654 m_status_flags &= ~(1 << PENDING_STATE_LOADED_TO_IDLE); in allocate_buffer()1661 if ((m_status_flags & (1 << PENDING_PORT_ENABLE_IP)) && in allocate_buffer()1664 m_status_flags &= ~(1 << PENDING_PORT_ENABLE_IP); in allocate_buffer()1671 if ((m_status_flags & (1 << PENDING_PORT_ENABLE_OP)) && in allocate_buffer()[all …]
267 unsigned int m_status_flags; ///< status flags variable