Searched refs:MAX_NAL_PER_FRAME (Results 1 – 7 of 7) sorted by relevance
/external/opencore/codecs_v2/omx/omx_h264/include/ |
D | omx_avc_component.h | 36 #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/ |
D | pv_omxdefs.h | 29 #define MAX_NAL_PER_FRAME 100 macro
|
/external/opencore/codecs_v2/omx/omx_h264enc/include/ |
D | omx_avcenc_component.h | 88 OMX_U32 iNALSizeArray[MAX_NAL_PER_FRAME];
|
/external/opencore/nodes/pvomxbasedecnode/include/ |
D | pvmf_omx_basedec_node.h | 117 #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/ |
D | omx_avc_component.cpp | 148 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/ |
D | omx_avcenc_component.cpp | 148 oscl_memset((void *)iNALSizeArray, 0, MAX_NAL_PER_FRAME * sizeof(int32)); in ConstructComponent()
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 4186 … 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()
|