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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.h 35 NORMAL_MEMORY = 0x00,
Exynos_OSAL_SharedMemory.c 162 case NORMAL_MEMORY:
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 146 eMemoryType = NORMAL_MEMORY;
460 srcInputData->buffer.multiPlaneBuffer.dataBuffer[0] = (void *)Exynos_OSAL_SharedMemory_Alloc(pVideoEnc->hSharedMemory, allocSize[0], NORMAL_MEMORY);
464 srcInputData->buffer.multiPlaneBuffer.dataBuffer[1] = (void *)Exynos_OSAL_SharedMemory_Alloc(pVideoEnc->hSharedMemory, allocSize[1], NORMAL_MEMORY);
    [all...]
Exynos_OMX_VencControl.c 197 mem_type = NORMAL_MEMORY;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 161 MEMORY_TYPE eMemoryType = NORMAL_MEMORY;
    [all...]
Exynos_OMX_VdecControl.c 200 mem_type = NORMAL_MEMORY;
    [all...]

Completed in 473 milliseconds