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()
555 if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes) in ProcessData()
625 …pabilityFlags.iOMXComponentUsesFullAVCFrames && !iPVCapabilityFlags.iOMXComponentUsesNALStartCodes) in ProcessData()
733 if (!iPVCapabilityFlags.iOMXComponentUsesNALStartCodes) in ProcessData()
1169 if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes && ipOutputBuffer->nFilledLen == 4) in ManageFrameBoundaries()
1197 … if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes && !iEndOfOutputFrame && !iEndofStream) in ManageFrameBoundaries()
1211 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()
409 …if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes && !(ipInputBuffer->nFlags & OMX_BUFFERFLAG_… in ParseFullAVCFramesIntoNALs()
902 if (iPVCapabilityFlags.iOMXComponentUsesNALStartCodes) in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h243 OMX_BOOL iOMXComponentUsesNALStartCodes; member
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp587 iOMXComponentUsesNALStartCodes = true; in PVMFOMXBaseDecNode()
1769 iOMXComponentUsesNALStartCodes = true; in SetDefaultCapabilityFlags()
2324 if (iOMXComponentUsesNALStartCodes == true && iFirstPieceOfPartialFrame == true) in SendInputBufferToOMXComponent()
2349 if (iOMXComponentUsesFullAVCFrames && !iOMXComponentUsesNALStartCodes) in SendInputBufferToOMXComponent()
2614 if (iOMXComponentUsesFullAVCFrames && !iOMXComponentUsesNALStartCodes) in SendInputBufferToOMXComponent()
2816 if (iOMXComponentUsesNALStartCodes == true) in SendConfigBufferToOMXComponent()
4170iOMXComponentUsesNALStartCodes = (OMX_TRUE == Cap_flags.iOMXComponentUsesNALStartCodes) ? true : f… in DoPrepare()
4179 iOMXComponentUsesNALStartCodes = false; in DoPrepare()
4190 …if (!iOMXComponentSupportsPartialFrames || iOMXComponentUsesNALStartCodes || iOMXComponentUsesFull… in DoPrepare()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp3759 iOMXComponentUsesNALStartCodes = true; in SetDefaultCapabilityFlags()
4152 (!iOMXComponentUsesNALStartCodes)) in CreateOutMemPool()
4388 !iOMXComponentUsesNALStartCodes) in ProvideBuffersToComponent()
5066 && (iOMXComponentUsesNALStartCodes)) in FillBufferDoneProcessing()
5083 if (aBuffer->nFilledLen <= iFirstNALStartCodeSize && iOMXComponentUsesNALStartCodes) in FillBufferDoneProcessing()
5187 if (iOMXComponentUsesNALStartCodes) in FillBufferDoneProcessing()
5248 if (iOMXComponentUsesNALStartCodes) in FillBufferDoneProcessing()
5286 (!iOMXComponentUsesNALStartCodes) && in FillBufferDoneProcessing()
5601 if (iOMXComponentUsesNALStartCodes) in WrapOutputBuffer()
5629 if (iOMXComponentUsesNALStartCodes && (iOutFormat != PVMF_MIME_H264_VIDEO_RAW)) in WrapOutputBuffer()
[all …]
Dpvmf_omx_enc_node.h1254 bool iOMXComponentUsesNALStartCodes; variable
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp185 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h694 bool iOMXComponentUsesNALStartCodes; variable
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp190 iPVCapabilityFlags.iOMXComponentUsesNALStartCodes = OMX_FALSE; in ConstructComponent()
/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()