Searched refs:pBufHdr (Results 1 – 4 of 4) sorted by relevance
1741 output_buf->pBufHdr = (OMX_BUFFERHEADERTYPE *)out_buff_hdr_ptr[ii]; in SendOutputBufferToOMXComponent()1743 output_buf->pBufHdr->nFilledLen = 0; // make sure you tell OMX component buffer is empty in SendOutputBufferToOMXComponent()1744 output_buf->pBufHdr->nOffset = 0; in SendOutputBufferToOMXComponent()1745 output_buf->pBufHdr->pAppPrivate = output_buf; // set pAppPrivate to be pointer to output_buf in SendOutputBufferToOMXComponent()1749 output_buf->pBufHdr->nFlags = 0; // zero out the flags in SendOutputBufferToOMXComponent()1751 OMX_FillThisBuffer(iOMXDecoder, output_buf->pBufHdr); in SendOutputBufferToOMXComponent()1835 input_buf->pBufHdr->nFilledLen = 0; in SendEOSBufferToOMXComponent()1836 input_buf->pBufHdr->nOffset = 0; in SendEOSBufferToOMXComponent()1841 input_buf->pBufHdr->nTimeStamp = iOMXTicksTimestamp; in SendEOSBufferToOMXComponent()1844 input_buf->pBufHdr->pAppPrivate = (OMX_PTR) input_buf; in SendEOSBufferToOMXComponent()[all …]
1930 output_buf->pBufHdr = (OMX_BUFFERHEADERTYPE *)out_buff_hdr_ptr[ii]; in SendOutputBufferToOMXComponent()1934 output_buf->pBufHdr->nFilledLen = 0; // make sure you tell OMX component buffer is empty in SendOutputBufferToOMXComponent()1935 output_buf->pBufHdr->nOffset = 0; in SendOutputBufferToOMXComponent()1936 output_buf->pBufHdr->pAppPrivate = output_buf; // set pAppPrivate to be pointer to output_buf in SendOutputBufferToOMXComponent()1940 output_buf->pBufHdr->nFlags = 0; // zero out the flags in SendOutputBufferToOMXComponent()1941 OMX_FillThisBuffer(iOMXEncoder, output_buf->pBufHdr); in SendOutputBufferToOMXComponent()3825 input_buf->pBufHdr->nFilledLen = 0; in SendEOSBufferToOMXComponent()3826 input_buf->pBufHdr->nOffset = 0; in SendEOSBufferToOMXComponent()3832 input_buf->pBufHdr->nTimeStamp = iOMXTicksTimestamp; in SendEOSBufferToOMXComponent()3836 input_buf->pBufHdr->pAppPrivate = (OMX_PTR) input_buf; in SendEOSBufferToOMXComponent()[all …]
148 OMX_BUFFERHEADERTYPE *pBufHdr; member153 OMX_BUFFERHEADERTYPE *pBufHdr; member
121 OMX_BUFFERHEADERTYPE *pBufHdr; member127 OMX_BUFFERHEADERTYPE *pBufHdr;134 InputBufCtrlStruct(): pBufHdr(NULL) {} in InputBufCtrlStruct()137 OMX_BUFFERHEADERTYPE *pBufHdr;