Searched defs:pVideoEnc (Results 1 - 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp497 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;; local
522 pVideoEnc->bFirstInput = OMX_TRUE;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c102 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
123 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
127 pVideoEnc->exynos_codec_getCodecOutputPrivateData(codecBuffer, &pSrcBuf, &allocSize);
171 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
205 csc_get_method(pVideoEnc->csc_handle, &csc_method);
241 pSrcBuf[0] = Exynos_OSAL_SharedMemory_VirtToION(pVideoEnc->hSharedMemory, checkInputStream);
265 pVideoEnc->csc_handle, /* handle */
275 pVideoEnc->csc_handle, /* handle */
285 pVideoEnc->csc_handle, /* handle */
288 pVideoEnc
314 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
540 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
619 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
700 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
752 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
819 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1001 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1034 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1086 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
1209 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
[all...]
H A DExynos_OMX_VencControl.c152 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
177 pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
200 temp_buffer = Exynos_OSAL_SharedMemory_Alloc(pVideoEnc->hSharedMemory, nSizeBytes, mem_type);
205 temp_buffer_fd = Exynos_OSAL_SharedMemory_VirtToION(pVideoEnc->hSharedMemory, temp_buffer);
209 Exynos_OSAL_SharedMemory_Free(pVideoEnc->hSharedMemory, temp_buffer);
242 Exynos_OSAL_SharedMemory_Free(pVideoEnc->hSharedMemory, temp_buffer);
260 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
283 pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
303 Exynos_OSAL_SharedMemory_Free(pVideoEnc->hSharedMemory, pExynosPort->extendBufferHeader[i].OMXBufferHeader->pBuffer);
494 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc local
1133 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
1155 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
1282 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
1304 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c219 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
227 pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
246 pCommonParam->FrameQp = pVideoEnc->quantization.nQpI;
247 pCommonParam->FrameQp_P = pVideoEnc->quantization.nQpP;
256 if (pVideoEnc->ANBColorFormat == OMX_COLOR_FormatYUV420SemiPlanar)
258 if (pVideoEnc->ANBColorFormat == OMX_SEC_COLOR_FormatNV12Tiled)
282 pH264Param->FrameQp_B = pVideoEnc->quantization.nQpB;
299 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "pVideoEnc->eControlRate[OUTPUT_PORT_INDEX]: 0x%x", pVideoEnc->eControlRate[OUTPUT_PORT_INDEX]);
301 switch (pVideoEnc
330 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
545 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
592 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
638 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
690 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
746 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
869 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1370 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
1516 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1648 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = ((EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle); local
1725 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1817 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1889 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1927 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
2171 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
2318 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c210 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
218 pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle;
219 pMpeg4Enc = pVideoEnc->hCodecHandle;
237 pCommonParam->FrameQp = pVideoEnc->quantization.nQpI;
238 pCommonParam->FrameQp_P = pVideoEnc->quantization.nQpP;
247 if (pVideoEnc->ANBColorFormat == OMX_SEC_COLOR_FormatNV21Linear)
249 if (pVideoEnc->ANBColorFormat == OMX_SEC_COLOR_FormatNV12Tiled)
273 pMpeg4Param->FrameQp_B = pVideoEnc->quantization.nQpB;
280 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "pVideoEnc->eControlRate[OUTPUT_PORT_INDEX]: 0x%x", pVideoEnc
311 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
405 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
452 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
667 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
714 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
760 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
812 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
868 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
995 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1573 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
1726 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
1858 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = ((EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle); local
1935 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
2027 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
2099 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
2137 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = (EXYNOS_OMX_VIDEOENC_COMPONENT *)pExynosComponent->hComponentHandle; local
2365 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
2553 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; local
[all...]

Completed in 250 milliseconds