Home
last modified time | relevance | path

Searched refs:OMX_ExtraDataNone (Results 1 – 5 of 5) sorted by relevance

/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Core.h470OMX_ExtraDataNone = 0, /**< Indicates that no more extra data sections follo… enumerator
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp1094 if ((aType != OMX_ExtraDataNone) && (aExtraData != NULL) && (aOutputBuffer->pBuffer != NULL)) in AppendExtraDataToBuffer()
1112 terminator.eType = OMX_ExtraDataNone; in AppendExtraDataToBuffer()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp458 while (pExtra->eType != OMX_ExtraDataNone) in ParseFullAVCFramesIntoNALs()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp2622 …if ((aType != OMX_ExtraDataNone) && (aExtraData != NULL) && (aInputBuffer->pBufHdr->pBuffer != NUL… in AppendExtraDataToBuffer()
2640 terminator.eType = OMX_ExtraDataNone; in AppendExtraDataToBuffer()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp9776 while (pExtra->eType != OMX_ExtraDataNone) in ParseFullAVCFramesIntoNALs()