HomeSort by relevance Sort by last modified time
    Searched refs:MAX_NAL_PER_FRAME (Results 1 - 7 of 7) sorted by null

  /external/opencore/codecs_v2/omx/omx_h264/include/
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 this mode, so overwrite default */
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/
pv_omxdefs.h 29 #define MAX_NAL_PER_FRAME 100
  /external/opencore/codecs_v2/omx/omx_h264enc/include/
omx_avcenc_component.h 39 #define OUTPUT_BUFFER_SIZE_AVCENC 38581 // (20 + 4 * MAX_NAL_PER_FRAME + 20 + 6) is size of extra data
88 OMX_U32 iNALSizeArray[MAX_NAL_PER_FRAME];
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 117 #define MAX_NAL_PER_FRAME 100
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264/src/
omx_avc_component.cpp 148 oscl_memset(iNALSizeArray, 0, MAX_NAL_PER_FRAME * sizeof(uint32));
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp 148 oscl_memset((void *)iNALSizeArray, 0, MAX_NAL_PER_FRAME * sizeof(int32));
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp     [all...]

Completed in 419 milliseconds