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.cpp1719 output_buf->pBufHdr = (OMX_BUFFERHEADERTYPE *)out_buff_hdr_ptr[ii]; in SendOutputBufferToOMXComponent()
3141 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
3160 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
3197 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
3356 oscl_free(out_buff_hdr_ptr); in FreeBuffersFromComponent()
3359 out_buff_hdr_ptr = NULL; in FreeBuffersFromComponent()
4296 out_buff_hdr_ptr = NULL; in DoPrepare()
4309 out_buff_hdr_ptr = (OsclAny **) oscl_malloc(iNumOutputBuffers * sizeof(OsclAny *)); in DoPrepare()
4311 if (out_buff_hdr_ptr == NULL) in DoPrepare()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp363 if (out_buff_hdr_ptr) in ~PVMFOMXEncNode()
365 oscl_free(out_buff_hdr_ptr); in ~PVMFOMXEncNode()
366 out_buff_hdr_ptr = NULL; in ~PVMFOMXEncNode()
783 out_buff_hdr_ptr = NULL; in PVMFOMXEncNode()
1894 output_buf->pBufHdr = (OMX_BUFFERHEADERTYPE *)out_buff_hdr_ptr[ii]; in SendOutputBufferToOMXComponent()
4229 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
4264 out_buff_hdr_ptr[ii] = temp->pBufHdr; in ProvideBuffersToComponent()
4397 oscl_free(out_buff_hdr_ptr); in FreeBuffersFromComponent()
4400 out_buff_hdr_ptr = NULL; in FreeBuffersFromComponent()
5964 if (out_buff_hdr_ptr) in DoPrepare()
[all …]
Dpvmf_omx_enc_node.h1393 OsclAny **out_buff_hdr_ptr ; variable
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp833 if (out_buff_hdr_ptr == NULL) in HandlePortReEnable()
836 out_buff_hdr_ptr = (OsclAny **) oscl_malloc(iNumOutputBuffers * sizeof(OsclAny *)); in HandlePortReEnable()
838 if (out_buff_hdr_ptr == NULL) in HandlePortReEnable()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h809 OsclAny **out_buff_hdr_ptr ; variable
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp444 if (out_buff_hdr_ptr == NULL) in HandlePortReEnable()
447 out_buff_hdr_ptr = (OsclAny **) oscl_malloc(iNumOutputBuffers * sizeof(OsclAny *)); in HandlePortReEnable()
449 if (out_buff_hdr_ptr == NULL) in HandlePortReEnable()