Home
last modified time | relevance | path

Searched refs:pH264IntraPeriod (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c579 VIDENC_MALLOC(pComponentPrivate->pH264IntraPeriod, in OMX_ComponentInit()
884 OMX_CONF_INIT_STRUCT(pComponentPrivate->pH264IntraPeriod, OMX_VIDEO_CONFIG_AVCINTRAPERIOD); in OMX_ComponentInit()
885 pComponentPrivate->pH264IntraPeriod->nPortIndex = VIDENC_OUTPUT_PORT; in OMX_ComponentInit()
886 pComponentPrivate->pH264IntraPeriod->nIDRPeriod = 0; in OMX_ComponentInit()
887 pComponentPrivate->pH264IntraPeriod->nPFrames = 30; in OMX_ComponentInit()
2352 pComponentPrivate->pH264IntraPeriod->nPFrames = pComponentPrivate->nIntraFrameInterval; in GetConfig()
2353 pComponentPrivate->pH264IntraPeriod->nIDRPeriod = 0; in GetConfig()
2356 pComponentPrivate->pH264IntraPeriod, in GetConfig()
2564 memcpy(pComponentPrivate->pH264IntraPeriod, in SetConfig()
2568 pComponentPrivate->nIntraFrameInterval = pComponentPrivate->pH264IntraPeriod->nPFrames; in SetConfig()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h576 OMX_VIDEO_CONFIG_AVCINTRAPERIOD* pH264IntraPeriod; /* for intraFrameInterval */ member