Searched refs:m_pIpbuffers (Results 1 – 3 of 3) sorted by relevance
119 m_pIpbuffers = nullptr; in omx_venc()1734 if (m_pIpbuffers == nullptr) { in set_config()1739 m_pIpbuffers = new SWVENC_IPBUFFER[m_sInPortDef.nBufferCountActual]; in set_config()1741 if (m_pIpbuffers == nullptr) { in set_config()1978 m_pIpbuffers[index].size = ipbuffer.size; in swvenc_do_rotate()1979 m_pIpbuffers[index].filled_length = ipbuffer.filled_length; in swvenc_do_rotate()1980 m_pIpbuffers[index].p_buffer = ipbuffer.p_buffer; in swvenc_do_rotate()2012 if (m_pIpbuffers != nullptr) { in component_deinit()2013 delete [] m_pIpbuffers; in component_deinit()3019 if (m_pIpbuffers != nullptr) { in swvenc_empty_buffer_done()[all …]
124 SWVENC_IPBUFFER *m_pIpbuffers; variable
126 SWVENC_IPBUFFER *m_pIpbuffers; variable