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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 590 OMX_BOOL bCheckInputData = OMX_FALSE;
624 bCheckInputData = Exynos_Preprocessor_InputData(pOMXComponent, pSrcInputData);
626 bCheckInputData = OMX_FALSE;
629 if ((bCheckInputData == OMX_FALSE) &&
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 642 OMX_BOOL bCheckInputData = OMX_FALSE;
675 bCheckInputData = Exynos_Preprocessor_InputData(pOMXComponent, pSrcInputData);
677 bCheckInputData = OMX_FALSE;
680 if ((bCheckInputData == OMX_FALSE) &&
    [all...]

Completed in 94 milliseconds