Searched refs:nPFrames (Results 1 - 25 of 39) sorted by relevance

12

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_extensions.hpp80 setStatus &= vExt.setParamInt32(ext, "n-pframes", m_sConfigAVCIDRPeriod.nPFrames);
159 valueSet |= vExt.readParamInt32(ext, "n-pframes", (OMX_S32 *)&(idrConfig.nPFrames));
166 idrConfig.nPFrames, idrConfig.nIDRPeriod);
H A Domx_video_encoder.cpp327 m_sIntraperiod.nPFrames = (m_sConfigFramerate.xEncodeFramerate * 2) - 1;
472 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
482 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
496 m_sParamAVC.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
883 m_sIntraperiod.nPFrames = m_sParamMPEG4.nPFrames;
898 m_sIntraperiod.nPFrames = m_sParamH263.nPFrames;
939 m_sIntraperiod.nPFrames = m_sParamAVC.nPFrames;
[all...]
H A Domx_swvenc_mpeg4.cpp218 m_sIntraperiod.nPFrames = (m_sConfigFramerate.xEncodeFramerate * 2) - 1;
387 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1);
401 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1);
826 Ret = swvenc_set_intra_period(pParam->nPFrames,pParam->nBFrames);
835 m_sIntraperiod.nPFrames = m_sParamMPEG4.nPFrames;
847 Ret = swvenc_set_intra_period(pParam->nPFrames,pParam->nBFrames);
856 m_sIntraperiod.nPFrames = m_sParamH263.nPFrames;
1522 m_sIntraperiod.nPFrames, m_sIntraperio
[all...]
H A Domx_swvenc_hevc.cpp216 m_sIntraperiod.nPFrames = (m_sConfigFramerate.xEncodeFramerate * 2) - 1;
916 m_sIntraperiod.nPFrames, m_sIntraperiod.nBFrames,
917 pParam->nPFrames, pParam->nBFrames);
924 prop.uProperty.sIntraPeriod.pFrames = pParam->nPFrames;
929 m_sIntraperiod.nPFrames = pParam->nPFrames;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_extensions.hpp80 setStatus &= vExt.setParamInt32(ext, "n-pframes", m_sConfigAVCIDRPeriod.nPFrames);
159 valueSet |= vExt.readParamInt32(ext, "n-pframes", (OMX_S32 *)&(idrConfig.nPFrames));
166 idrConfig.nPFrames, idrConfig.nIDRPeriod);
H A Domx_video_encoder.cpp336 m_sIntraperiod.nPFrames = (m_sConfigFramerate.xEncodeFramerate * 2) - 1;
487 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
497 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
511 m_sParamAVC.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
928 m_sIntraperiod.nPFrames = m_sParamMPEG4.nPFrames;
943 m_sIntraperiod.nPFrames = m_sParamH263.nPFrames;
984 m_sIntraperiod.nPFrames = m_sParamAVC.nPFrames;
[all...]
H A Domx_swvenc_mpeg4.cpp218 m_sIntraperiod.nPFrames = (m_sConfigFramerate.xEncodeFramerate * 2) - 1;
387 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1);
401 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1);
822 Ret = swvenc_set_intra_period(pParam->nPFrames,pParam->nBFrames);
831 m_sIntraperiod.nPFrames = m_sParamMPEG4.nPFrames;
843 Ret = swvenc_set_intra_period(pParam->nPFrames,pParam->nBFrames);
852 m_sIntraperiod.nPFrames = m_sParamH263.nPFrames;
1518 m_sIntraperiod.nPFrames, m_sIntraperio
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderAVC.cpp138 mParamAvc.nPFrames = 29;
153 mConfigAvcIntraPeriod.nPFrames = 29;
212 mEncoderParams->intraPeriod = mParamAvc.nPFrames + mParamAvc.nBFrames;
214 mEncoderParams->intraPeriod = mParamAvc.nPFrames + 1;
243 mAVCParams->ipPeriod = mEncoderParams->intraPeriod / mParamAvc.nPFrames;
750 if (p->nAllowedPictureTypes & OMX_VIDEO_PictureTypeP && (p->nPFrames == 0))
758 uint32_t IntraPeriod = mParamAvc.nPFrames + mParamAvc.nBFrames ;
759 if (IntraPeriod % mParamAvc.nPFrames != 0)
763 uint32_t IpPeriod = IntraPeriod /mParamAvc.nPFrames;
890 p->nPFrames
[all...]
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Video.h478 * nPFrames : Number of P frames between each I frame
501 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_H263TYPE
552 * nPFrames : Number of P frames between each I frame
561 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
643 * nPFrames : Number of P frames between each I frame (also called
666 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
838 * nPFrames : Number of P frames between each I frame
887 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_AVCTYPE
1031 * nPFrames : Specifies internal of coding Intra frames
1038 OMX_U32 nPFrames; member in struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD
[all...]
H A DQOMX_VideoExtensions.h374 * the nPFrames. If nIDRPeriod is set to 0, only the first
378 * nPFrames : Specifies the number of P frames between each I Frame.
386 OMX_U32 nPFrames; member in struct:QOMX_VIDEO_INTRAPERIODTYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Video.h474 * nPFrames : Number of P frames between each I frame
497 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_H263TYPE
548 * nPFrames : Number of P frames between each I frame
557 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
639 * nPFrames : Number of P frames between each I frame (also called
662 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
833 * nPFrames : Number of P frames between each I frame
882 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_AVCTYPE
1026 * nPFrames : Specifies internal of coding Intra frames
1033 OMX_U32 nPFrames; member in struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD
[all...]
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Video.h478 * nPFrames : Number of P frames between each I frame
501 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_H263TYPE
552 * nPFrames : Number of P frames between each I frame
561 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
643 * nPFrames : Number of P frames between each I frame (also called
666 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
838 * nPFrames : Number of P frames between each I frame
887 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_AVCTYPE
1031 * nPFrames : Specifies internal of coding Intra frames
1038 OMX_U32 nPFrames; member in struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD
[all...]
H A DQOMX_VideoExtensions.h375 * the nPFrames. If nIDRPeriod is set to 0, only the first
379 * nPFrames : Specifies the number of P frames between each I Frame.
387 OMX_U32 nPFrames; member in struct:QOMX_VIDEO_INTRAPERIODTYPE
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Video.h478 * nPFrames : Number of P frames between each I frame
501 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_H263TYPE
552 * nPFrames : Number of P frames between each I frame
561 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
643 * nPFrames : Number of P frames between each I frame (also called
666 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
838 * nPFrames : Number of P frames between each I frame
887 OMX_U32 nPFrames; member in struct:OMX_VIDEO_PARAM_AVCTYPE
1031 * nPFrames : Specifies internal of coding Intra frames
1038 OMX_U32 nPFrames; member in struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD
[all...]
H A DQOMX_VideoExtensions.h375 * the nPFrames. If nIDRPeriod is set to 0, only the first
379 * nPFrames : Specifies the number of P frames between each I Frame.
387 OMX_U32 nPFrames; member in struct:QOMX_VIDEO_INTRAPERIODTYPE
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp214 m_sIntraperiod.nPFrames = (m_sConfigFramerate.xEncodeFramerate * 2) - 1;
346 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
356 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
370 m_sParamAVC.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
1297 m_sIntraperiod.nPFrames = pParam->nPFrames;
1303 m_sParamMPEG4.nPFrames = pParam->nPFrames;
1311 m_sParamH263.nPFrames = pParam->nPFrames;
[all...]
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportvideo.cpp215 avcparam.nPFrames = p->nPFrames;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp255 m_sIntraperiod.nPFrames = (m_sConfigFramerate.xEncodeFramerate * 2) - 1;
394 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
404 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
418 m_sParamAVC.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
817 m_sIntraperiod.nPFrames = m_sParamMPEG4.nPFrames;
832 m_sIntraperiod.nPFrames = m_sParamH263.nPFrames;
889 m_sIntraperiod.nPFrames = m_sParamAVC.nPFrames;
[all...]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A Dmedia_video_hidl_test_common.cpp112 param.nPFrames = 300;
162 param.nPFrames = 300;
187 param.nPFrames = 300;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h487 bool venc_set_intra_period_config(OMX_U32 nPFrames, OMX_U32 nBFrames);
488 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
506 bool venc_set_idr_period(OMX_U32 nPFrames, OMX_U32 nIDRPeriod);
H A Dvideo_encoder_device.h137 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device.h128 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
H A Dvideo_encoder_device_copper.h238 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h137 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
H A Dvideo_encoder_device_v4l2.h376 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
394 bool venc_set_idr_period(OMX_U32 nPFrames, OMX_U32 nIDRPeriod);

Completed in 1905 milliseconds

12