Home | History | Annotate | Download | only in src

Lines Matching defs:bufHdr

3156   OMX_BUFFERHEADERTYPE       *bufHdr= NULL; // buffer header
3211 bufHdr = m_out_mem_ptr;
3224 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p\n",bufHdr, m_out_mem_ptr,pPlatformEntry);
3228 bufHdr->nSize = sizeof(OMX_BUFFERHEADERTYPE);
3229 bufHdr->nVersion.nVersion = OMX_SPEC_VERSION;
3231 bufHdr->nAllocLen = bytes;
3232 bufHdr->nFilledLen = 0;
3233 bufHdr->pAppPrivate = appData;
3234 bufHdr->nOutputPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
3244 bufHdr->pBuffer = NULL;
3248 bufHdr->pPlatformPrivate = pPlatformList;
3253 bufHdr->pOutputPortPrivate = &driver_context.ptr_respbuffer[i];
3257 bufHdr++;
3815 OMX_BUFFERHEADERTYPE *bufHdr= NULL; // buffer header
3905 bufHdr = m_out_mem_ptr;
3918 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p\n",bufHdr, m_out_mem_ptr,pPlatformEntry);
3922 bufHdr->nSize = sizeof(OMX_BUFFERHEADERTYPE);
3923 bufHdr->nVersion.nVersion = OMX_SPEC_VERSION;
3925 bufHdr->nAllocLen = bytes;
3926 bufHdr->nFilledLen = 0;
3927 bufHdr->pAppPrivate = appData;
3928 bufHdr->nOutputPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
3938 bufHdr->pBuffer = NULL;
3939 bufHdr->nOffset = 0;
3943 bufHdr->pPlatformPrivate = pPlatformList;
3948 bufHdr->pOutputPortPrivate = &driver_context.ptr_respbuffer[i];
3958 bufHdr++;
4400 DEBUG_PRINT_LOW("\n ETB: bufhdr = %p, bufhdr->pBuffer = %p", buffer, buffer->pBuffer);
4479 DEBUG_PRINT_LOW("\n ETBProxy: bufhdr = %p, bufhdr->pBuffer = %p", buffer, buffer->pBuffer);
4638 DEBUG_PRINT_LOW("\n FTB: bufhdr = %p, bufhdr->pBuffer = %p", buffer, buffer->pBuffer);
4674 DEBUG_PRINT_LOW("\n FTBProxy: bufhdr = %p, bufhdr->pBuffer = %p",
5332 DEBUG_PRINT_LOW("\n fill_buffer_done: bufhdr = %p, bufhdr->pBuffer = %p",
5404 DEBUG_PRINT_LOW("\n empty_buffer_done: bufhdr = %p, bufhdr->pBuffer = %p",
5589 DEBUG_PRINT_LOW("\n ETBProxyArb: bufhdr = %p, bufhdr->pBuffer = %p", buffer, buffer->pBuffer);