HomeSort by relevance Sort by last modified time
    Searched refs:nPFrames (Results 1 - 25 of 43) sorted by null

1 2

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_extensions.hpp 80 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);
omx_video_encoder.cpp 327 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
    [all...]
omx_swvenc_mpeg4.cpp 218 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);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_extensions.hpp 80 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);
omx_video_encoder.cpp 336 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
    [all...]
omx_swvenc_mpeg4.cpp 218 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);
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 138 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;
    [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Video.h 503 * nPFrames : Number of P frames between each I frame
526 OMX_U32 nPFrames;
578 * nPFrames : Number of P frames between each I frame
587 OMX_U32 nPFrames;
672 * nPFrames : Number of P frames between each I frame (also called
695 OMX_U32 nPFrames;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Video.h 478 * nPFrames : Number of P frames between each I frame
501 OMX_U32 nPFrames;
552 * nPFrames : Number of P frames between each I frame
561 OMX_U32 nPFrames;
643 * nPFrames : Number of P frames between each I frame (also called
666 OMX_U32 nPFrames;
    [all...]
QOMX_VideoExtensions.h 374 * 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;
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Video.h 474 * nPFrames : Number of P frames between each I frame
497 OMX_U32 nPFrames;
548 * nPFrames : Number of P frames between each I frame
557 OMX_U32 nPFrames;
639 * nPFrames : Number of P frames between each I frame (also called
662 OMX_U32 nPFrames;
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Video.h 478 * nPFrames : Number of P frames between each I frame
501 OMX_U32 nPFrames;
552 * nPFrames : Number of P frames between each I frame
561 OMX_U32 nPFrames;
643 * nPFrames : Number of P frames between each I frame (also called
666 OMX_U32 nPFrames;
    [all...]
QOMX_VideoExtensions.h 375 * 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;
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_Video.h 478 * nPFrames : Number of P frames between each I frame
501 OMX_U32 nPFrames;
552 * nPFrames : Number of P frames between each I frame
561 OMX_U32 nPFrames;
643 * nPFrames : Number of P frames between each I frame (also called
666 OMX_U32 nPFrames;
    [all...]
QOMX_VideoExtensions.h 375 * 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;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 214 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
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portvideo.cpp 215 avcparam.nPFrames = p->nPFrames;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 255 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
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
media_video_hidl_test_common.cpp 112 param.nPFrames = 300;
162 param.nPFrames = 300;
187 param.nPFrames = 300;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 487 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);
video_encoder_device.h 137 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
video_encoder_device.h 128 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
video_encoder_device_copper.h 238 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 137 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
video_encoder_device_v4l2.h 376 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 553 milliseconds

1 2