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

  /hardware/qcom/media/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/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 372 m_sParamAVC.nRefFrames = 1;
708 if (pParam->nRefFrames != 2) {
709 DEBUG_PRINT_ERROR("Warning: 2 RefFrames are needed, changing RefFrames from %lu to 2", pParam->nRefFrames);
710 avc_param.nRefFrames = 2;
717 if (pParam->nRefFrames != 1) {
718 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %lu to 1)", pParam->nRefFrames);
719 avc_param.nRefFrames = 1;
723 if (pParam->nRefFrames != 1) {
724 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %lu to 1)", pParam->nRefFrames);
725 avc_param.nRefFrames = 1
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h     [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Video.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Video.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 497 avcParams->nRefFrames = 1;
662 avcType->nRefFrames != 1 ||
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 849 pAppData->pH264->nRefFrames = -1;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]

Completed in 3448 milliseconds