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 602 VideoConfigIntraRefreshType configIntraRefreshType;
607 configIntraRefreshType.refreshType = VIDEO_ENC_AIR;
609 configIntraRefreshType.refreshType = VIDEO_ENC_NONIR;
617 retStatus = mVideoEncoder->setConfig(&configIntraRefreshType);
649 VideoConfigIntraRefreshType configIntraRefreshType;
650 configIntraRefreshType.refreshType = (VideoIntraRefreshType)(mParamVideoRefresh.eRefreshMode + 1);
651 if(configIntraRefreshType.refreshType == VIDEO_ENC_CIR){
653 VideoConfigIntraRefreshType configIntraRefreshType;
655 configIntraRefreshType.refreshType = VIDEO_ENC_CIR;
674 retStatus = mVideoEncoder->setConfig(&configIntraRefreshType);
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp     [all...]

Completed in 8656 milliseconds