HomeSort by relevance Sort by last modified time
    Searched defs:MAX_NAL_PER_FRAME (Results 1 - 3 of 3) 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/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 117 #define MAX_NAL_PER_FRAME 100
    [all...]

Completed in 20 milliseconds