Home
last modified time | relevance | path

Searched refs:iOMXComponentUsesNALStartCodes (Results 1 – 13 of 13) sorted by relevance

/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp201 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
212 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_TRUE; in ConstructComponent()
220 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
553 if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes) in ProcessData()
623 …pabilityFlags.iOMXComponentUsesFullAVCFrames && !iPVCapabilityFlags.iOMXComponentUsesNALStartCodes) in ProcessData()
731 if (!iPVCapabilityFlags.iOMXComponentUsesNALStartCodes) in ProcessData()
1167 if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes && ipOutputBuffer->nFilledLen == 4) in ManageFrameBoundaries()
1195 … if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes && !iEndOfOutputFrame && !iEndofStream) in ManageFrameBoundaries()
1209 if (!iPVCapabilityFlags.iOMXComponentUsesNALStartCodes) in ManageFrameBoundaries()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp196 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
204 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_TRUE; in ConstructComponent()
212 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
405 …if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes && !(ipInputBuffer->nFlags & OMX_BUFFERFLAG_… in ParseFullAVCFramesIntoNALs()
870 if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes) in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h242 OMX_BOOL iOMXComponentUsesNALStartCodes; member
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp584 iOMXComponentUsesNALStartCodes = true; in PVMFOMXBaseDecNode()
1747 iOMXComponentUsesNALStartCodes = true; in SetDefaultCapabilityFlags()
2288 if (iOMXComponentUsesNALStartCodes == true && iFirstPieceOfPartialFrame == true) in SendInputBufferToOMXComponent()
2313 if (iOMXComponentUsesFullAVCFrames && !iOMXComponentUsesNALStartCodes) in SendInputBufferToOMXComponent()
2570 if (iOMXComponentUsesFullAVCFrames && !iOMXComponentUsesNALStartCodes) in SendInputBufferToOMXComponent()
2772 if (iOMXComponentUsesNALStartCodes == true) in SendConfigBufferToOMXComponent()
4123iOMXComponentUsesNALStartCodes = (OMX_TRUE == Cap_flags.iOMXComponentUsesNALStartCodes) ? true : f… in DoPrepare()
4132 iOMXComponentUsesNALStartCodes = false; in DoPrepare()
4143 …if (!iOMXComponentSupportsPartialFrames || iOMXComponentUsesNALStartCodes || iOMXComponentUsesFull… in DoPrepare()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp3599 iOMXComponentUsesNALStartCodes = true; in SetDefaultCapabilityFlags()
3971 (!iOMXComponentUsesNALStartCodes)) in CreateOutMemPool()
4207 !iOMXComponentUsesNALStartCodes) in ProvideBuffersToComponent()
4873 && (iOMXComponentUsesNALStartCodes)) in FillBufferDoneProcessing()
4890 if (aBuffer->nFilledLen <= iFirstNALStartCodeSize && iOMXComponentUsesNALStartCodes) in FillBufferDoneProcessing()
4994 if (iOMXComponentUsesNALStartCodes) in FillBufferDoneProcessing()
5055 if (iOMXComponentUsesNALStartCodes) in FillBufferDoneProcessing()
5093 (!iOMXComponentUsesNALStartCodes) && in FillBufferDoneProcessing()
5409 if (iOMXComponentUsesNALStartCodes) in WrapOutputBuffer()
5437 if (iOMXComponentUsesNALStartCodes && (iOutFormat != PVMF_MIME_H264_VIDEO_RAW)) in WrapOutputBuffer()
[all …]
Dpvmf_omx_enc_node.h1243 bool iOMXComponentUsesNALStartCodes; variable
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp185 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp190 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h690 bool iOMXComponentUsesNALStartCodes; variable
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp198 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp193 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp259 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp274 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()