Searched defs:nIDRPeriod (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/mm-core/inc/
H A DQOMX_VideoExtensions.h371 * nIDRPeriod : Defines the periodicity of IDR occurrence. This specifies
374 * the nPFrames. If nIDRPeriod is set to 0, only the first
385 OMX_U32 nIDRPeriod; member in struct:QOMX_VIDEO_INTRAPERIODTYPE
H A DOMX_Video.h1026 * nIDRPeriod : Specifies periodicity of IDR frames
1033 OMX_U32 nIDRPeriod; member in struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD
H A DOMX_QCOMExtns.h656 OMX_U32 nIDRPeriod; /** This specifies coding a frame as IDR after every nPFrames member in struct:QOMX_VIDEO_INTRAPERIODTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_QCOMExtns.h394 OMX_U32 nIDRPeriod; /** This specifies coding a frame as IDR after every nPFrames member in struct:QOMX_VIDEO_INTRAPERIODTYPE
H A DOMX_Video.h1025 * nIDRPeriod : Specifies periodicity of IDR frames
1032 OMX_U32 nIDRPeriod; member in struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1422 if (venc_set_idr_period(avc_iperiod->nPFrames, avc_iperiod->nIDRPeriod)
2517 bool venc_dev::venc_set_idr_period(OMX_U32 nPFrames, OMX_U32 nIDRPeriod) argument
2521 DEBUG_PRINT_LOW("\n venc_set_idr_period: nPFrames = %u, nIDRPeriod: %u\n",
2522 nPFrames, nIDRPeriod);
2536 control.value = nIDRPeriod;
2545 idrperiod.idrperiod = nIDRPeriod;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Video.h1025 * nIDRPeriod : Specifies periodicity of IDR frames
1032 OMX_U32 nIDRPeriod; member in struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Video.h1025 * nIDRPeriod : Specifies periodicity of IDR frames
1032 OMX_U32 nIDRPeriod; member in struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Video.h1025 * nIDRPeriod : Specifies periodicity of IDR frames
1032 OMX_U32 nIDRPeriod; member in struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD

Completed in 126 milliseconds