HomeSort by relevance Sort by last modified time
    Searched refs:out_buff_hdr_ptr (Results 1 - 6 of 6) sorted by null

  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp     [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 374 if (out_buff_hdr_ptr)
376 oscl_free(out_buff_hdr_ptr);
377 out_buff_hdr_ptr = NULL;
797 out_buff_hdr_ptr = NULL;
    [all...]
pvmf_omx_enc_node.h 1402 OsclAny **out_buff_hdr_ptr ; member in class:PVMFOMXEncNode
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 813 OsclAny **out_buff_hdr_ptr ; member in class:PVMFOMXBaseDecNode
    [all...]
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp     [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 420 if (out_buff_hdr_ptr == NULL)
423 out_buff_hdr_ptr = (OsclAny **) oscl_malloc(iNumOutputBuffers * sizeof(OsclAny *));
425 if (out_buff_hdr_ptr == NULL)
428 (0, "PVMFOMXVideoDecNode::HandlePortReEnable() out_buff_hdr_ptr == NULL"));
    [all...]

Completed in 114 milliseconds