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

  /hardware/intel/common/wrs_omxil_core/base/src/
portvideo.cpp 218 avcparam.nRefFrames = p->nRefFrames;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 373 m_sParamAVC.nRefFrames = 1;
731 if(pParam->nRefFrames != 2)
733 DEBUG_PRINT_ERROR("Warning: 2 RefFrames are needed, changing RefFrames from %d to 2", pParam->nRefFrames);
734 avc_param.nRefFrames = 2;
742 if(pParam->nRefFrames != 1)
744 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->nRefFrames);
745 avc_param.nRefFrames = 1;
751 if(pParam->nRefFrames != 1)
753 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->nRefFrames);
754 avc_param.nRefFrames = 1
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 421 m_sParamAVC.nRefFrames = 1;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h     [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
media_video_hidl_test_common.cpp 178 param.nRefFrames = 1;
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Video.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Video.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Video.h     [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_Video.h     [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 968 avcParams->nRefFrames = 1;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 629 milliseconds