Home
last modified time | relevance | path

Searched refs:out_buff_hdr_ptr (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp1741 output_buf->pBufHdr = (OMX_BUFFERHEADERTYPE *)out_buff_hdr_ptr[ii]; in SendOutputBufferToOMXComponent()
3188 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
3207 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
3244 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
3403 oscl_free(out_buff_hdr_ptr); in FreeBuffersFromComponent()
3406 out_buff_hdr_ptr = NULL; in FreeBuffersFromComponent()
4343 out_buff_hdr_ptr = NULL; in DoPrepare()
4356 out_buff_hdr_ptr = (OsclAny **) oscl_malloc(iNumOutputBuffers * sizeof(OsclAny *)); in DoPrepare()
4358 if (out_buff_hdr_ptr == NULL) in DoPrepare()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp374 if (out_buff_hdr_ptr) in ~PVMFOMXEncNode()
376 oscl_free(out_buff_hdr_ptr); in ~PVMFOMXEncNode()
377 out_buff_hdr_ptr = NULL; in ~PVMFOMXEncNode()
797 out_buff_hdr_ptr = NULL; in PVMFOMXEncNode()
1930 output_buf->pBufHdr = (OMX_BUFFERHEADERTYPE *)out_buff_hdr_ptr[ii]; in SendOutputBufferToOMXComponent()
4410 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
4445 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
4589 oscl_free(out_buff_hdr_ptr); in FreeBuffersFromComponent()
4592 out_buff_hdr_ptr = NULL; in FreeBuffersFromComponent()
6148 if (out_buff_hdr_ptr) in DoPrepare()
[all …]
Dpvmf_omx_enc_node.h1401 OsclAny **out_buff_hdr_ptr ; variable
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp846 if (out_buff_hdr_ptr == NULL) in HandlePortReEnable()
849 out_buff_hdr_ptr = (OsclAny **) oscl_malloc(iNumOutputBuffers * sizeof(OsclAny *)); in HandlePortReEnable()
851 if (out_buff_hdr_ptr == NULL) in HandlePortReEnable()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h813 OsclAny **out_buff_hdr_ptr ; variable
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp420 if (out_buff_hdr_ptr == NULL) in HandlePortReEnable()
423 out_buff_hdr_ptr = (OsclAny **) oscl_malloc(iNumOutputBuffers * sizeof(OsclAny *)); in HandlePortReEnable()
425 if (out_buff_hdr_ptr == NULL) in HandlePortReEnable()