Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_hevc.cpp1116 m_pSwVencOpBuffer[index].nSize = buf->size; in dev_use_buf()
1117 m_pSwVencOpBuffer[index].pBuffer = (unsigned char*)buf->buffer; in dev_use_buf()
1118 m_pSwVencOpBuffer[index].pClientBufferData = (void*)index; in dev_use_buf()
1144 if (m_pSwVencOpBuffer[i].pBuffer == buf->buffer) in dev_free_buf()
1146 m_pSwVencOpBuffer[i].pBuffer = NULL; in dev_free_buf()
1147 m_pSwVencOpBuffer[i].nSize = 0; in dev_free_buf()
1252 status = SwVenc_FillThisBuffer(m_pSwVenc, &m_pSwVencOpBuffer[index]); in dev_fill_buf()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_swvenc_hevc.h106 SWVENC_OPBUFFER m_pSwVencOpBuffer[32]; variable