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

  /external/opencore/codecs_v2/omx/omx_h264/include/
omx_avc_component.h 85 OMX_U32 iNALSizeArray[MAX_NAL_PER_FRAME]; // 100 should be more than enough NALs per frame
  /external/opencore/codecs_v2/omx/omx_h264enc/include/
omx_avcenc_component.h 88 OMX_U32 iNALSizeArray[MAX_NAL_PER_FRAME];
  /external/opencore/codecs_v2/omx/omx_h264/src/
omx_avc_component.cpp 148 oscl_memset(iNALSizeArray, 0, MAX_NAL_PER_FRAME * sizeof(uint32));
428 iNALSizeArray[iNumNALs] = nalSize;
438 iInputCurrLength = iNALSizeArray[iCurrNAL];
466 oscl_memcpy(iNALSizeArray, ((OMX_U8*)pExtra + 20), pExtra->nDataSize);
492 iInputCurrLength = iNALSizeArray[iCurrNAL];
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp 148 oscl_memset((void *)iNALSizeArray, 0, MAX_NAL_PER_FRAME * sizeof(int32));
551 oscl_memset((void *)iNALSizeArray, 0, iNALCount * sizeof(int32));
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 404 if (iNALSizeArray != NULL)
406 oscl_free(iNALSizeArray);
781 iNALSizeArray = NULL;
    [all...]
pvmf_omx_enc_node.h     [all...]
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h     [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp     [all...]

Completed in 1914 milliseconds