HomeSort by relevance Sort by last modified time
    Searched refs:configIntraRefreshType (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.cpp 604 VideoConfigIntraRefreshType configIntraRefreshType;
609 configIntraRefreshType.refreshType = VIDEO_ENC_AIR;
611 configIntraRefreshType.refreshType = VIDEO_ENC_NONIR;
619 retStatus = mVideoEncoder->setConfig(&configIntraRefreshType);
651 VideoConfigIntraRefreshType configIntraRefreshType;
652 configIntraRefreshType.refreshType = (VideoIntraRefreshType)(mParamVideoRefresh.eRefreshMode + 1);
653 if(configIntraRefreshType.refreshType == VIDEO_ENC_CIR){
655 VideoConfigIntraRefreshType configIntraRefreshType;
657 configIntraRefreshType.refreshType = VIDEO_ENC_CIR;
676 retStatus = mVideoEncoder->setConfig(&configIntraRefreshType);
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp     [all...]

Completed in 735 milliseconds