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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 89 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
98 ppCodecBuffer = &(pVideoEnc->pMFCEncInputBuffer[0]);
102 ppCodecBuffer = &(pVideoEnc->pMFCEncOutputBuffer[0]);
111 Exynos_OSAL_SharedMemory_Free(pVideoEnc->hSharedMemory, ppCodecBuffer[i]->pVirAddr[j]);
130 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
140 ppCodecBuffer = &(pVideoEnc->pMFCEncInputBuffer[0]);
143 ppCodecBuffer = &(pVideoEnc->pMFCEncOutputBuffer[0]);
161 (void *)Exynos_OSAL_SharedMemory_Alloc(pVideoEnc->hSharedMemory, nPlaneSize[j], eMemoryType);
169 Exynos_OSAL_SharedMemory_VirtToION(pVideoEnc->hSharedMemory, ppCodecBuffer[i]->pVirAddr[j]);
206 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle
    [all...]
Exynos_OMX_VencControl.c 153 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL;
178 pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
201 temp_buffer = Exynos_OSAL_SharedMemory_Alloc(pVideoEnc->hSharedMemory, nSizeBytes, mem_type);
206 temp_buffer_fd = Exynos_OSAL_SharedMemory_VirtToION(pVideoEnc->hSharedMemory, temp_buffer);
210 Exynos_OSAL_SharedMemory_Free(pVideoEnc->hSharedMemory, temp_buffer);
243 Exynos_OSAL_SharedMemory_Free(pVideoEnc->hSharedMemory, temp_buffer);
261 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL;
284 pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
309 Exynos_OSAL_SharedMemory_Free(pVideoEnc->hSharedMemory, pExynosPort->extendBufferHeader[i].OMXBufferHeader->pBuffer);
500 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 219 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL;
227 pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
245 pCommonParam->FrameQp = pVideoEnc->quantization.nQpI;
246 pCommonParam->FrameQp_P = pVideoEnc->quantization.nQpP;
254 if (pVideoEnc->intraRefresh.eRefreshMode == OMX_VIDEO_IntraRefreshCyclic) {
256 pCommonParam->RandomIntraMBRefresh = pVideoEnc->intraRefresh.nCirMBs;
264 if (pVideoEnc->ANBColorFormat == OMX_COLOR_FormatYUV420SemiPlanar)
266 if (pVideoEnc->ANBColorFormat == OMX_SEC_COLOR_FormatNV12Tiled)
290 pH264Param->FrameQp_B = pVideoEnc->quantization.nQpB;
307 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "pVideoEnc->eControlRate[OUTPUT_PORT_INDEX]: 0x%x", pVideoEnc->eControlRate[OUTPUT_PORT_INDEX])
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c 210 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL;
218 pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
219 pMpeg4Enc = pVideoEnc->hCodecHandle;
236 pCommonParam->FrameQp = pVideoEnc->quantization.nQpI;
237 pCommonParam->FrameQp_P = pVideoEnc->quantization.nQpP;
245 if (pVideoEnc->intraRefresh.eRefreshMode == OMX_VIDEO_IntraRefreshCyclic) {
247 pCommonParam->RandomIntraMBRefresh = pVideoEnc->intraRefresh.nCirMBs;
254 if (pVideoEnc->ANBColorFormat == OMX_SEC_COLOR_FormatNV21Linear)
256 if (pVideoEnc->ANBColorFormat == OMX_SEC_COLOR_FormatNV12Tiled)
280 pMpeg4Param->FrameQp_B = pVideoEnc->quantization.nQpB
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 783 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;;

Completed in 1473 milliseconds