Searched refs:m_client_output_extradata_mem_ptr (Results 1 – 2 of 2) sorted by relevance
597 m_client_output_extradata_mem_ptr(NULL), in omx_vdec()6264 if (!m_client_output_extradata_mem_ptr) { in allocate_client_output_extradata_headers()6270 …m_client_output_extradata_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufferCount, sizeof(OMX_BUFFE… in allocate_client_output_extradata_headers()6272 if (m_client_output_extradata_mem_ptr) { in allocate_client_output_extradata_headers()6273 bufHdr = m_client_output_extradata_mem_ptr; in allocate_client_output_extradata_headers()6288 m_client_output_extradata_mem_ptr); in allocate_client_output_extradata_headers()6317 if (!m_client_output_extradata_mem_ptr) { in use_client_output_extradata_buffer()6336 *bufferHdr = (m_client_output_extradata_mem_ptr + i ); in use_client_output_extradata_buffer()7536 nPortIndex = buffer - m_client_output_extradata_mem_ptr; in free_buffer()8599 if (m_client_output_extradata_mem_ptr) { in allocate_output_extradata_done()[all …]
883 OMX_BUFFERHEADERTYPE *m_client_output_extradata_mem_ptr; variable