Lines Matching refs:bufHdr

3878   OMX_BUFFERHEADERTYPE       *bufHdr= NULL; // buffer header  in use_output_buffer()  local
4852 OMX_BUFFERHEADERTYPE *bufHdr= NULL; // buffer header in allocate_output_buffer() local
4927 bufHdr = m_out_mem_ptr; in allocate_output_buffer()
4933 bufHdr->nSize = sizeof(OMX_BUFFERHEADERTYPE); in allocate_output_buffer()
4934 bufHdr->nVersion.nVersion = OMX_SPEC_VERSION; in allocate_output_buffer()
4936 bufHdr->nAllocLen = bytes; in allocate_output_buffer()
4937 bufHdr->nFilledLen = 0; in allocate_output_buffer()
4938 bufHdr->pAppPrivate = appData; in allocate_output_buffer()
4939 bufHdr->nOutputPortIndex = OMX_CORE_OUTPUT_PORT_INDEX; in allocate_output_buffer()
4940 bufHdr->pBuffer = NULL; in allocate_output_buffer()
4941 bufHdr->nOffset = 0; in allocate_output_buffer()
4951 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer()
4962 bufHdr++; in allocate_output_buffer()
7180 OMX_BUFFERHEADERTYPE *bufHdr = NULL; in allocate_output_headers() local
7222 bufHdr = m_out_mem_ptr; in allocate_output_headers()
7227 bufHdr->nSize = sizeof(OMX_BUFFERHEADERTYPE); in allocate_output_headers()
7228 bufHdr->nVersion.nVersion = OMX_SPEC_VERSION; in allocate_output_headers()
7230 bufHdr->nAllocLen = 0; in allocate_output_headers()
7231 bufHdr->nFilledLen = 0; in allocate_output_headers()
7232 bufHdr->pAppPrivate = NULL; in allocate_output_headers()
7233 bufHdr->nOutputPortIndex = OMX_CORE_OUTPUT_PORT_INDEX; in allocate_output_headers()
7234 bufHdr->pBuffer = NULL; // since no buffer is allocated in allocate_output_headers()
7241 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_headers()
7245 bufHdr++; in allocate_output_headers()