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 595 VideoConfigIntraRefreshType configIntraRefreshType;
600 configIntraRefreshType.refreshType = VIDEO_ENC_AIR;
602 configIntraRefreshType.refreshType = VIDEO_ENC_NONIR;
610 retStatus = mVideoEncoder->setConfig(&configIntraRefreshType);
642 VideoConfigIntraRefreshType configIntraRefreshType;
643 configIntraRefreshType.refreshType = (VideoIntraRefreshType)(mParamVideoRefresh.eRefreshMode + 1);
644 if(configIntraRefreshType.refreshType == VIDEO_ENC_CIR){
646 VideoConfigIntraRefreshType configIntraRefreshType;
648 configIntraRefreshType.refreshType = VIDEO_ENC_CIR;
667 retStatus = mVideoEncoder->setConfig(&configIntraRefreshType);
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp     [all...]

Completed in 32 milliseconds