Home
last modified time | relevance | path

Searched refs:MAX_NAL_PER_FRAME (Results 1 – 7 of 7) sorted by relevance

/external/opencore/codecs_v2/omx/omx_h264/include/
Domx_avc_component.h36 #define INPUT_BUFFER_SIZE_AVC (2000 * MAX_NAL_PER_FRAME)
39 #undef MAX_NAL_PER_FRAME
40 #define MAX_NAL_PER_FRAME 1 /* this component doesn't need to suppoart more than 1 NAL per frame in… macro
85 OMX_U32 iNALSizeArray[MAX_NAL_PER_FRAME]; // 100 should be more than enough NALs per frame
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxdefs.h29 #define MAX_NAL_PER_FRAME 100 macro
/external/opencore/codecs_v2/omx/omx_h264enc/include/
Domx_avcenc_component.h88 OMX_U32 iNALSizeArray[MAX_NAL_PER_FRAME];
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h117 #define MAX_NAL_PER_FRAME 100 macro
810 uint32 iNALSizeArray[MAX_NAL_PER_FRAME]; // NAL count shouldn't exceed 100
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp148 oscl_memset(iNALSizeArray, 0, MAX_NAL_PER_FRAME * sizeof(uint32)); in ConstructComponent()
1083 oscl_memset(iNALSizeArray, 0, MAX_NAL_PER_FRAME * sizeof(uint32)); in ComponentInit()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp148 oscl_memset((void *)iNALSizeArray, 0, MAX_NAL_PER_FRAME * sizeof(int32)); in ConstructComponent()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp4186 … oscl_memset(iNALSizeArray, 0, sizeof(uint32) * MAX_NAL_PER_FRAME); // 100 is max number of NALs in DoPrepare()
4869 … oscl_memset(iNALSizeArray, 0, sizeof(uint32) * MAX_NAL_PER_FRAME); // 100 is max number of NALs in DoReset()
5133 … oscl_memset(iNALSizeArray, 0, sizeof(uint32) * MAX_NAL_PER_FRAME); // 100 is max number of NALs in DoReset()