Searched refs:nFrameHeight (Results 1 - 25 of 52) sorted by relevance

123

/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dfb_test.c31 int nFrameHeight)
30 FBTest_Initialize(int nFrameWidth, int nFrameHeight) argument
H A Dcamera_test.cpp37 int nFrameHeight,
47 // nFrameHeight,
35 CameraTest_Initialize(int nFrameRate, int nFrameWidth, int nFrameHeight, CameraPreviewCallback pfnPreviewCallback) argument
H A Dvenc_test.cpp222 OMX_U32 nFrameHeight; member in struct:ProfileType
533 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
535 E ("\n Height %d width %d bit rate %d",portdef.format.video.nFrameHeight
557 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
593 mb_per_frame = ((m_sProfile.nFrameHeight+15)>>4)*
810 if ( ( (m_sProfile.nFrameWidth == 1280) && (m_sProfile.nFrameHeight = 720) ) &&
1443 E("W: %d H: %d Str: %d scal: %d \n", m_sProfile.nFrameWidth, m_sProfile.nFrameHeight,
1452 OMX_U32 bytestoread = m_sProfile.nFrameWidth*m_sProfile.nFrameHeight;
[all...]
/hardware/qcom/media/mm-video/vidc/venc/inc/
H A Dfb_test.h37 int nFrameHeight);
H A Dcamera_test.h47 int nFrameHeight,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c63 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
64 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
69 exynosOutputPort->portDefinition.format.video.nFrameHeight =
70 exynosInputPort->portDefinition.format.video.nFrameHeight;
177 OMX_U32 nFrameHeight = exynosInputPort->portDefinition.format.video.nFrameHeight; local
187 codecInputBuffer->dataSize = ((nFrameWidth * nFrameHeight) * 3) / 2;
202 pSrcBuf[1] = checkInputStream + (nFrameWidth * nFrameHeight);
203 pSrcBuf[2] = checkInputStream + (((nFrameWidth * nFrameHeight) * 5) / 4);
224 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatAndroidOpaqu
319 OMX_U32 nFrameHeight = exynosInputPort->portDefinition.format.video.nFrameHeight; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c71 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) {
79 if ((OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT ||
107 ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight <= VIDDEC_CIF_HEIGHT) &&
108 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_QCIF_HEIGHT))) {
136 ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight <= VIDDEC_QCIF_HEIGHT) &&
137 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight >= VIDDEC_MIN_HEIGHT))) {
866 pComponentPrivate->pInPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT;
896 pComponentPrivate->pOutPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT;
1217 pComponentPrivate->pInPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT;
1223 pComponentPrivate->pInPortDef->format.video.nFrameHeight *
7032 OMX_U32 nFrameHeight = 0; local
7257 OMX_U32 nFrameHeight = pComponentPrivate->pOutPortDef->format.video.nFrameHeight; local
[all...]
/hardware/qcom/media/mm-core/inc/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c631 * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2;
740 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight)) {
742 pExynosInputPort->portDefinition.format.video.nFrameHeight = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight;
744 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
760 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight) ||
763 pExynosInputPort->portDefinition.format.video.nFrameHeight = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c739 * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2;
838 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight)) {
840 pExynosInputPort->portDefinition.format.video.nFrameHeight = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight;
842 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
858 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight) ||
861 pExynosInputPort->portDefinition.format.video.nFrameHeight = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c550 * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2;
649 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight)) {
651 pExynosInputPort->portDefinition.format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight;
653 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
669 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight) ||
672 pExynosInputPort->portDefinition.format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c75 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
76 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
81 exynosOutputPort->portDefinition.format.video.nFrameHeight =
82 exynosInputPort->portDefinition.format.video.nFrameHeight;
97 height = exynosOutputPort->portDefinition.format.video.nFrameHeight;
139 pExynosInputPort->portDefinition.format.video.nFrameHeight= DEFAULT_FRAME_HEIGHT;
152 pExynosOutputPort->portDefinition.format.video.nFrameHeight= DEFAULT_FRAME_HEIGHT;
1125 pExynosPort->portDefinition.format.video.nFrameHeight= 0;
1147 pExynosPort->portDefinition.format.video.nFrameHeight= 0;
H A DExynos_OMX_VdecControl.c1298 realHeight = pExynosPort->portDefinition.format.video.nFrameHeight;
1309 pExynosOutputPort->portDefinition.format.video.nFrameHeight = pExynosPort->portDefinition.format.video.nFrameHeight;
1321 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight) +
1322 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight >> 1);
1332 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight) +
1333 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight >> 1);
1528 height = pExynosPort->portDefinition.format.video.nFrameHeight;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c574 OMX_U16 nFrameHeight; local
635 nFrameHeight = pPortDefIn->format.image.nFrameHeight * nScaleFactor / 100;
638 if (nFrameHeight <= 144 &&
642 else if (nFrameHeight <= 288 &&
646 else if (nFrameHeight <= 480 &&
650 else if (nFrameHeight<= 1024 &&
654 else if (nFrameHeight <= 1200 &&
658 else if (nFrameHeight<= 1536 &&
662 else if (nFrameHeight<
[all...]
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_encoder.cpp253 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT;
278 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT;
515 (int)portDefn->format.video.nFrameHeight,
1386 m_sInPortDef.format.video.nFrameHeight;
1387 m_sInPortDef.format.video.nFrameHeight = nFrameWidth;
1391 m_sOutPortDef.format.video.nFrameHeight =
1392 m_sInPortDef.format.video.nFrameHeight;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c603 if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (352*288)) {
606 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (640*480)) {
609 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (720*576)) {
612 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (1*1024*1024)) {
615 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (2*1024*1024)) {
618 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (3*1024*1024)) {
621 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (4*1024*1024)) {
624 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (5*1024*1024)) {
627 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (6*1024*1024)) {
648 ptCreateString[8] = (pPortDefOut->format.image.nFrameHeight >
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c2471 ((H264VE_GPP_SN_UALGInputParams*)pUalgInpParams)->H264VENC_TI_DYNAMICPARAMS.videncDynamicParams.inputHeight = pPortDefIn->format.video.nFrameHeight;
3228 (pPortDefIn->format.video.nFrameHeight <= 144))
3233 (pPortDefIn->format.video.nFrameHeight <= 288))
3262 pCreatePhaseArgs->ulHeight = pPortDefIn->format.video.nFrameHeight;
3369 (pPortDefIn->format.video.nFrameHeight == 240))
3383 pPortDefIn->format.video.nFrameHeight >= 480) &&
3506 (pPortDefIn->format.video.nFrameHeight <= 144))
3511 (pPortDefIn->format.video.nFrameHeight <= 288))
3516 (pPortDefIn->format.video.nFrameHeight <= 480))
3521 (pPortDefIn->format.video.nFrameHeight <
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoApi.h95 unsigned int nFrameHeight; member in struct:_ExynosVideoGeometry
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c241 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight;
803 bufferConf.nFrameHeight = pExynosInputPort->portDefinition.format.video.nFrameHeight;
892 int OutBufferSize = pExynosOutputPort->portDefinition.format.video.nFrameWidth * pExynosOutputPort->portDefinition.format.video.nFrameHeight * 3 / 2;
1761 pMFCYUVDataSize[0] = pExynosInputPort->portDefinition.format.video.nFrameWidth * pExynosInputPort->portDefinition.format.video.nFrameHeight;
1766 ALIGN_TO_16B(pExynosInputPort->portDefinition.format.video.nFrameHeight);
2236 pExynosPort->portDefinition.format.video.nFrameHeight= DEFAULT_FRAME_HEIGHT;
2250 pExynosPort->portDefinition.format.video.nFrameHeight= DEFAULT_FRAME_HEIGHT;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_ImgConv.c120 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
194 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp1899 portFmt.format.video.nFrameHeight = height;
1964 portFmt.format.video.nFrameHeight);
3528 DEBUG_PRINT_ERROR("DispWidth %d DispHeight %d\n",portFmt.format.video.nFrameWidth,portFmt.format.video.nFrameHeight);
3597 if(portFmt.format.video.nFrameHeight < destH)
3598 destH = portFmt.format.video.nFrameHeight;
3611 e->src_rect.h = portFmt.format.video.nFrameHeight;
3769 height = portFmt.format.video.nFrameHeight;

Completed in 711 milliseconds

123