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

1 2

  /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/include/media/openmax/
OMX_Video.h 494 * nPFrames : Number of P frames between each I frame
517 OMX_U32 nPFrames;
568 * nPFrames : Number of P frames between each I frame
577 OMX_U32 nPFrames;
659 * nPFrames : Number of P frames between each I frame (also called
682 OMX_U32 nPFrames;
    [all...]
  /hardware/qcom/media/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;
OMX_QCOMExtns.h 830 OMX_U32 nIDRPeriod; /** This specifies coding a frame as IDR after every nPFrames
835 OMX_U32 nPFrames; /** The number of "P" frames between two "I" frames */
    [all...]
  /hardware/qcom/media/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...]
OMX_QCOMExtns.h 394 OMX_U32 nIDRPeriod; /** This specifies coding a frame as IDR after every nPFrames
399 OMX_U32 nPFrames; /** The number of "P" frames between two "I" frames */
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 255 m_sIntraperiod.nPFrames = (m_sConfigFramerate.xEncodeFramerate * 2) - 1;
390 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
400 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
414 m_sParamAVC.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default outport fps
    [all...]
video_encoder_device_v4l2.cpp     [all...]
video_encoder_device.cpp     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/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/ti/omap4-aah/domx/omx_core/inc/
OMX_Video.h 492 * nPFrames : Number of P frames between each I frame
515 OMX_U32 nPFrames;
566 * nPFrames : Number of P frames between each I frame
575 OMX_U32 nPFrames;
657 * nPFrames : Number of P frames between each I frame (also called
680 OMX_U32 nPFrames;
    [all...]
OMX_TI_Video.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/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/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...]
video_encoder_device.cpp 764 if(!venc_set_intra_period (pParam->nPFrames,bFrames))
798 if(venc_set_intra_period (pParam->nPFrames, bFrames) == false)
850 if(!venc_set_intra_period (pParam->nPFrames, bFrames))
    [all...]
video_encoder_device_copper.cpp 836 if(!venc_set_intra_period (pParam->nPFrames,bFrames))
870 if(venc_set_intra_period (pParam->nPFrames, bFrames) == false)
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portvideo.cpp 215 avcparam.nPFrames = p->nPFrames;
  /hardware/qcom/media/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/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 363 bool venc_set_intra_period(OMX_U32 nPFrames, OMX_U32 nBFrames);
381 bool venc_set_idr_period(OMX_U32 nPFrames, OMX_U32 nIDRPeriod);
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 996 avcType->nPFrames) {
997 mBframes = avcType->nBFrames / avcType->nPFrames
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 637 h263.nPFrames = m_sProfile.nFramerate * 2 - 1; // intra period
756 intra.nPFrames = (OMX_U32) (2 * m_sProfile.nFramerate - 1); //setting I
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 672 h263.nPFrames = m_sProfile.nFramerate * 2 - 1; // intra period
787 intra.nPFrames = (OMX_U32) (2 * m_sProfile.nFramerate - 1); //setting I
    [all...]

Completed in 993 milliseconds

1 2