Searched refs:m_pSwVdecIpBuffer (Results 1 – 2 of 2) sorted by relevance
560 m_pSwVdecIpBuffer(NULL), in omx_vdec()5302 …m_pSwVdecIpBuffer = (SWVDEC_IPBUFFER *)calloc(sizeof(SWVDEC_IPBUFFER), drv_ctx.ip_buf.actualcount); in allocate_input_buffer()5303 if (m_pSwVdecIpBuffer == NULL) { in allocate_input_buffer()5416 m_pSwVdecIpBuffer[i].pBuffer = buf_addr; in allocate_input_buffer()5417 m_pSwVdecIpBuffer[i].pClientBufferData = (void*)(unsigned long)i; in allocate_input_buffer()6443 buffer, buffer->pBuffer, buffer->nFilledLen, m_pSwVdecIpBuffer, nPortIndex); in empty_this_buffer_proxy()6444 m_pSwVdecIpBuffer[nPortIndex].nFlags = buffer->nFlags; in empty_this_buffer_proxy()6445 m_pSwVdecIpBuffer[nPortIndex].nFilledLen = buffer->nFilledLen; in empty_this_buffer_proxy()6446 m_pSwVdecIpBuffer[nPortIndex].nIpTimestamp = buffer->nTimeStamp; in empty_this_buffer_proxy()6448 if (SwVdec_EmptyThisBuffer(m_pSwVdec, &m_pSwVdecIpBuffer[nPortIndex]) != SWVDEC_S_SUCCESS) { in empty_this_buffer_proxy()[all …]
897 SWVDEC_IPBUFFER *m_pSwVdecIpBuffer; variable